Plugin Directory

Changeset 2257789


Ignore:
Timestamp:
03/09/2020 09:10:52 PM (6 years ago)
Author:
wedoplugins
Message:

plugin updated to version v1.3.1

Location:
demo-importer
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • demo-importer/tags/1.3.1/demo-importer.php

    r2244115 r2257789  
    66 * Author: We Do Plugins
    77 * Author URI: http://wedoplugins.com/
    8  * Version: 1.3.0
     8 * Version: 1.3.1
    99 * License: GPLv3
    1010 * Text Domain: demo-importer
     
    1818
    1919define( 'WDPDI_MAIN_FILE', __FILE__ );
    20 define( 'WDPDI_VERSION', '1.3.0' );
     20define( 'WDPDI_VERSION', '1.3.1' );
    2121
    2222/**
  • demo-importer/tags/1.3.1/readme.txt

    r2244115 r2257789  
    33Tags: demo importer, import demo data, demo import, load theme demo,
    44Requires at least: 5.1
    5 Tested up to: 5.3.2
    6 Requires PHP: 7.1
     5Tested up to: 5.4
     6Requires PHP: 5.6
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl.html
    9 Stable tag: 1.3.0
     9Stable tag: 1.3.1
    1010
    1111This 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.
     
    2020
    2121== Changelog ==
     22
     23= 1.3.1 =
     24* compatibility with WP 5.4 confirmed
     25* dependency packages updated
    2226
    2327= 1.3.0 =
  • demo-importer/trunk/demo-importer.php

    r2244115 r2257789  
    66 * Author: We Do Plugins
    77 * Author URI: http://wedoplugins.com/
    8  * Version: 1.3.0
     8 * Version: 1.3.1
    99 * License: GPLv3
    1010 * Text Domain: demo-importer
     
    1818
    1919define( 'WDPDI_MAIN_FILE', __FILE__ );
    20 define( 'WDPDI_VERSION', '1.3.0' );
     20define( 'WDPDI_VERSION', '1.3.1' );
    2121
    2222/**
  • demo-importer/trunk/readme.txt

    r2244115 r2257789  
    33Tags: demo importer, import demo data, demo import, load theme demo,
    44Requires at least: 5.1
    5 Tested up to: 5.3.2
    6 Requires PHP: 7.1
     5Tested up to: 5.4
     6Requires PHP: 5.6
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl.html
    9 Stable tag: 1.3.0
     9Stable tag: 1.3.1
    1010
    1111This 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.
     
    2020
    2121== Changelog ==
     22
     23= 1.3.1 =
     24* compatibility with WP 5.4 confirmed
     25* dependency packages updated
    2226
    2327= 1.3.0 =
Note: See TracChangeset for help on using the changeset viewer.