Changeset 3332885
- Timestamp:
- 07/23/2025 12:39:33 PM (6 months ago)
- Location:
- product-gallery-swiper-for-woocommerce
- Files:
-
- 37 added
- 3 edited
-
tags/1.5.6 (added)
-
tags/1.5.6/LICENSE.txt (added)
-
tags/1.5.6/admin (added)
-
tags/1.5.6/admin/class-wdevs-gallery-swiper-admin.php (added)
-
tags/1.5.6/admin/index.php (added)
-
tags/1.5.6/includes (added)
-
tags/1.5.6/includes/class-wdevs-gallery-swiper-activator.php (added)
-
tags/1.5.6/includes/class-wdevs-gallery-swiper-deactivator.php (added)
-
tags/1.5.6/includes/class-wdevs-gallery-swiper-loader.php (added)
-
tags/1.5.6/includes/class-wdevs-gallery-swiper-woocommerce.php (added)
-
tags/1.5.6/includes/class-wdevs-gallery-swiper.php (added)
-
tags/1.5.6/includes/index.php (added)
-
tags/1.5.6/languages (added)
-
tags/1.5.6/languages/product-gallery-swiper-for-woocommerce-en_US.l10n.php (added)
-
tags/1.5.6/languages/product-gallery-swiper-for-woocommerce-en_US.mo (added)
-
tags/1.5.6/languages/product-gallery-swiper-for-woocommerce-en_US.po (added)
-
tags/1.5.6/languages/product-gallery-swiper-for-woocommerce-nl_NL.l10n.php (added)
-
tags/1.5.6/languages/product-gallery-swiper-for-woocommerce-nl_NL.mo (added)
-
tags/1.5.6/languages/product-gallery-swiper-for-woocommerce-nl_NL.po (added)
-
tags/1.5.6/languages/product-gallery-swiper-for-woocommerce.pot (added)
-
tags/1.5.6/public (added)
-
tags/1.5.6/public/class-wdevs-gallery-swiper-public.php (added)
-
tags/1.5.6/public/css (added)
-
tags/1.5.6/public/css/wdevs-gallery-swiper-public.css (added)
-
tags/1.5.6/public/index.php (added)
-
tags/1.5.6/public/js (added)
-
tags/1.5.6/public/js/wdevs-gallery-swiper-public.js (added)
-
tags/1.5.6/public/js/woo-product-filter-by-wbw.js (added)
-
tags/1.5.6/public/js/xstore-theme.js (added)
-
tags/1.5.6/public/js/yith-infinite-scrolling.js (added)
-
tags/1.5.6/public/vendor (added)
-
tags/1.5.6/public/vendor/swiper (added)
-
tags/1.5.6/public/vendor/swiper/swiper-bundle.min.css (added)
-
tags/1.5.6/public/vendor/swiper/swiper-bundle.min.js (added)
-
tags/1.5.6/readme.txt (added)
-
tags/1.5.6/uninstall.php (added)
-
tags/1.5.6/wdevs-gallery-swiper.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/public/class-wdevs-gallery-swiper-public.php (modified) (1 diff)
-
trunk/wdevs-gallery-swiper.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
product-gallery-swiper-for-woocommerce/trunk/README.txt
r3330676 r3332885 4 4 Requires at least: 6.0 5 5 Tested up to: 6.8 6 Stable tag: 1.5. 56 Stable tag: 1.5.6 7 7 Requires PHP: 7.2 8 8 License: GPL-2.0+ … … 64 64 65 65 == Changelog == 66 = 1.5.6 = 67 * Added compatibility for GeneratePress Premium 68 66 69 = 1.5.5 = 67 70 * Removed load_plugin_textdomain() because it has been discouraged since WordPress version 4.6. -
product-gallery-swiper-for-woocommerce/trunk/public/class-wdevs-gallery-swiper-public.php
r3319093 r3332885 199 199 } 200 200 } ); 201 202 // GeneratePress Premium compatibility. Adjust gallery rendering timing for image wrapper conflict 203 if ( function_exists( 'generatepress_wc_image_wrapper_close' ) ) { 204 remove_action( 'woocommerce_before_shop_loop_item_title', [ $this, 'finish_gallery_rendering' ], PHP_INT_MAX ); 205 add_action( 'woocommerce_shop_loop_item_title', [ $this, 'finish_gallery_rendering' ], 9 ); 206 } 201 207 } 202 208 -
product-gallery-swiper-for-woocommerce/trunk/wdevs-gallery-swiper.php
r3330676 r3332885 17 17 * Plugin URI: https://products.wijnberg.dev 18 18 * Description: Enhances WooCommerce product images display on product listing sections, providing a responsive and touch-friendly swiper. 19 * Version: 1.5. 519 * Version: 1.5.6 20 20 * Author: Wijnberg Developments 21 21 * License: GPL-2.0+ … … 41 41 * Rename this for your plugin and update it as you release new versions. 42 42 */ 43 define( 'WDEVS_GALLERY_SWIPER_VERSION', '1.5. 5' );43 define( 'WDEVS_GALLERY_SWIPER_VERSION', '1.5.6' ); 44 44 45 45 /**
Note: See TracChangeset
for help on using the changeset viewer.