Changeset 3428211
- Timestamp:
- 12/27/2025 12:12:30 PM (3 months ago)
- Location:
- matcha-extra
- Files:
-
- 43 added
- 3 edited
-
tags/1.0.2 (added)
-
tags/1.0.2/inc (added)
-
tags/1.0.2/inc/matcha-extra-activator.php (added)
-
tags/1.0.2/inc/pawfect (added)
-
tags/1.0.2/inc/pawfect/css (added)
-
tags/1.0.2/inc/pawfect/css/companion-style.css (added)
-
tags/1.0.2/inc/pawfect/customizer (added)
-
tags/1.0.2/inc/pawfect/customizer/css (added)
-
tags/1.0.2/inc/pawfect/customizer/css/customizer.css (added)
-
tags/1.0.2/inc/pawfect/customizer/js (added)
-
tags/1.0.2/inc/pawfect/customizer/js/customizer.js (added)
-
tags/1.0.2/inc/pawfect/customizer/matcha-extra-customizer-default.php (added)
-
tags/1.0.2/inc/pawfect/customizer/matcha-extra-customizer-options.php (added)
-
tags/1.0.2/inc/pawfect/customizer/matcha-extra-customizer.php (added)
-
tags/1.0.2/inc/pawfect/front-page (added)
-
tags/1.0.2/inc/pawfect/front-page/matcha-extra-blog.php (added)
-
tags/1.0.2/inc/pawfect/front-page/matcha-extra-crafted.php (added)
-
tags/1.0.2/inc/pawfect/front-page/matcha-extra-cta.php (added)
-
tags/1.0.2/inc/pawfect/front-page/matcha-extra-feature-highlight.php (added)
-
tags/1.0.2/inc/pawfect/front-page/matcha-extra-featured-collection.php (added)
-
tags/1.0.2/inc/pawfect/front-page/matcha-extra-hero-slider.php (added)
-
tags/1.0.2/inc/pawfect/front-page/matcha-extra-instagram.php (added)
-
tags/1.0.2/inc/pawfect/front-page/matcha-extra-mission.php (added)
-
tags/1.0.2/inc/pawfect/front-page/matcha-extra-pet-shop.php (added)
-
tags/1.0.2/inc/pawfect/front-page/matcha-extra-portfolio.php (added)
-
tags/1.0.2/inc/pawfect/front-page/matcha-extra-press-mentions.php (added)
-
tags/1.0.2/inc/pawfect/front-page/matcha-extra-promo-banner.php (added)
-
tags/1.0.2/inc/pawfect/front-page/matcha-extra-promo-timer.php (added)
-
tags/1.0.2/inc/pawfect/front-page/matcha-extra-testimonial.php (added)
-
tags/1.0.2/inc/pawfect/front-page/matcha-extra-why-choose.php (added)
-
tags/1.0.2/inc/pawfect/front-page/matcha-extra-woocommerce.php (added)
-
tags/1.0.2/inc/pawfect/img (added)
-
tags/1.0.2/inc/pawfect/img/slider (added)
-
tags/1.0.2/inc/pawfect/pawfect.php (added)
-
tags/1.0.2/inc/pawfect/templates (added)
-
tags/1.0.2/inc/pawfect/templates/front-page.php (added)
-
tags/1.0.2/inc/pawfect/wishlist-functions.php (added)
-
tags/1.0.2/inc/pawfect/wishlist-shortcode.php (added)
-
tags/1.0.2/languages (added)
-
tags/1.0.2/licence.txt (added)
-
tags/1.0.2/matcha-extra.php (added)
-
tags/1.0.2/readme.txt (added)
-
trunk/inc/pawfect/pawfect.php (modified) (1 diff)
-
trunk/inc/pawfect/wishlist-functions.php (added)
-
trunk/matcha-extra.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
matcha-extra/trunk/inc/pawfect/pawfect.php
r3413470 r3428211 23 23 // Wishlist Shortcode - Moved from theme to plugin (WordPress best practice) 24 24 require 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 28 require MATCHA_EXTRA_PLUGIN_DIR . 'inc/pawfect/wishlist-functions.php'; 25 29 26 30 // Frontpage Sections. -
matcha-extra/trunk/matcha-extra.php
r3413470 r3428211 4 4 * Plugin URI: https://wpmatcha.com/matcha-extra 5 5 * Description: Matcha Extra plugin provides enhanced functionality and extra settings for WordPress themes. 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Author: WP Matcha 8 8 * Author URI: https://wpmatcha.com/ 9 * Tested up to: 6. 89 * Tested up to: 6.9 10 10 * Requires: 5.0 or higher 11 11 * License: GPL v2 or later … … 35 35 36 36 // Define plugin constants 37 define('MATCHA_EXTRA_VERSION', '1.0. 1');37 define('MATCHA_EXTRA_VERSION', '1.0.2'); 38 38 define('MATCHA_EXTRA_PLUGIN_DIR', plugin_dir_path(__FILE__)); 39 39 define('MATCHA_EXTRA_PLUGIN_URL', plugin_dir_url(__FILE__)); -
matcha-extra/trunk/readme.txt
r3413470 r3428211 3 3 Tags: companion, theme, custom post types, shortcodes, widgets 4 4 Requires at least: 5.0 5 Tested up to: 6. 85 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPL v2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.