Changeset 1953426
- Timestamp:
- 10/08/2018 05:28:18 PM (7 years ago)
- Location:
- wp-contentools
- Files:
-
- 2 edited
- 14 copied
-
tags/3.0.4 (copied) (copied from wp-contentools/trunk)
-
tags/3.0.4/admin/class-contentools-admin.php (copied) (copied from wp-contentools/trunk/admin/class-contentools-admin.php)
-
tags/3.0.4/admin/partials/contentools-admin-display.php (copied) (copied from wp-contentools/trunk/admin/partials/contentools-admin-display.php)
-
tags/3.0.4/contentools.php (copied) (copied from wp-contentools/trunk/contentools.php) (2 diffs)
-
tags/3.0.4/includes/class-contentools-activator.php (copied) (copied from wp-contentools/trunk/includes/class-contentools-activator.php)
-
tags/3.0.4/includes/class-contentools-deactivator.php (copied) (copied from wp-contentools/trunk/includes/class-contentools-deactivator.php)
-
tags/3.0.4/includes/class-contentools-i18n.php (copied) (copied from wp-contentools/trunk/includes/class-contentools-i18n.php)
-
tags/3.0.4/includes/class-contentools-loader.php (copied) (copied from wp-contentools/trunk/includes/class-contentools-loader.php)
-
tags/3.0.4/includes/class-contentools-rest.php (copied) (copied from wp-contentools/trunk/includes/class-contentools-rest.php)
-
tags/3.0.4/includes/class-contentools.php (copied) (copied from wp-contentools/trunk/includes/class-contentools.php)
-
tags/3.0.4/public/class-contentools-public.php (copied) (copied from wp-contentools/trunk/public/class-contentools-public.php)
-
tags/3.0.4/public/partials/contentools-public-display.php (copied) (copied from wp-contentools/trunk/public/partials/contentools-public-display.php)
-
tags/3.0.4/readme.txt (copied) (copied from wp-contentools/trunk/readme.txt) (2 diffs)
-
tags/3.0.4/uninstall.php (copied) (copied from wp-contentools/trunk/uninstall.php)
-
trunk/contentools.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-contentools/tags/3.0.4/contentools.php
r1953422 r1953426 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. 319 * Version: 3.0.4 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. 3' );38 define( 'PLUGIN_NAME_VERSION', '3.0.4' ); 39 39 40 40 /** -
wp-contentools/tags/3.0.4/readme.txt
r1953425 r1953426 5 5 Requires at least: 4.6 6 6 Tested up to: 4.9.6 7 Stable tag: 3.0. 37 Stable tag: 3.0.4 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 51 51 52 52 == Changelog == 53 = 3.0. 3=53 = 3.0.4 = 54 54 * HTTPS update 55 55 -
wp-contentools/trunk/contentools.php
r1953422 r1953426 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. 319 * Version: 3.0.4 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. 3' );38 define( 'PLUGIN_NAME_VERSION', '3.0.4' ); 39 39 40 40 /** -
wp-contentools/trunk/readme.txt
r1953425 r1953426 5 5 Requires at least: 4.6 6 6 Tested up to: 4.9.6 7 Stable tag: 3.0. 37 Stable tag: 3.0.4 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 51 51 52 52 == Changelog == 53 = 3.0. 3=53 = 3.0.4 = 54 54 * HTTPS update 55 55
Note: See TracChangeset
for help on using the changeset viewer.