Changeset 3436027
- Timestamp:
- 01/09/2026 03:08:40 PM (3 months ago)
- Location:
- matcha-extra
- Files:
-
- 42 added
- 2 edited
-
tags/1.0.3 (added)
-
tags/1.0.3/inc (added)
-
tags/1.0.3/inc/matcha-extra-activator.php (added)
-
tags/1.0.3/inc/pawfect (added)
-
tags/1.0.3/inc/pawfect/css (added)
-
tags/1.0.3/inc/pawfect/css/companion-style.css (added)
-
tags/1.0.3/inc/pawfect/customizer (added)
-
tags/1.0.3/inc/pawfect/customizer/css (added)
-
tags/1.0.3/inc/pawfect/customizer/css/customizer.css (added)
-
tags/1.0.3/inc/pawfect/customizer/js (added)
-
tags/1.0.3/inc/pawfect/customizer/js/customizer.js (added)
-
tags/1.0.3/inc/pawfect/customizer/matcha-extra-customizer-default.php (added)
-
tags/1.0.3/inc/pawfect/customizer/matcha-extra-customizer-options.php (added)
-
tags/1.0.3/inc/pawfect/customizer/matcha-extra-customizer.php (added)
-
tags/1.0.3/inc/pawfect/front-page (added)
-
tags/1.0.3/inc/pawfect/front-page/matcha-extra-blog.php (added)
-
tags/1.0.3/inc/pawfect/front-page/matcha-extra-crafted.php (added)
-
tags/1.0.3/inc/pawfect/front-page/matcha-extra-cta.php (added)
-
tags/1.0.3/inc/pawfect/front-page/matcha-extra-feature-highlight.php (added)
-
tags/1.0.3/inc/pawfect/front-page/matcha-extra-featured-collection.php (added)
-
tags/1.0.3/inc/pawfect/front-page/matcha-extra-hero-slider.php (added)
-
tags/1.0.3/inc/pawfect/front-page/matcha-extra-instagram.php (added)
-
tags/1.0.3/inc/pawfect/front-page/matcha-extra-mission.php (added)
-
tags/1.0.3/inc/pawfect/front-page/matcha-extra-pet-shop.php (added)
-
tags/1.0.3/inc/pawfect/front-page/matcha-extra-portfolio.php (added)
-
tags/1.0.3/inc/pawfect/front-page/matcha-extra-press-mentions.php (added)
-
tags/1.0.3/inc/pawfect/front-page/matcha-extra-promo-banner.php (added)
-
tags/1.0.3/inc/pawfect/front-page/matcha-extra-promo-timer.php (added)
-
tags/1.0.3/inc/pawfect/front-page/matcha-extra-testimonial.php (added)
-
tags/1.0.3/inc/pawfect/front-page/matcha-extra-why-choose.php (added)
-
tags/1.0.3/inc/pawfect/front-page/matcha-extra-woocommerce.php (added)
-
tags/1.0.3/inc/pawfect/img (added)
-
tags/1.0.3/inc/pawfect/img/slider (added)
-
tags/1.0.3/inc/pawfect/pawfect.php (added)
-
tags/1.0.3/inc/pawfect/templates (added)
-
tags/1.0.3/inc/pawfect/templates/front-page.php (added)
-
tags/1.0.3/inc/pawfect/wishlist-functions.php (added)
-
tags/1.0.3/inc/pawfect/wishlist-shortcode.php (added)
-
tags/1.0.3/languages (added)
-
tags/1.0.3/licence.txt (added)
-
tags/1.0.3/matcha-extra.php (added)
-
tags/1.0.3/readme.txt (added)
-
trunk/matcha-extra.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
matcha-extra/trunk/matcha-extra.php
r3428211 r3436027 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. 26 * Version: 1.0.3 7 7 * Author: WP Matcha 8 8 * Author URI: https://wpmatcha.com/ … … 35 35 36 36 // Define plugin constants 37 define('MATCHA_EXTRA_VERSION', '1.0. 2');37 define('MATCHA_EXTRA_VERSION', '1.0.3'); 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
r3428211 r3436027 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 27 Stable tag: 1.0.3 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.