Plugin Directory

Changeset 2336462


Ignore:
Timestamp:
07/07/2020 05:58:08 AM (6 years ago)
Author:
acespritech
Message:

changes version

Location:
woo-advance-product-gallery/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • woo-advance-product-gallery/trunk/advance-product-gallery.php

    r2105237 r2336462  
    44    Author: Acespritech Solutions Pvt. Ltd.
    55    Author URI: https://acespritech.com/
    6     Version: 1.1.0
     6    Version: 2.1.0
    77    Domain Path: /languages/
    88    Requires WooCommerce: 2.2
     
    8686    $zoom_setting = esc_attr(get_option("wapg_zoom_setting"));
    8787    $gallery_position = esc_attr(get_option("wapg_gallery_position"));
    88     $action = sanitize_text_field($_GET['update']);
     88    @$action = sanitize_text_field($_GET['update']);
    8989    if($action == 'success'){
    9090        ?>
     
    101101                    <select name="zoom-style">
    102102                        <option selected="" disabled="">Select Option</option>
    103                         <option <?php if($zoom_setting == 'inner'){ echo 'selected';} ?> value="inner">Inner</option>
     103                        <option <?php if($zoom_setting == 'inner'){ echo 'selected';} ?> value="inner">Default</option>
    104104                        <option <?php if($zoom_setting == 'outer'){ echo 'selected';} ?> value="outer">Outer</option>
    105105                    </select>
     
    170170            <?php
    171171                global $product;
    172                 $product_id = $product->id;
     172                $product_id = $product->get_ID();
    173173                $product = new WC_product($product_id);
    174                 $attachment_ids = $product->get_gallery_attachment_ids();
     174                $attachment_ids = $product->get_gallery_image_ids();
    175175                $i = 1;
    176176
  • woo-advance-product-gallery/trunk/readme.txt

    r2105259 r2336462  
    11=== WooCommerce Advance Product Gallery ===
    22Contributors: Acespritech
    3 Requires PHP: 5.2.4
    43Donate link: https://example.com/
    54Tags: wordpress, product, gallery, thumbnail, zoom, php
    6 Requires at least: 2.3
     5Requires at least: 5.1
    76Requires PHP: 5.2.4
    8 Tested up to: 5.1
    9 Stable tag: 1.0
     7Tested up to: 5.4.1
     8Stable tag: 2.0
    109
    1110Design your product gallery thumbnail easily.
     
    2625* first version release
    2726
     27= 2.0 =
     28* 08/05/2020
     29* second version release
     30
    2831== Upgrade Notice ==
    2932
Note: See TracChangeset for help on using the changeset viewer.