Plugin Directory

Changeset 3066245


Ignore:
Timestamp:
04/07/2024 10:17:11 AM (2 years ago)
Author:
addonspress
Message:

1.4.1

Location:
advanced-import
Files:
39 added
3 edited

Legend:

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

    r2895153 r3066245  
    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.4.0
     17 * Version:           1.4.1
    1818 * Author:            AddonsPress
    1919 * Author URI:        https://addonspress.com/
     
    2525
    2626/*Define Constants for this plugin*/
    27 define( 'ADVANCED_IMPORT_VERSION', '1.4.0' );
     27define( 'ADVANCED_IMPORT_VERSION', '1.4.1' );
    2828define( 'ADVANCED_IMPORT_PLUGIN_NAME', 'advanced-import' );
    2929define( 'ADVANCED_IMPORT_PATH', plugin_dir_path( __FILE__ ) );
  • advanced-import/trunk/includes/class-advanced-import.php

    r2732013 r3066245  
    7575     */
    7676    public $plugin_i18n;
     77
     78    /**
     79     * The admin class object of the plugin.
     80     *
     81     * @since    1.4.1
     82     * @access   public
     83     * @var      object Advanced_Import_Admin    $actions
     84     */
     85    public $actions;
     86
     87    /**
     88     * The admin class object of the plugin.
     89     *
     90     * @since    1.4.1
     91     * @access   public
     92     * @var      object Advanced_Import_Admin    $filters
     93     */
     94    public $filters;
     95
     96    /**
     97     * The admin class object of the plugin.
     98     *
     99     * @since    1.4.1
     100     * @access   public
     101     * @var      object Advanced_Import_Admin    $domain
     102     */
     103    public $domain;
     104
     105    /**
     106     * The admin class object of the plugin.
     107     *
     108     * @since    1.4.1
     109     * @access   public
     110     * @var      object Advanced_Import_Admin    $errors
     111     */
     112    public $errors;
    77113
    78114    /**
  • advanced-import/trunk/readme.txt

    r2895153 r3066245  
    55Tags: import, advanced import, demo import, theme import, widget import, customizer import
    66Requires at least: 5.0
    7 Tested up to: 6.2
     7Tested up to: 6.5
    88Requires PHP: 5.6.20
    9 Stable tag: 1.4.0
     9Stable tag: 1.4.1
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    225225== Changelog ==
    226226
     227= 1.4.1 - 2023-04-06 =
     228* Updated : Test with WordPress latest version
     229
    227230= 1.4.0 - 2023-04-06 =
    228231* Added: New hook `advanced_import_force_proceed`
Note: See TracChangeset for help on using the changeset viewer.