Plugin Directory

Changeset 2372570


Ignore:
Timestamp:
08/31/2020 08:27:29 PM (6 years ago)
Author:
wordable
Message:

Changed PHP VERSION variable to WORDABLE_VERSION

Location:
wordable/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wordable/trunk/readme.txt

    r2369720 r2372570  
    33Tags: posts, pages
    44Requires at least: 3.9.2
    5 Tested up to: 5.5.0
     5Tested up to: 5.6.0
    66Requires PHP: 5.2.4
    77License: GPLv2 or later
     
    3535== Changelog ==
    3636
     37= 3.4.1 =
     38* Replaced VERSION variable with WORDABLE_VERSION
     39
    3740= 3.4.0 =
    38 * Transfers authors and categories after connecting, so that they can all come in, rather than only a partial amount
     41* Transfers authors and categoiers after connecting, so that they can all come in, rather than only a partial amount
    3942* Keeps Wordable secret even if the plugin is deleted, so that you don't have to reconnect.
    4043
  • wordable/trunk/wordable.php

    r2369718 r2372570  
    44 * Plugin URI: http://www.wordable.io
    55 * Description: This plugin allows you to instantly export Google Docs to WordPress posts or pages.
    6  * Version: 3.4.0
     6 * Version: 3.4.1
    77 * Author: Wordable
    88 * Author URI: https://www.wordable.io/contact/
     
    1111 */
    1212
    13 define('VERSION', '3.4.0');
     13define('WORDABLE_VERSION', '3.4.0');
    1414
    1515add_action( 'admin_notices', 'wordable_admin_notices' );
Note: See TracChangeset for help on using the changeset viewer.