Plugin Directory

Changeset 3134683


Ignore:
Timestamp:
08/13/2024 07:23:25 AM (19 months ago)
Author:
walkerwp
Message:

demo importer added for fundifly charity

Location:
walker-core
Files:
1141 added
2 edited

Legend:

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

    r3127004 r3134683  
    22Contributors: walkerwp
    33Tags: testimonial, slider, teams, portfolio, faqs, brand-logo-carousel, post-type
    4 Requires PHP: 7.3.0
     4Requires PHP: 7.3
    55Requires at least: 5.9
    66Tested up to: 6.6
    7 Stable tag: 1.3.14
     7Stable tag: 1.3.15
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3333
    3434== Changelog ==
     35= 1.3.15 - 13 August, 2023 =
     36* Adding demo importer for theme "Fundifly Charity"
     37
    3538= 1.3.14 - 29 July, 2023 =
    3639* Adding demo importer for theme "Nesetmag"
  • walker-core/trunk/walker-core.php

    r3127004 r3134683  
    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.14
     19 * Version:           1.3.15
    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.14');
     75define('WALKER_CORE_VERSION', '1.3.15');
    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.