Plugin Directory

Changeset 3411820


Ignore:
Timestamp:
12/05/2025 07:23:44 AM (4 months ago)
Author:
wijnbergdevelopments
Message:

Tested WordPress 6.9

Location:
product-gallery-swiper-for-woocommerce
Files:
42 added
2 edited

Legend:

Unmodified
Added
Removed
  • product-gallery-swiper-for-woocommerce/trunk/README.txt

    r3345812 r3411820  
    33Tags: woocommerce, product gallery, slider, swiper
    44Requires at least: 6.0
    5 Tested up to: 6.8
    6 Stable tag: 1.6.0
     5Tested up to: 6.9
     6Stable tag: 1.6.1
    77Requires PHP: 7.2
    88License: GPL-2.0+
     
    6666
    6767== Changelog ==
     68= 1.6.1 =
     69* Tested WordPress 6.9
     70* Tested WooCommerce 10.3.6
     71
    6872= 1.6.0 =
    6973* Refactored theme/plugin compatibility scripts into single file
  • product-gallery-swiper-for-woocommerce/trunk/wdevs-gallery-swiper.php

    r3345812 r3411820  
    1717 * Plugin URI:           https://products.wijnberg.dev
    1818 * Description:          Enhances WooCommerce product images display on product listing sections, providing a responsive and touch-friendly swiper.
    19  * Version:              1.6.0
     19 * Version:              1.6.1
    2020 * Author:               Wijnberg Developments
    2121 * License:              GPL-2.0+
     
    2424 * Domain Path:          /languages
    2525 * Requires at least:    6.0
    26  * Tested up to:         6.8
     26 * Tested up to:         6.9
    2727 * Requires PHP:         7.2
    2828 * WC requires at least: 7.0.0
    29  * WC tested up to:      10.1.0
     29 * WC tested up to:      10.3.6
    3030 * Requires Plugins:     woocommerce
    3131 */
     
    4141 * Rename this for your plugin and update it as you release new versions.
    4242 */
    43 define( 'WDEVS_GALLERY_SWIPER_VERSION', '1.6.0' );
     43define( 'WDEVS_GALLERY_SWIPER_VERSION', '1.6.1' );
    4444
    4545/**
Note: See TracChangeset for help on using the changeset viewer.