Plugin Directory

Changeset 3127004


Ignore:
Timestamp:
07/29/2024 04:44:36 AM (20 months ago)
Author:
walkerwp
Message:

tested up to 6.6 and added demo importer for Nesetmag

Location:
walker-core
Files:
1108 added
2 edited

Legend:

Unmodified
Added
Removed
  • walker-core/trunk/README.txt

    r3108070 r3127004  
    44Requires PHP: 7.3.0
    55Requires at least: 5.9
    6 Tested up to: 6.5
    7 Stable tag: 1.3.13
     6Tested up to: 6.6
     7Stable tag: 1.3.14
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3333
    3434== Changelog ==
     35= 1.3.14 - 29 July, 2023 =
     36* Adding demo importer for theme "Nesetmag"
     37
    3538= 1.3.13 - 26 June, 2023 =
    3639* Adding Pro patterns for Nexum
  • walker-core/trunk/walker-core.php

    r3108070 r3127004  
    1717 * Plugin URI:        https://walkerwp.com/walker-core/
    1818 * Description:       Walker Core is the companion plugin for WalkerWP Themes, which provides core functionality and custom post type for the themes.
    19  * Version:           1.3.13
     19 * Version:           1.3.14
    2020 * Author:            WalkerWp
    2121 * Author URI:        https://walkerwp.com/
     
    7373 * Rename this for your plugin and update it as you release new versions.
    7474 */
    75 define('WALKER_CORE_VERSION', '1.3.13');
     75define('WALKER_CORE_VERSION', '1.3.14');
    7676define('WALKER_CORE_PATH', plugin_dir_path(__FILE__));
    7777define('WALKER_CORE_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.