Plugin Directory

Changeset 2040765


Ignore:
Timestamp:
02/27/2019 03:23:27 PM (7 years ago)
Author:
yoannspace
Message:

Add images and ajax gif

Location:
nerd-wp/trunk
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • nerd-wp/trunk/CHANGELOG.md

    r2040760 r2040765  
    66
    77## Unreleased
     8
     9## [1.2.1] - 2019-02-27
     10### Changed
     11- There was an error in the WordPress release but nothing changed
    812
    913## [1.2.0] - 2019-02-27
  • nerd-wp/trunk/README.txt

    r2040760 r2040765  
    66Tested up to: 4.9.1
    77Requires PHP: 5.6.35
    8 Stable tag: 1.2.0
     8Stable tag: 1.2.1
    99License: Apache License - 2.0
    1010License URI: http://www.apache.org/licenses/LICENSE-2.0
     
    4242== Changelog ==
    4343
     44= 1.2.1 =
     45* There was an error in the WordPress release but nothing changed
     46
    4447= 1.2.0 =
    4548* Title of Widget can be modified
  • nerd-wp/trunk/includes/class-nerd-wp.php

    r2040760 r2040765  
    6565            $this->version = NERD_WP_VERSION;
    6666        } else {
    67             $this->version = '1.2.0';
     67            $this->version = '1.2.1';
    6868        }
    6969        $this->plugin_name = 'nerd-wp';
  • nerd-wp/trunk/nerd-wp.php

    r2040760 r2040765  
    1717 * Plugin URI:        https://github.com/dariah-eric/nerd-wp
    1818 * 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.0
     19 * Version:           1.2.1
    2020 * Author:            Yoann
    2121 * Author URI:        https://www.dariah.eu
Note: See TracChangeset for help on using the changeset viewer.