Plugin Directory

Changeset 2844573


Ignore:
Timestamp:
01/06/2023 12:46:45 PM (3 years ago)
Author:
walkerwp
Message:

init 1.3.1

Location:
walker-core
Files:
597 added
2 edited

Legend:

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

    r2807053 r2844573  
    44Requires PHP: 7.3.0
    55Requires at least: 5.7
    6 Tested up to: 6.0
    7 Stable tag: 1.3.0
     6Tested up to: 6.1
     7Stable tag: 1.3.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3333
    3434== Changelog ==
     35
     36= 1.3.1 - 06 January 2022 =
     37* Adding demo for "Voice Maganews" Theme
     38* Tested up to 6.1
     39
    3540= 1.3.0 - 29 October 2022 =
    3641* Adding demo for "Trending News" Theme
  • walker-core/trunk/walker-core.php

    r2807053 r2844573  
    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.0
     19 * Version:           1.3.1
    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.0' );
     72define( 'WALKER_CORE_VERSION', '1.3.1' );
    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.