Changeset 1069205
- Timestamp:
- 01/16/2015 09:31:28 AM (11 years ago)
- Location:
- adentify/tags
- Files:
-
- 3 edited
-
1.0.1/adentify.php (modified) (1 diff)
-
1.0.1/readme.txt (modified) (2 diffs)
-
1.0.2/adentify.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
adentify/tags/1.0.1/adentify.php
r1062078 r1069205 4 4 * Plugin URI: http://wordpress.adentify.com 5 5 * Description: A brief description of the Plugin. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: ValYouAd 8 8 * Author URI: http://www.valyouad.com -
adentify/tags/1.0.1/readme.txt
r1069202 r1069205 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.4 7 Stable tag: 1.0. 27 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 57 57 = 1.0.1 = 58 58 * Support of french and english 59 = 1.0.2 =60 * Fix tags visibility in media library61 * Vendors updates -
adentify/tags/1.0.2/adentify.php
r1069201 r1069205 4 4 * Plugin URI: http://wordpress.adentify.com 5 5 * Description: A brief description of the Plugin. 6 * Version: 1.0. 06 * Version: 1.0.2 7 7 * Author: ValYouAd 8 8 * Author URI: http://www.valyouad.com … … 51 51 define( 'ADENTIFY_API_REFRESH_TOKEN', 'api_refresh_token'); 52 52 define( 'ADENTIFY_API_EXPIRES_TIMESTAMP', 'api_expires_timestamp'); 53 define( 'PLUGIN_VERSION', '1.0. 1');53 define( 'PLUGIN_VERSION', '1.0.2'); 54 54 define( 'ADENTIFY_SQL_TABLE_PHOTOS', 'adentify_photos'); 55 55
Note: See TracChangeset
for help on using the changeset viewer.