Plugin Directory

Changeset 2675861


Ignore:
Timestamp:
02/09/2022 05:37:02 PM (4 years ago)
Author:
chimpify
Message:

Compatibility checks for wp 5.9

Location:
chimpify
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chimpify/trunk/chimpify.php

    r2055163 r2675861  
    44 * Description: Migrate your WordPress data to Chimpify or your Chimpify data to WordPress. Posts, comments, users & media files.
    55 * Author:      Chimpify Team
    6  * Author URI:  http://chimpify.io/
     6 * Author URI:  http://chimpify.de/
    77 * License:     GPLv2 or later
    88 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
    9  * Version:     1.0.2
    10  */
    11 
    12 define( 'CHIMP_PLUGIN_VERSION', '1.0.2' );
     9 * Version:     1.0.3
     10 */
     11
     12define( 'CHIMP_PLUGIN_VERSION', '1.0.3' );
    1313
    1414/**
  • chimpify/trunk/readme.txt

    r2055163 r2675861  
    33Tags: api, export, migration, chimpify
    44Requires at least: 3.3
    5 Tested up to: 5.1
    6 Stable tag: 1.0.2
     5Tested up to: 5.9
     6Stable tag: 1.0.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3333== Changelog ==
    3434
     35= 1.0.3 =
     36* Compatibility checks for wp 5.9
     37
    3538= 1.0.2 =
    3639* Compatibility checks for wp 5.1
Note: See TracChangeset for help on using the changeset viewer.