Plugin Directory

Changeset 3227834


Ignore:
Timestamp:
01/24/2025 05:16:55 AM (14 months ago)
Author:
walkerwp
Message:

adding demo for NewsWP

Location:
walker-core
Files:
1188 added
2 edited

Legend:

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

    r3134683 r3227834  
    55Requires at least: 5.9
    66Tested up to: 6.6
    7 Stable tag: 1.3.15
     7Stable tag: 1.3.16
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3333
    3434== Changelog ==
     35= 1.3.16 - 24 January, 2025 =
     36* Adding demo importer and pro patterns for theme "NewsWP"
     37
    3538= 1.3.15 - 13 August, 2023 =
    3639* Adding demo importer for theme "Fundifly Charity"
    3740
    3841= 1.3.14 - 29 July, 2023 =
    39 * Adding demo importer for theme "Nesetmag"
     42* Adding demo importer for theme "Newsetmag"
    4043
    4144= 1.3.13 - 26 June, 2023 =
  • walker-core/trunk/walker-core.php

    r3134683 r3227834  
    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.15
     19 * Version:           1.3.16
    2020 * Author:            WalkerWp
    2121 * Author URI:        https://walkerwp.com/
     
    7373 * Rename this for your plugin and update it as you release new versions.
    7474 */
    75 define('WALKER_CORE_VERSION', '1.3.15');
     75define('WALKER_CORE_VERSION', '1.3.16');
    7676define('WALKER_CORE_PATH', plugin_dir_path(__FILE__));
    7777define('WALKER_CORE_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.