Changeset 1917746
- Timestamp:
- 07/31/2018 04:32:49 PM (8 years ago)
- Location:
- wp-contentools/trunk
- Files:
-
- 1 deleted
- 2 edited
-
contentools.php (modified) (2 diffs)
-
readme.txt (modified) (4 diffs)
-
wp-contentools.php (deleted)
Legend:
- Unmodified
- Added
- Removed
-
wp-contentools/trunk/contentools.php
r1917656 r1917746 14 14 * 15 15 * @wordpress-plugin 16 * Plugin Name: Contentools Integration16 * Plugin Name: WP Contentools 17 17 * Plugin URI: https://github.com/contentools/wordpress-plugin/ 18 18 * Description: This is a short description of what the plugin does. It's displayed in the WordPress admin area. 19 * Version: 3.0. 019 * Version: 3.0.1 20 20 * Author: Contentools 21 21 * Author URI: http://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. 0' );38 define( 'PLUGIN_NAME_VERSION', '3.0.1' ); 39 39 40 40 /** -
wp-contentools/trunk/readme.txt
r1917670 r1917746 5 5 Requires at least: 4.6 6 6 Tested up to: 4.9.6 7 Stable tag: 3.0. 07 Stable tag: 3.0.1 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 15 15 16 16 Contentools is a content marketing automation platform to centralize, streamline and manage content creation. 17 http ://go.contentools.com/17 https://go.contentools.com/ 18 18 19 19 … … 23 23 24 24 1. Allow X-Frame-Options 25 When you access the WP-admin page we add the field `X-Frame-Options` with value `http ://go.contentools.com/` in header.25 When you access the WP-admin page we add the field `X-Frame-Options` with value `https://go.contentools.com/` in header. 26 26 This allows your wp-admin page be accessed inside Contentools Platform 27 27 … … 51 51 52 52 == Changelog == 53 = 3.0.1 = 54 * Removed legacy code and updated the readme file. 55 53 56 = 3.0 = 54 57 * Added new integration method and authorization by Token with Contentools.
Note: See TracChangeset
for help on using the changeset viewer.