Plugin Directory

Changeset 1917746


Ignore:
Timestamp:
07/31/2018 04:32:49 PM (8 years ago)
Author:
infracontentools
Message:

Removing legacy code and updating readme file

Location:
wp-contentools/trunk
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • wp-contentools/trunk/contentools.php

    r1917656 r1917746  
    1414 *
    1515 * @wordpress-plugin
    16  * Plugin Name:       Contentools Integration
     16 * Plugin Name:       WP Contentools
    1717 * Plugin URI:        https://github.com/contentools/wordpress-plugin/
    1818 * Description:       This is a short description of what the plugin does. It's displayed in the WordPress admin area.
    19  * Version:           3.0.0
     19 * Version:           3.0.1
    2020 * Author:            Contentools
    2121 * Author URI:        http://contentools.com/
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'PLUGIN_NAME_VERSION', '3.0.0' );
     38define( 'PLUGIN_NAME_VERSION', '3.0.1' );
    3939
    4040/**
  • wp-contentools/trunk/readme.txt

    r1917670 r1917746  
    55Requires at least: 4.6
    66Tested up to: 4.9.6
    7 Stable tag: 3.0.0
     7Stable tag: 3.0.1
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    1515
    1616Contentools is a content marketing automation platform to centralize, streamline and manage content creation.
    17 http://go.contentools.com/
     17https://go.contentools.com/
    1818
    1919
     
    2323
    24241. 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.
     25When you access the WP-admin page we add the field `X-Frame-Options` with value `https://go.contentools.com/` in header.
    2626This allows your wp-admin page be accessed inside Contentools Platform
    2727
     
    5151
    5252== Changelog ==
     53= 3.0.1 =
     54* Removed legacy code and updated the readme file.
     55
    5356= 3.0 =
    5457* Added new integration method and authorization by Token with Contentools.
Note: See TracChangeset for help on using the changeset viewer.