Plugin Directory

Changeset 2980165


Ignore:
Timestamp:
10/17/2023 01:34:17 PM (2 years ago)
Author:
walkerwp
Message:

init 1.3.9

Location:
walker-core
Files:
781 added
2 edited

Legend:

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

    r2978522 r2980165  
    55Requires at least: 5.9
    66Tested up to: 6.3
    7 Stable tag: 1.3.8
     7Stable tag: 1.3.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3333
    3434== Changelog ==
     35= 1.3.9 - 17 October, 2023 =
     36* Freemius issue fixed
     37
    3538= 1.3.8 - 13 October, 2023 =
    3639* Freemius updated to 2.5.12
  • walker-core/trunk/walker-core.php

    r2978522 r2980165  
    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.8
     19 * Version:           1.3.9
    2020 * Author:            WalkerWp
    2121 * Author URI:        https://walkerwp.com/
     
    4545                'type'           => 'plugin',
    4646                'public_key'     => 'pk_4775e58ec84b129f9f0cbbd937044',
    47                 'is_premium'     => false,
     47                'is_premium'     => true,
    4848                'premium_suffix' => 'Premium',
    4949                'has_premium_version' => true,
     
    7171 * Rename this for your plugin and update it as you release new versions.
    7272 */
    73 define('WALKER_CORE_VERSION', '1.3.8');
     73define('WALKER_CORE_VERSION', '1.3.9');
    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.