Plugin Directory

Changeset 3082713


Ignore:
Timestamp:
05/07/2024 04:33:23 PM (22 months ago)
Author:
walkerwp
Message:

tested up to WordPress and added pro patterns for Dustless theme

Location:
walker-core
Files:
956 added
2 edited

Legend:

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

    r2998770 r3082713  
    44Requires PHP: 7.3.0
    55Requires at least: 5.9
    6 Tested up to: 6.4
    7 Stable tag: 1.3.10
     6Tested up to: 6.5
     7Stable tag: 1.3.11
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3333
    3434== Changelog ==
     35= 1.3.11 - 07 May, 2023 =
     36* Tested up to 6.5
     37* Adding Pro patterns for Dustless
     38
    3539= 1.3.10 - 20 Novemver, 2023 =
    3640* Ading demo importer data for Blockpage Theme
  • walker-core/trunk/walker-core.php

    r2998770 r3082713  
    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.10
     19 * Version:           1.3.11
    2020 * Author:            WalkerWp
    2121 * Author URI:        https://walkerwp.com/
     
    7171 * Rename this for your plugin and update it as you release new versions.
    7272 */
    73 define('WALKER_CORE_VERSION', '1.3.10');
     73define('WALKER_CORE_VERSION', '1.3.11');
    7474define('WALKER_CORE_PATH', plugin_dir_path(__FILE__));
    7575define('WALKER_CORE_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.