Changeset 2257789
- Timestamp:
- 03/09/2020 09:10:52 PM (6 years ago)
- Location:
- demo-importer
- Files:
-
- 4 edited
- 1 copied
-
tags/1.3.1 (copied) (copied from demo-importer/trunk)
-
tags/1.3.1/demo-importer.php (modified) (2 diffs)
-
tags/1.3.1/readme.txt (modified) (2 diffs)
-
trunk/demo-importer.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
demo-importer/tags/1.3.1/demo-importer.php
r2244115 r2257789 6 6 * Author: We Do Plugins 7 7 * Author URI: http://wedoplugins.com/ 8 * Version: 1.3. 08 * Version: 1.3.1 9 9 * License: GPLv3 10 10 * Text Domain: demo-importer … … 18 18 19 19 define( 'WDPDI_MAIN_FILE', __FILE__ ); 20 define( 'WDPDI_VERSION', '1.3. 0' );20 define( 'WDPDI_VERSION', '1.3.1' ); 21 21 22 22 /** -
demo-importer/tags/1.3.1/readme.txt
r2244115 r2257789 3 3 Tags: demo importer, import demo data, demo import, load theme demo, 4 4 Requires at least: 5.1 5 Tested up to: 5. 3.26 Requires PHP: 7.15 Tested up to: 5.4 6 Requires PHP: 5.6 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl.html 9 Stable tag: 1.3. 09 Stable tag: 1.3.1 10 10 11 11 This plugin cover demo import action and simplify it for end-users, so the whole import process require just a few clicks. You can specify which plugins are required for demo data installation, and then configure demo content (posts, pages, menus, images, forms for "Contact Form 7" plugin, to name a few) to be uploaded. … … 20 20 21 21 == Changelog == 22 23 = 1.3.1 = 24 * compatibility with WP 5.4 confirmed 25 * dependency packages updated 22 26 23 27 = 1.3.0 = -
demo-importer/trunk/demo-importer.php
r2244115 r2257789 6 6 * Author: We Do Plugins 7 7 * Author URI: http://wedoplugins.com/ 8 * Version: 1.3. 08 * Version: 1.3.1 9 9 * License: GPLv3 10 10 * Text Domain: demo-importer … … 18 18 19 19 define( 'WDPDI_MAIN_FILE', __FILE__ ); 20 define( 'WDPDI_VERSION', '1.3. 0' );20 define( 'WDPDI_VERSION', '1.3.1' ); 21 21 22 22 /** -
demo-importer/trunk/readme.txt
r2244115 r2257789 3 3 Tags: demo importer, import demo data, demo import, load theme demo, 4 4 Requires at least: 5.1 5 Tested up to: 5. 3.26 Requires PHP: 7.15 Tested up to: 5.4 6 Requires PHP: 5.6 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl.html 9 Stable tag: 1.3. 09 Stable tag: 1.3.1 10 10 11 11 This plugin cover demo import action and simplify it for end-users, so the whole import process require just a few clicks. You can specify which plugins are required for demo data installation, and then configure demo content (posts, pages, menus, images, forms for "Contact Form 7" plugin, to name a few) to be uploaded. … … 20 20 21 21 == Changelog == 22 23 = 1.3.1 = 24 * compatibility with WP 5.4 confirmed 25 * dependency packages updated 22 26 23 27 = 1.3.0 =
Note: See TracChangeset
for help on using the changeset viewer.