Changeset 3229920
- Timestamp:
- 01/27/2025 07:35:01 PM (14 months ago)
- Location:
- variation-swatches-and-gallery/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
variation-swatches-and-gallery.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
variation-swatches-and-gallery/trunk/README.txt
r3210172 r3229920 8 8 WC requires at least: 5.5 9 9 WC tested up to: 8.1.0 10 Stable tag: 1.0. 5.110 Stable tag: 1.0.6 11 11 License: GPLv3 12 12 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 145 145 * Added a check to ensure the `WVSG_DEBUG` constant is defined before use. 146 146 147 = 1.0.6 - 28 January 2025 = 148 * SDK Update 149 147 150 == Upgrade Notice == 148 151 = 1.0.5 = 149 152 * Ensure compatibility with WooCommerce 3.0 and above by updating deprecated methods. 153 154 = 1.0.6 - 28 January 2025 = 155 * SDK Update -
variation-swatches-and-gallery/trunk/variation-swatches-and-gallery.php
r3210172 r3229920 14 14 * Plugin URI: https://zqe.io/variation-swatches-and-gallery 15 15 * Description: Variation Swatches and Gallery for WooCommerce 16 * Version: 1.0. 5.116 * Version: 1.0.6 17 17 * Author: ZQE 18 18 * Author URI: https://zqe.io … … 87 87 * @since 1.0.0 88 88 */ 89 define( 'VARIATION_SWATCHES_AND_GALLERY_VERSION', '1.0. 5' );89 define( 'VARIATION_SWATCHES_AND_GALLERY_VERSION', '1.0.6' ); 90 90 91 91 /**
Note: See TracChangeset
for help on using the changeset viewer.