Plugin Directory

Changeset 2978522


Ignore:
Timestamp:
10/13/2023 08:16:52 AM (2 years ago)
Author:
walkerwp
Message:

adding version 1.3.8 with freemius update

Location:
walker-core
Files:
766 added
2 edited

Legend:

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

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

    r2954322 r2978522  
    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.7
     19 * Version:           1.3.8
    2020 * Author:            WalkerWp
    2121 * Author URI:        https://walkerwp.com/
     
    4545                'type'           => 'plugin',
    4646                'public_key'     => 'pk_4775e58ec84b129f9f0cbbd937044',
    47                 'is_premium'     => true,
     47                'is_premium'     => false,
    4848                'premium_suffix' => 'Premium',
     49                'has_premium_version' => true,
    4950                'has_addons'     => false,
    5051                'has_paid_plans' => true,
     
    7071 * Rename this for your plugin and update it as you release new versions.
    7172 */
    72 define('WALKER_CORE_VERSION', '1.3.7');
     73define('WALKER_CORE_VERSION', '1.3.8');
    7374define('WALKER_CORE_PATH', plugin_dir_path(__FILE__));
    7475define('WALKER_CORE_URL', plugin_dir_url(__FILE__));
     
    9798register_activation_hook(__FILE__, 'activate_walker_core');
    9899register_deactivation_hook(__FILE__, 'deactivate_walker_core');
    99 wc_fs()->add_action('after_uninstall', 'wc_fs_uninstall_cleanup');
    100100/**
    101101 * The core plugin class that is used to define internationalization,
Note: See TracChangeset for help on using the changeset viewer.