Plugin Directory

Changeset 3229920


Ignore:
Timestamp:
01/27/2025 07:35:01 PM (14 months ago)
Author:
akdevs
Message:

SDK UPDATE

Location:
variation-swatches-and-gallery/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • variation-swatches-and-gallery/trunk/README.txt

    r3210172 r3229920  
    88WC requires at least: 5.5
    99WC tested up to: 8.1.0
    10 Stable tag: 1.0.5.1
     10Stable tag: 1.0.6
    1111License: GPLv3
    1212License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    145145* Added a check to ensure the `WVSG_DEBUG` constant is defined before use.
    146146
     147= 1.0.6 - 28 January 2025 =
     148* SDK Update
     149
    147150== Upgrade Notice ==
    148151= 1.0.5 =
    149152* 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  
    1414 * Plugin URI:        https://zqe.io/variation-swatches-and-gallery
    1515 * Description:       Variation Swatches and Gallery for WooCommerce
    16  * Version:           1.0.5.1
     16 * Version:           1.0.6
    1717 * Author:            ZQE
    1818 * Author URI:        https://zqe.io
     
    8787 * @since 1.0.0
    8888 */
    89 define( 'VARIATION_SWATCHES_AND_GALLERY_VERSION', '1.0.5' );
     89define( 'VARIATION_SWATCHES_AND_GALLERY_VERSION', '1.0.6' );
    9090
    9191/**
Note: See TracChangeset for help on using the changeset viewer.