Plugin Directory

Changeset 3248411


Ignore:
Timestamp:
02/28/2025 11:04:26 AM (13 months ago)
Author:
worldweb
Message:
  • Issue fixed: Now displaying all voucher templates instead of only five.
Location:
gift-vouchers-for-woocommerce
Files:
406 added
3 edited

Legend:

Unmodified
Added
Removed
  • gift-vouchers-for-woocommerce/trunk/admin/class-woocommerce-gift-vouchers-product-custom-fields.php

    r3060961 r3248411  
    5353        $args = [
    5454            'post_type' => WGVWWT_VOUCHER_TEMPLATE,
    55             'post_status' => array('private','publish')
     55            'post_status' => array('private','publish'),
     56            'numberposts' => -1
    5657        ];
    5758        // we get an array of posts objects
  • gift-vouchers-for-woocommerce/trunk/gift-vouchers-for-woocommerce.php

    r3199375 r3248411  
    1313 * Plugin URI:        https://www.worldwebtechnology.com/
    1414 * Description:       Create Customizable PDF Vouchers for In-Store or Online Redemption.
    15  * Version:           1.1.3
     15 * Version:           1.1.4
    1616 * Author:            World Web Technology
    1717 * Author URI:        https://www.worldwebtechnology.com/
     
    3434 * Rename this for your plugin and update it as you release new versions.
    3535 */
    36 define('WOOCOMMERCE_GIFT_VOUCHERS_VERSION', '1.1.3');
     36define('WOOCOMMERCE_GIFT_VOUCHERS_VERSION', '1.1.4');
    3737
    3838/**
  • gift-vouchers-for-woocommerce/trunk/readme.txt

    r3199379 r3248411  
    1010Requires PHP:      7.2
    1111Tested up to:      6.6.1
    12 Stable tag:        1.1.3
     12Stable tag:        1.1.4
    1313License:           GPLv2 or later
    1414License URI:       https://www.gnu.org/licenses/gpl-2.0.html
    15 Version:           1.1.3
     15Version:           1.1.4
    1616
    1717Create Customizable PDF Vouchers for In-Store or Online Redemption.
     
    173173== Changelog ==
    174174
     175= 1.1.4 (Feb 28, 2025) =
     176* Issue fixed: Now displaying all voucher templates instead of only five.
     177
    175178= 1.1.3 (Nov 29, 2024) =
    176179* Minor Bug Fixes
Note: See TracChangeset for help on using the changeset viewer.