Plugin Directory

Changeset 2924505


Ignore:
Timestamp:
06/11/2023 09:12:18 PM (3 years ago)
Author:
thememiles
Message:

Tested with latest WordPress 6.2.2 Version.

Location:
thememiles-toolset/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • thememiles-toolset/trunk/readme.txt

    r2924503 r2924505  
    22Contributors: ThemeMiles, addonspress,dipendahal
    33Tags: thememiles, theme demos, demo, importer, one click import
    4 Requires at least: 4.6
    5 Tested up to: 5.5
     4Requires at least: 5.0
     5Tested up to: 6.2.2
    66Requires PHP: 7.0.0
    77Stable tag: 1.1.0
     
    5151== Changelog ==
    5252
     53= 1.1.2 =
     54* Tested with latest WordPress Version
     55
    5356= 1.1.1 =
    5457* Lili Blog Demo Added
  • thememiles-toolset/trunk/thememiles-toolset.php

    r2924503 r2924505  
    55Plugin Name: Thememiles Toolset
    66Description: Import Thememiles official Themes Demo Content, widgets and theme settings with just one click.
    7 Version:     1.1.1
     7Version:     1.1.2
    88Author:      Thememiles
    99Author URI:  http://www.thememiles.com
     
    2020define( 'THEMEMILES_TOOLSET_PATH', plugin_dir_path( __FILE__ ) );
    2121define( 'THEMEMILES_TOOLSET_PLUGIN_NAME', 'thememiles-toolset' );
    22 define( 'THEMEMILES_TOOLSET_VERSION', '1.1.1' );
     22define( 'THEMEMILES_TOOLSET_VERSION', '1.1.2' );
    2323define( 'THEMEMILES_TOOLSET_URL', plugin_dir_url( __FILE__ ) );
    2424define( 'THEMEMILES_TOOLSET_TEMPLATE_URL', THEMEMILES_TOOLSET_URL.'inc/demo/' );
Note: See TracChangeset for help on using the changeset viewer.