Changeset 2371077
- Timestamp:
- 08/28/2020 01:34:21 PM (6 years ago)
- Location:
- thememiles-toolset
- Files:
-
- 46 added
- 2 edited
-
tags/1.0.9 (added)
-
tags/1.0.9/assets (added)
-
tags/1.0.9/assets/thememiles-toolset.css (added)
-
tags/1.0.9/assets/thememiles-toolset.js (added)
-
tags/1.0.9/inc (added)
-
tags/1.0.9/inc/demo (added)
-
tags/1.0.9/inc/demo/blog-web (added)
-
tags/1.0.9/inc/demo/blog-web/demo-1 (added)
-
tags/1.0.9/inc/demo/blog-web/demo-1/content.json (added)
-
tags/1.0.9/inc/demo/blog-web/demo-1/demo.jpg (added)
-
tags/1.0.9/inc/demo/blog-web/demo-1/options.json (added)
-
tags/1.0.9/inc/demo/blog-web/demo-1/widgets.json (added)
-
tags/1.0.9/inc/demo/business-trade (added)
-
tags/1.0.9/inc/demo/business-trade/demo-1 (added)
-
tags/1.0.9/inc/demo/business-trade/demo-1/content.json (added)
-
tags/1.0.9/inc/demo/business-trade/demo-1/demo.jpg (added)
-
tags/1.0.9/inc/demo/business-trade/demo-1/options.json (added)
-
tags/1.0.9/inc/demo/business-trade/demo-1/widgets.json (added)
-
tags/1.0.9/inc/demo/business-trade/demo-2 (added)
-
tags/1.0.9/inc/demo/business-trade/demo-2/content.json (added)
-
tags/1.0.9/inc/demo/business-trade/demo-2/demo.jpg (added)
-
tags/1.0.9/inc/demo/business-trade/demo-2/options.json (added)
-
tags/1.0.9/inc/demo/business-trade/demo-2/widgets.json (added)
-
tags/1.0.9/inc/demo/log-book (added)
-
tags/1.0.9/inc/demo/log-book/demo-1 (added)
-
tags/1.0.9/inc/demo/log-book/demo-1/content.json (added)
-
tags/1.0.9/inc/demo/log-book/demo-1/demo.jpg (added)
-
tags/1.0.9/inc/demo/log-book/demo-1/options.json (added)
-
tags/1.0.9/inc/demo/log-book/demo-1/widgets.json (added)
-
tags/1.0.9/inc/demo/web-log (added)
-
tags/1.0.9/inc/demo/web-log/demo-1 (added)
-
tags/1.0.9/inc/demo/web-log/demo-1/content.json (added)
-
tags/1.0.9/inc/demo/web-log/demo-1/demo.jpg (added)
-
tags/1.0.9/inc/demo/web-log/demo-1/options.json (added)
-
tags/1.0.9/inc/demo/web-log/demo-1/widgets.json (added)
-
tags/1.0.9/inc/demo/wellbeing-hospital (added)
-
tags/1.0.9/inc/demo/wellbeing-hospital/demo-1 (added)
-
tags/1.0.9/inc/demo/wellbeing-hospital/demo-1/content.json (added)
-
tags/1.0.9/inc/demo/wellbeing-hospital/demo-1/demo.png (added)
-
tags/1.0.9/inc/demo/wellbeing-hospital/demo-1/options.json (added)
-
tags/1.0.9/inc/demo/wellbeing-hospital/demo-1/widgets.json (added)
-
tags/1.0.9/inc/functions.php (added)
-
tags/1.0.9/inc/hooks.php (added)
-
tags/1.0.9/inc/init.php (added)
-
tags/1.0.9/readme.txt (added)
-
tags/1.0.9/thememiles-toolset.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/thememiles-toolset.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
thememiles-toolset/trunk/readme.txt
r2370644 r2371077 3 3 Tags: thememiles, theme demos, demo, importer, one click import 4 4 Requires at least: 4.6 5 Tested up to: 5. 4.26 Requires PHP: 4.67 Stable tag: 1.0. 75 Tested up to: 5.5 6 Requires PHP: 7.0.0 7 Stable tag: 1.0.9 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 51 51 == Changelog == 52 52 53 = 1.0.9 = 54 * Version bump 55 56 = 1.0.8 = 57 * Blog Web Demo added 58 53 59 = 1.0.7 = 54 60 * Gutenberg Plugin recommended -
thememiles-toolset/trunk/thememiles-toolset.php
r2371054 r2371077 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.0. 87 Version: 1.0.9 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.0. 6' );22 define( 'THEMEMILES_TOOLSET_VERSION', '1.0.9' ); 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.