Plugin Directory

Changeset 3360233


Ignore:
Timestamp:
09/12/2025 04:01:18 AM (7 months ago)
Author:
terrytsang
Message:

Tested and working up to WordPress version 6.8.2

Location:
woocommerce-extra-fee-option/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-extra-fee-option/trunk/readme.txt

    r2865948 r3360233  
    66Tags: woocommerce, extra fee, minimum order, service charge, e-commerce, payment, shipping, product, category
    77Requires at least: 3.6.1
    8 Tested up to: 6.1.1
    9 Stable tag: 1.1.1
     8Tested up to: 6.8.2
     9Stable tag: 1.1.2
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6262== Changelog ==
    6363
     64= 1.1.2 =
     65* Testing up to WordPress v 6.8.2
     66* Added the introduction of other WooCommerce plugins 
     67
     68= 1.1.1 =
     69* Testing up to WordPress v 6.1.8
     70* Added the introduction of other WooCommerce plugins 
     71
    6472= 1.1.0 =
    6573* Testing up to WordPress v 6.0.0
  • woocommerce-extra-fee-option/trunk/wc-extra-fee-option.php

    r2865948 r3360233  
    44Plugin URI: https://terrytsang.com/product/tt-woocommerce-extra-fee-option/
    55Description: Allow you to add an extra fee with a minimum order to WooCommerce
    6 Version: 1.1.1
     6Version: 1.1.2
    77Author: Terry Tsang
    88Author URI: https://terrytsang.com/products
     
    3636
    3737// Define plugin version
    38 define('wc_version_extra_fee_option', '1.1.1');
     38define('wc_version_extra_fee_option', '1.1.2');
    3939
    4040
Note: See TracChangeset for help on using the changeset viewer.