Changeset 3411820
- Timestamp:
- 12/05/2025 07:23:44 AM (4 months ago)
- Location:
- product-gallery-swiper-for-woocommerce
- Files:
-
- 42 added
- 2 edited
-
tags/1.6.1 (added)
-
tags/1.6.1/CHANGELOG.md (added)
-
tags/1.6.1/LICENSE.txt (added)
-
tags/1.6.1/README.md (added)
-
tags/1.6.1/README.txt (added)
-
tags/1.6.1/admin (added)
-
tags/1.6.1/admin/class-wdevs-gallery-swiper-admin.php (added)
-
tags/1.6.1/admin/index.php (added)
-
tags/1.6.1/admin/js (added)
-
tags/1.6.1/admin/js/wdevs-gallery-swiper-admin.js (added)
-
tags/1.6.1/includes (added)
-
tags/1.6.1/includes/class-wdevs-gallery-swiper-activator.php (added)
-
tags/1.6.1/includes/class-wdevs-gallery-swiper-deactivator.php (added)
-
tags/1.6.1/includes/class-wdevs-gallery-swiper-loader.php (added)
-
tags/1.6.1/includes/class-wdevs-gallery-swiper-woocommerce.php (added)
-
tags/1.6.1/includes/class-wdevs-gallery-swiper.php (added)
-
tags/1.6.1/includes/index.php (added)
-
tags/1.6.1/languages (added)
-
tags/1.6.1/languages/product-gallery-swiper-for-woocommerce-en_US.l10n.php (added)
-
tags/1.6.1/languages/product-gallery-swiper-for-woocommerce-en_US.mo (added)
-
tags/1.6.1/languages/product-gallery-swiper-for-woocommerce-en_US.po (added)
-
tags/1.6.1/languages/product-gallery-swiper-for-woocommerce-nl_NL.l10n.php (added)
-
tags/1.6.1/languages/product-gallery-swiper-for-woocommerce-nl_NL.mo (added)
-
tags/1.6.1/languages/product-gallery-swiper-for-woocommerce-nl_NL.po (added)
-
tags/1.6.1/languages/product-gallery-swiper-for-woocommerce.pot (added)
-
tags/1.6.1/public (added)
-
tags/1.6.1/public/class-wdevs-gallery-swiper-public.php (added)
-
tags/1.6.1/public/css (added)
-
tags/1.6.1/public/css/wdevs-gallery-swiper-public.css (added)
-
tags/1.6.1/public/index.php (added)
-
tags/1.6.1/public/js (added)
-
tags/1.6.1/public/js/wdevs-gallery-swiper-compatibility.js (added)
-
tags/1.6.1/public/js/wdevs-gallery-swiper-public.js (added)
-
tags/1.6.1/public/js/woo-product-filter-by-wbw.js (added)
-
tags/1.6.1/public/vendor (added)
-
tags/1.6.1/public/vendor/swiper (added)
-
tags/1.6.1/public/vendor/swiper/swiper-bundle.min.css (added)
-
tags/1.6.1/public/vendor/swiper/swiper-bundle.min.js (added)
-
tags/1.6.1/uninstall.php (added)
-
tags/1.6.1/wdevs-gallery-swiper.php (added)
-
trunk/CHANGELOG.md (added)
-
trunk/README.md (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/wdevs-gallery-swiper.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
product-gallery-swiper-for-woocommerce/trunk/README.txt
r3345812 r3411820 3 3 Tags: woocommerce, product gallery, slider, swiper 4 4 Requires at least: 6.0 5 Tested up to: 6. 86 Stable tag: 1.6. 05 Tested up to: 6.9 6 Stable tag: 1.6.1 7 7 Requires PHP: 7.2 8 8 License: GPL-2.0+ … … 66 66 67 67 == Changelog == 68 = 1.6.1 = 69 * Tested WordPress 6.9 70 * Tested WooCommerce 10.3.6 71 68 72 = 1.6.0 = 69 73 * Refactored theme/plugin compatibility scripts into single file -
product-gallery-swiper-for-woocommerce/trunk/wdevs-gallery-swiper.php
r3345812 r3411820 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.6. 019 * Version: 1.6.1 20 20 * Author: Wijnberg Developments 21 21 * License: GPL-2.0+ … … 24 24 * Domain Path: /languages 25 25 * Requires at least: 6.0 26 * Tested up to: 6. 826 * Tested up to: 6.9 27 27 * Requires PHP: 7.2 28 28 * WC requires at least: 7.0.0 29 * WC tested up to: 10. 1.029 * WC tested up to: 10.3.6 30 30 * Requires Plugins: woocommerce 31 31 */ … … 41 41 * Rename this for your plugin and update it as you release new versions. 42 42 */ 43 define( 'WDEVS_GALLERY_SWIPER_VERSION', '1.6. 0' );43 define( 'WDEVS_GALLERY_SWIPER_VERSION', '1.6.1' ); 44 44 45 45 /**
Note: See TracChangeset
for help on using the changeset viewer.