Changeset 2924505
- Timestamp:
- 06/11/2023 09:12:18 PM (3 years ago)
- Location:
- thememiles-toolset/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
thememiles-toolset.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
thememiles-toolset/trunk/readme.txt
r2924503 r2924505 2 2 Contributors: ThemeMiles, addonspress,dipendahal 3 3 Tags: thememiles, theme demos, demo, importer, one click import 4 Requires at least: 4.65 Tested up to: 5.54 Requires at least: 5.0 5 Tested up to: 6.2.2 6 6 Requires PHP: 7.0.0 7 7 Stable tag: 1.1.0 … … 51 51 == Changelog == 52 52 53 = 1.1.2 = 54 * Tested with latest WordPress Version 55 53 56 = 1.1.1 = 54 57 * Lili Blog Demo Added -
thememiles-toolset/trunk/thememiles-toolset.php
r2924503 r2924505 5 5 Plugin Name: Thememiles Toolset 6 6 Description: Import Thememiles official Themes Demo Content, widgets and theme settings with just one click. 7 Version: 1.1. 17 Version: 1.1.2 8 8 Author: Thememiles 9 9 Author URI: http://www.thememiles.com … … 20 20 define( 'THEMEMILES_TOOLSET_PATH', plugin_dir_path( __FILE__ ) ); 21 21 define( 'THEMEMILES_TOOLSET_PLUGIN_NAME', 'thememiles-toolset' ); 22 define( 'THEMEMILES_TOOLSET_VERSION', '1.1. 1' );22 define( 'THEMEMILES_TOOLSET_VERSION', '1.1.2' ); 23 23 define( 'THEMEMILES_TOOLSET_URL', plugin_dir_url( __FILE__ ) ); 24 24 define( 'THEMEMILES_TOOLSET_TEMPLATE_URL', THEMEMILES_TOOLSET_URL.'inc/demo/' );
Note: See TracChangeset
for help on using the changeset viewer.