Plugin Directory

Changeset 2519613


Ignore:
Timestamp:
04/22/2021 08:19:19 AM (5 years ago)
Author:
addonspress
Message:

1.3.2

Location:
advanced-import
Files:
74 added
2 edited

Legend:

Unmodified
Added
Removed
  • advanced-import/trunk/advanced-import.php

    r2463305 r2519613  
    1515 * Plugin URI:        https://addonspress.com/item/advanced-import
    1616 * Description:       Easily import demo data starter site packages or Migrate your site data
    17  * Version:           1.3.1
     17 * Version:           1.3.2
    1818 * Author:            AddonsPress
    1919 * Author URI:        https://addonspress.com/
     
    2525
    2626/*Define Constants for this plugin*/
    27 define( 'ADVANCED_IMPORT_VERSION', '1.3.1' );
     27define( 'ADVANCED_IMPORT_VERSION', '1.3.2' );
    2828define( 'ADVANCED_IMPORT_PLUGIN_NAME', 'advanced-import' );
    2929define( 'ADVANCED_IMPORT_PATH', plugin_dir_path( __FILE__ ) );
  • advanced-import/trunk/readme.txt

    r2463305 r2519613  
    55Tags: import, advanced import, demo import, theme import, widget import, customizer import
    66Requires at least: 5.0
    7 Tested up to: 5.6
     7Tested up to: 5.7.1
    88Requires PHP: 5.6.20
    9 Stable tag: 1.3.1
     9Stable tag: 1.3.2
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    226226== Changelog ==
    227227
     228= 1.3.2 - 2021-04-22 =
     229* Updated : Latest version test
     230
    228231= 1.3.1 - 2021-01-27 =
    229232* Added : Filter list tab active design
Note: See TracChangeset for help on using the changeset viewer.