Changeset 2080164
- Timestamp:
- 05/03/2019 09:09:53 PM (7 years ago)
- Location:
- wp-contentools
- Files:
-
- 2 edited
- 16 copied
-
tags/3.0.6 (copied) (copied from wp-contentools/trunk)
-
tags/3.0.6/admin/class-contentools-admin.php (copied) (copied from wp-contentools/trunk/admin/class-contentools-admin.php)
-
tags/3.0.6/admin/js/contentools-admin.js (copied) (copied from wp-contentools/trunk/admin/js/contentools-admin.js)
-
tags/3.0.6/admin/js/md5.js (copied) (copied from wp-contentools/trunk/admin/js/md5.js)
-
tags/3.0.6/admin/partials/contentools-admin-display.php (copied) (copied from wp-contentools/trunk/admin/partials/contentools-admin-display.php)
-
tags/3.0.6/contentools.php (copied) (copied from wp-contentools/trunk/contentools.php) (2 diffs)
-
tags/3.0.6/includes/class-contentools-activator.php (copied) (copied from wp-contentools/trunk/includes/class-contentools-activator.php)
-
tags/3.0.6/includes/class-contentools-deactivator.php (copied) (copied from wp-contentools/trunk/includes/class-contentools-deactivator.php)
-
tags/3.0.6/includes/class-contentools-i18n.php (copied) (copied from wp-contentools/trunk/includes/class-contentools-i18n.php)
-
tags/3.0.6/includes/class-contentools-loader.php (copied) (copied from wp-contentools/trunk/includes/class-contentools-loader.php)
-
tags/3.0.6/includes/class-contentools-rest.php (copied) (copied from wp-contentools/trunk/includes/class-contentools-rest.php)
-
tags/3.0.6/includes/class-contentools.php (copied) (copied from wp-contentools/trunk/includes/class-contentools.php)
-
tags/3.0.6/public/class-contentools-public.php (copied) (copied from wp-contentools/trunk/public/class-contentools-public.php)
-
tags/3.0.6/public/partials/contentools-public-display.php (copied) (copied from wp-contentools/trunk/public/partials/contentools-public-display.php)
-
tags/3.0.6/readme.txt (copied) (copied from wp-contentools/trunk/readme.txt) (1 diff)
-
tags/3.0.6/uninstall.php (copied) (copied from wp-contentools/trunk/uninstall.php)
-
trunk/contentools.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-contentools/tags/3.0.6/contentools.php
r2031437 r2080164 17 17 * Plugin URI: https://github.com/contentools/wordpress-plugin/ 18 18 * Description: This plugin enables the integration between the Contentools Platform and Wordpress. 19 * Version: 3.0. 519 * Version: 3.0.6 20 20 * Author: Contentools 21 21 * Author URI: https://contentools.com/ … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'PLUGIN_NAME_VERSION', '3.0. 5' );38 define( 'PLUGIN_NAME_VERSION', '3.0.6' ); 39 39 40 40 /** -
wp-contentools/tags/3.0.6/readme.txt
r2080163 r2080164 5 5 Requires at least: 4.6 6 6 Tested up to: 5.2 7 Stable tag: 3.0. 57 Stable tag: 3.0.6 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later -
wp-contentools/trunk/contentools.php
r2031437 r2080164 17 17 * Plugin URI: https://github.com/contentools/wordpress-plugin/ 18 18 * Description: This plugin enables the integration between the Contentools Platform and Wordpress. 19 * Version: 3.0. 519 * Version: 3.0.6 20 20 * Author: Contentools 21 21 * Author URI: https://contentools.com/ … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'PLUGIN_NAME_VERSION', '3.0. 5' );38 define( 'PLUGIN_NAME_VERSION', '3.0.6' ); 39 39 40 40 /** -
wp-contentools/trunk/readme.txt
r2080163 r2080164 5 5 Requires at least: 4.6 6 6 Tested up to: 5.2 7 Stable tag: 3.0. 57 Stable tag: 3.0.6 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.