Changeset 3294025
- Timestamp:
- 05/15/2025 10:56:53 AM (11 months ago)
- Location:
- product-categories-designs-for-woocommerce
- Files:
-
- 32 added
- 2 edited
-
tags/1.5.2 (added)
-
tags/1.5.2/assets (added)
-
tags/1.5.2/assets/css (added)
-
tags/1.5.2/assets/css/blocks.editor.build.css (added)
-
tags/1.5.2/assets/css/pcdfwoo-admin.css (added)
-
tags/1.5.2/assets/css/pcdfwoo-public.css (added)
-
tags/1.5.2/assets/css/slick.css (added)
-
tags/1.5.2/assets/images (added)
-
tags/1.5.2/assets/images/ajax-loader.gif (added)
-
tags/1.5.2/assets/js (added)
-
tags/1.5.2/assets/js/blocks.build.js (added)
-
tags/1.5.2/assets/js/elementor (added)
-
tags/1.5.2/assets/js/elementor/pcdfwoo-elementor.js (added)
-
tags/1.5.2/assets/js/pcdfwoo-admin.js (added)
-
tags/1.5.2/assets/js/pcdfwoo-public.js (added)
-
tags/1.5.2/assets/js/slick.min.js (added)
-
tags/1.5.2/includes (added)
-
tags/1.5.2/includes/admin (added)
-
tags/1.5.2/includes/admin/class-pcdfwoo-admin.php (added)
-
tags/1.5.2/includes/admin/pcdfwoo-how-it-work.php (added)
-
tags/1.5.2/includes/admin/supports (added)
-
tags/1.5.2/includes/admin/supports/gutenberg-block.php (added)
-
tags/1.5.2/includes/class-pcdfwoo-script.php (added)
-
tags/1.5.2/includes/pcdfwoo-functions.php (added)
-
tags/1.5.2/includes/shortcode (added)
-
tags/1.5.2/includes/shortcode/pcdfwoo-shortcode.php (added)
-
tags/1.5.2/includes/shortcode/pcdfwoo-slider-shortcode.php (added)
-
tags/1.5.2/languages (added)
-
tags/1.5.2/languages/product-categories-designs-for-woocommerce-en_US-pcdfwoo-block-js.json (added)
-
tags/1.5.2/languages/product-categories-designs-for-woocommerce.pot (added)
-
tags/1.5.2/product-categories-designs-for-woocommerce.php (added)
-
tags/1.5.2/readme.txt (added)
-
trunk/product-categories-designs-for-woocommerce.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
product-categories-designs-for-woocommerce/trunk/product-categories-designs-for-woocommerce.php
r3185663 r3294025 4 4 * Plugin URI: https://www.essentialplugin.com/wordpress-plugin/product-categories-designs-woocommerce/ 5 5 * Description: Display WooCommerce product categories designs with grid and silder view. Also work with Gutenberg shortcode block. 6 * Author: WP OnlineSupport,Essential Plugin6 * Author: Essential Plugin 7 7 * Author URI: http://www.essentialplugin.com/ 8 8 * Text Domain: product-categories-designs-for-woocommerce 9 9 * Domain Path: /languages/ 10 10 * Requires Plugins: woocommerce 11 * WC tested up to: 8.7.012 * Version: 1.5. 111 * WC tested up to: 9.8.5 12 * Version: 1.5.2 13 13 * WC requires at least: 3.0 14 14 * … … 22 22 23 23 if( ! defined( 'PCDFWOO_VERSION' ) ) { 24 define( 'PCDFWOO_VERSION', '1.5. 1' ); // Version of plugin24 define( 'PCDFWOO_VERSION', '1.5.2' ); // Version of plugin 25 25 } 26 26 if( ! defined( 'PCDFWOO_NAME' ) ) { -
product-categories-designs-for-woocommerce/trunk/readme.txt
r3185663 r3294025 1 1 === Product Categories Designs for WooCommerce === 2 Contributors: wponlinesupport, anoopranawat, pratik-jain, piyushpatel123, ridhimashukla, patelketan2 Contributors: essentialplugin 3 3 Tags: categories designs, categories slider, categories grid, WooCommerce categories designs, WooCommerce categories slider 4 4 Requires at least: 4.0 5 WC tested up to: 8.7.06 Tested up to: 6. 77 Stable tag: 1.5. 15 WC tested up to: 9.8.5 6 Tested up to: 6.8.1 7 Stable tag: 1.5.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 157 157 == Changelog == 158 158 159 = 1.5.2 (15, May 2025) = 160 * [*] Check compatibility with WordPress version 6.8.1 161 159 162 = 1.5.1 (11, Nov 2024) = 160 163 * [*] Check compatibility to WordPress version 6.7
Note: See TracChangeset
for help on using the changeset viewer.