Skip to content

Commit

Permalink
Preparing version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannspace committed Sep 27, 2018
1 parent dd17edf commit 133b666
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

## [1.1.0] - 2018-09-27
### Changed
- Ajax queries to NERD are not done via JS anymore but via the PHP code [See Issue](https://github.com/DARIAH-ERIC/nerd-wp/issues/1)

Expand Down
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: entity recognition, disambiguation, entity fishing
Requires at least: 4.9.1
Tested up to: 4.9.1
Requires PHP: 5.6.35
Stable tag: 1.0.0
Stable tag: 1.1.0
License: Apache License - 2.0
License URI: http://www.apache.org/licenses/LICENSE-2.0

Expand Down
2 changes: 1 addition & 1 deletion includes/class-nerd-wp.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function __construct() {
if ( defined( 'NERD_WP_VERSION' ) ) {
$this->version = NERD_WP_VERSION;
} else {
$this->version = '1.0.0';
$this->version = '1.1.0';
}
$this->plugin_name = 'nerd-wp';
$this->load_dependencies();
Expand Down
2 changes: 1 addition & 1 deletion nerd-wp.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin Name: NERD WP
* Plugin URI: https://github.com/dariah-eric/nerd-wp
* Description: NERD (Named Entity Recognition and Disambiguation: https://github.com/kermitt2/entity-fishing) is an application that allows to recognize and disambiguate named entities. This plugin allows integration of this with Wordpress.
* Version: 1.0.0
* Version: 1.1.0
* Author: Yoann
* Author URI: https://www.dariah.eu
* License: Apache License - 2.0
Expand Down

0 comments on commit 133b666

Please sign in to comment.