Changeset 2040765
- Timestamp:
- 02/27/2019 03:23:27 PM (7 years ago)
- Location:
- nerd-wp/trunk
- Files:
-
- 2 added
- 4 edited
-
CHANGELOG.md (modified) (1 diff)
-
README.txt (modified) (2 diffs)
-
includes/class-nerd-wp.php (modified) (1 diff)
-
nerd-wp.php (modified) (1 diff)
-
public/images (added)
-
public/images/ajax-loader.gif (added)
Legend:
- Unmodified
- Added
- Removed
-
nerd-wp/trunk/CHANGELOG.md
r2040760 r2040765 6 6 7 7 ## Unreleased 8 9 ## [1.2.1] - 2019-02-27 10 ### Changed 11 - There was an error in the WordPress release but nothing changed 8 12 9 13 ## [1.2.0] - 2019-02-27 -
nerd-wp/trunk/README.txt
r2040760 r2040765 6 6 Tested up to: 4.9.1 7 7 Requires PHP: 5.6.35 8 Stable tag: 1.2. 08 Stable tag: 1.2.1 9 9 License: Apache License - 2.0 10 10 License URI: http://www.apache.org/licenses/LICENSE-2.0 … … 42 42 == Changelog == 43 43 44 = 1.2.1 = 45 * There was an error in the WordPress release but nothing changed 46 44 47 = 1.2.0 = 45 48 * Title of Widget can be modified -
nerd-wp/trunk/includes/class-nerd-wp.php
r2040760 r2040765 65 65 $this->version = NERD_WP_VERSION; 66 66 } else { 67 $this->version = '1.2. 0';67 $this->version = '1.2.1'; 68 68 } 69 69 $this->plugin_name = 'nerd-wp'; -
nerd-wp/trunk/nerd-wp.php
r2040760 r2040765 17 17 * Plugin URI: https://github.com/dariah-eric/nerd-wp 18 18 * 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. 19 * Version: 1.2. 019 * Version: 1.2.1 20 20 * Author: Yoann 21 21 * Author URI: https://www.dariah.eu
Note: See TracChangeset
for help on using the changeset viewer.