Plugin Directory

Changeset 2999412


Ignore:
Timestamp:
11/21/2023 08:28:28 AM (2 years ago)
Author:
EmranAhmed
Message:

Update to 1.3.21

Location:
woo-variation-gallery
Files:
68 added
10 edited

Legend:

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

    r2964073 r2999412  
    33Tags: woocommerce variation image gallery, additional variation image gallery, product variation image gallery, product variation image, variation images gallery, additional image, additional variation image, WooCommerce variation product thumbnail gallery
    44Requires PHP: 7.4
    5 Stable tag: 1.3.20
     5Stable tag: 1.3.21
    66Requires at least: 5.7
    7 Tested up to: 6.3
     7Tested up to: 6.4
    88WC requires at least: 5.8
    9 WC tested up to: 8.0
     9WC tested up to: 8.3
    1010License: GPLv3
    1111License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    378378== Changelog ==
    379379
     380= 1.3.21 - 21-11-2023 =
     381
     382* Add: twentytwentyfour theme support.
     383* Add: WordPress 6.4+ compatibility.
     384* Add: WooCommerce 8.3+ compatibility.
     385
    380386= 1.3.20 - 07-09-2023 =
    381387
    382388* Add: twentytwentythree theme support.
    383 * Add: WordPress 6.3+ compatibility.
     389* Add: WooCommerce 8.0+ compatibility.
    384390* Add: WordPress 6.3+ compatibility.
    385391
  • woo-variation-gallery/trunk/assets/css/admin.css

    r2964073 r2999412  
    33 *
    44 * Author: Emran Ahmed ( emran.bd.08@gmail.com )
    5  * Date: 9/7/2023, 4:56:22 PM
     5 * Date: 11/21/2023, 2:24:57 PM
    66 * Released under the GPLv3 license.
    77 */
  • woo-variation-gallery/trunk/assets/css/frontend.css

    r2964073 r2999412  
    33 *
    44 * Author: Emran Ahmed ( emran.bd.08@gmail.com )
    5  * Date: 9/7/2023, 4:56:22 PM
     5 * Date: 11/21/2023, 2:24:57 PM
    66 * Released under the GPLv3 license.
    77 */
  • woo-variation-gallery/trunk/assets/css/slick.css

    r2964073 r2999412  
    33 *
    44 * Author: Emran Ahmed ( emran.bd.08@gmail.com )
    5  * Date: 9/7/2023, 4:56:22 PM
     5 * Date: 11/21/2023, 2:24:57 PM
    66 * Released under the GPLv3 license.
    77 */
  • woo-variation-gallery/trunk/assets/js/admin.js

    r2964073 r2999412  
    33 *
    44 * Author: Emran Ahmed ( emran.bd.08@gmail.com )
    5  * Date: 9/7/2023, 4:56:22 PM
     5 * Date: 11/21/2023, 2:24:57 PM
    66 * Released under the GPLv3 license.
    77 */
  • woo-variation-gallery/trunk/assets/js/frontend.js

    r2964073 r2999412  
    33 *
    44 * Author: Emran Ahmed ( emran.bd.08@gmail.com )
    5  * Date: 9/7/2023, 4:56:22 PM
     5 * Date: 11/21/2023, 2:24:57 PM
    66 * Released under the GPLv3 license.
    77 */
  • woo-variation-gallery/trunk/assets/js/slick.js

    r2964073 r2999412  
    33 *
    44 * Author: Emran Ahmed ( emran.bd.08@gmail.com )
    5  * Date: 9/7/2023, 4:56:22 PM
     5 * Date: 11/21/2023, 2:24:57 PM
    66 * Released under the GPLv3 license.
    77 */
  • woo-variation-gallery/trunk/includes/class-woo-variation-gallery-frontend.php

    r2964073 r2999412  
    172172            $thumbnail_position               = sanitize_text_field( woo_variation_gallery()->get_option( 'position', 'bottom', 'woo_variation_gallery_thumbnail_position' ) );
    173173
    174             $is_defer = is_wp_version_compatible( '6.3' ) ? array( 'strategy' => 'defer' ) : true;
    175 
    176             wp_enqueue_script( 'woo-variation-gallery-slider', esc_url( woo_variation_gallery()->assets_url( "/js/slick{$suffix}.js" ) ), array( 'jquery' ), '1.8.1', $is_defer );
     174            wp_enqueue_script( 'woo-variation-gallery-slider', esc_url( woo_variation_gallery()->assets_url( "/js/slick{$suffix}.js" ) ), array( 'jquery' ), '1.8.1', true );
    177175
    178176            wp_enqueue_style( 'woo-variation-gallery-slider', esc_url( woo_variation_gallery()->assets_url( "/css/slick{$suffix}.css" ) ), array(), '1.8.1' );
     
    184182                'imagesloaded',
    185183                'wc-add-to-cart-variation'
    186             ), woo_variation_gallery()->assets_version( "/js/frontend{$suffix}.js" ), $is_defer );
     184            ), woo_variation_gallery()->assets_version( "/js/frontend{$suffix}.js" ), true );
    187185
    188186            wp_localize_script( 'woo-variation-gallery', 'woo_variation_gallery_options', apply_filters( 'woo_variation_gallery_js_options', array(
     
    795793            return apply_filters( 'woo_variation_gallery_gallery_template_part_override_location', $template, $slug, $old_template );
    796794        }
    797 
    798795    }
    799796endif;
  • woo-variation-gallery/trunk/languages/woo-variation-gallery.pot

    r2964073 r2999412  
    88"Content-Transfer-Encoding: 8bit\n"
    99"Language-Team: Emran Ahmed <emran.bd.08@gmail.com>\n"
    10 "POT-Creation-Date: 2023-09-07 10:56+0000\n"
     10"POT-Creation-Date: 2023-11-21 08:24+0000\n"
    1111"X-Poedit-Basepath: ..\n"
    1212"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
  • woo-variation-gallery/trunk/woo-variation-gallery.php

    r2964073 r2999412  
    55 * Description: Allows inserting multiple images for per variation to let visitors see a different images when WooCommerce product variations are switched.
    66 * Author: Emran Ahmed
    7  * Version: 1.3.20
     7 * Version: 1.3.21
    88 * Domain Path: /languages
    99 * Requires PHP: 7.4
    1010 * Requires at least: 5.7
    11  * Tested up to: 6.3
     11 * Tested up to: 6.4
    1212 * WC requires at least: 5.8
    13  * WC tested up to: 8.0
     13 * WC tested up to: 8.3
    1414 * Text Domain: woo-variation-gallery
    1515 * Author URI: https://getwooplugins.com/
     
    2323
    2424if ( ! defined( 'WOO_VARIATION_GALLERY_PLUGIN_VERSION' ) ) {
    25     define( 'WOO_VARIATION_GALLERY_PLUGIN_VERSION', '1.3.20' );
     25    define( 'WOO_VARIATION_GALLERY_PLUGIN_VERSION', '1.3.21' );
    2626}
    2727
Note: See TracChangeset for help on using the changeset viewer.