Plugin Directory

Changeset 3186508


Ignore:
Timestamp:
11/12/2024 12:42:14 PM (17 months ago)
Author:
addonspress
Message:

1.4.4

Location:
advanced-import
Files:
41 added
3 edited

Legend:

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

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

    r3140716 r3186508  
    231231        require_once ADVANCED_IMPORT_PATH . 'includes/theme-template-library/cosmoswp.php'; /*cosmoswp*/
    232232        require_once ADVANCED_IMPORT_PATH . 'includes/theme-template-library/acmethemes.php'; /*acmethemes*/
     233        require_once ADVANCED_IMPORT_PATH . 'includes/theme-template-library/patternswp.php'; /*patternswp*/
    233234
    234235        $this->loader = new Advanced_Import_Loader();
  • advanced-import/trunk/readme.txt

    r3140716 r3186508  
    55Tags: advanced import, demo import, theme import, widget import, customizer import
    66Requires at least: 5.0
    7 Tested up to: 6.6
     7Tested up to: 6.7
    88Requires PHP: 5.6.20
    9 Stable tag: 1.4.3
     9Stable tag: 1.4.4
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    230230== Changelog ==
    231231
     232= 1.4.4 - 2024-11-12 =
     233* Added: Tested with the latest WordPress
     234* Added: Inbuilt support for [PatternsWP](https://patternswp.com/) themes
     235
    232236= 1.4.3 - 2024-08-24 =
    233237* Added:    Plugin link to Import.
Note: See TracChangeset for help on using the changeset viewer.