Plugin Directory

Changeset 3428211


Ignore:
Timestamp:
12/27/2025 12:12:30 PM (3 months ago)
Author:
wpmatcha
Message:

rls

Location:
matcha-extra
Files:
43 added
3 edited

Legend:

Unmodified
Added
Removed
  • matcha-extra/trunk/inc/pawfect/pawfect.php

    r3413470 r3428211  
    2323// Wishlist Shortcode - Moved from theme to plugin (WordPress best practice)
    2424require MATCHA_EXTRA_PLUGIN_DIR . 'inc/pawfect/wishlist-shortcode.php';
     25
     26// Wishlist Database Functions - Database operations moved from theme to plugin
     27// per WordPress.org theme review requirements
     28require MATCHA_EXTRA_PLUGIN_DIR . 'inc/pawfect/wishlist-functions.php';
    2529
    2630// Frontpage Sections.
  • matcha-extra/trunk/matcha-extra.php

    r3413470 r3428211  
    44 * Plugin URI:           https://wpmatcha.com/matcha-extra
    55 * Description:          Matcha Extra plugin provides enhanced functionality and extra settings for WordPress themes.
    6  * Version:              1.0.1
     6 * Version:              1.0.2
    77 * Author:               WP Matcha
    88 * Author URI:           https://wpmatcha.com/
    9  * Tested up to:         6.8
     9 * Tested up to:         6.9
    1010 * Requires:             5.0 or higher
    1111 * License:              GPL v2 or later
     
    3535
    3636// Define plugin constants
    37 define('MATCHA_EXTRA_VERSION', '1.0.1');
     37define('MATCHA_EXTRA_VERSION', '1.0.2');
    3838define('MATCHA_EXTRA_PLUGIN_DIR', plugin_dir_path(__FILE__));
    3939define('MATCHA_EXTRA_PLUGIN_URL', plugin_dir_url(__FILE__));
  • matcha-extra/trunk/readme.txt

    r3413470 r3428211  
    33Tags: companion, theme, custom post types, shortcodes, widgets
    44Requires at least: 5.0
    5 Tested up to: 6.8
     5Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPL v2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.