Plugin Directory

Changeset 2863872


Ignore:
Timestamp:
02/12/2023 06:33:05 AM (3 years ago)
Author:
walkerwp
Message:

init 1.3.2

Location:
walker-core
Files:
610 added
2 edited

Legend:

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

    r2844573 r2863872  
    55Requires at least: 5.7
    66Tested up to: 6.1
    7 Stable tag: 1.3.1
     7Stable tag: 1.3.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3333
    3434== Changelog ==
     35= 1.3.2 - 12 February 2023 =
     36* Adding demo for "Story News" Theme
    3537
    36 = 1.3.1 - 06 January 2022 =
     38= 1.3.1 - 06 January 2023 =
    3739* Adding demo for "Voice Maganews" Theme
    3840* Tested up to 6.1
  • walker-core/trunk/walker-core.php

    r2844573 r2863872  
    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.1
     19 * Version:           1.3.2
    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.1' );
     72define( 'WALKER_CORE_VERSION', '1.3.2' );
    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.