Plugin Directory

Changeset 2954322


Ignore:
Timestamp:
08/16/2023 10:14:03 AM (3 years ago)
Author:
walkerwp
Message:

init version 1.3.7

Location:
walker-core
Files:
764 added
2 edited

Legend:

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

    r2943999 r2954322  
    44Requires PHP: 7.3.0
    55Requires at least: 5.9
    6 Tested up to: 6.2
    7 Stable tag: 1.3.6
     6Tested up to: 6.3
     7Stable tag: 1.3.7
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3333
    3434== Changelog ==
     35= 1.3.7 - 16 August, 2023 =
     36* Tested up to 6.3
     37* Adding demo importer for "Walker News Template" theme
     38
    3539= 1.3.6 - 27 July 2023 =
    3640* Freemius sdk updated to latest version
  • walker-core/trunk/walker-core.php

    r2943999 r2954322  
    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.6
     19 * Version:           1.3.7
    2020 * Author:            WalkerWp
    2121 * Author URI:        https://walkerwp.com/
     
    7070 * Rename this for your plugin and update it as you release new versions.
    7171 */
    72 define('WALKER_CORE_VERSION', '1.3.6');
     72define('WALKER_CORE_VERSION', '1.3.7');
    7373define('WALKER_CORE_PATH', plugin_dir_path(__FILE__));
    7474define('WALKER_CORE_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.