Plugin Directory

Changeset 1069205


Ignore:
Timestamp:
01/16/2015 09:31:28 AM (11 years ago)
Author:
AdEntify
Message:

tagging version 1.0.2

Location:
adentify/tags
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • adentify/tags/1.0.1/adentify.php

    r1062078 r1069205  
    44 * Plugin URI: http://wordpress.adentify.com
    55 * Description: A brief description of the Plugin.
    6  * Version: 1.0.0
     6 * Version: 1.0.1
    77 * Author: ValYouAd
    88 * Author URI: http://www.valyouad.com
  • adentify/tags/1.0.1/readme.txt

    r1069202 r1069205  
    55Requires at least: 3.0.1
    66Tested up to: 3.4
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5757= 1.0.1 =
    5858* Support of french and english
    59 = 1.0.2 =
    60 * Fix tags visibility in media library
    61 * Vendors updates
  • adentify/tags/1.0.2/adentify.php

    r1069201 r1069205  
    44 * Plugin URI: http://wordpress.adentify.com
    55 * Description: A brief description of the Plugin.
    6  * Version: 1.0.0
     6 * Version: 1.0.2
    77 * Author: ValYouAd
    88 * Author URI: http://www.valyouad.com
     
    5151define( 'ADENTIFY_API_REFRESH_TOKEN', 'api_refresh_token');
    5252define( 'ADENTIFY_API_EXPIRES_TIMESTAMP', 'api_expires_timestamp');
    53 define( 'PLUGIN_VERSION', '1.0.1');
     53define( 'PLUGIN_VERSION', '1.0.2');
    5454define( 'ADENTIFY_SQL_TABLE_PHOTOS', 'adentify_photos');
    5555
Note: See TracChangeset for help on using the changeset viewer.