Changeset 3294582
- Timestamp:
- 05/16/2025 06:31:03 AM (6 months ago)
- Location:
- deposits-partial-payments-for-woocommerce
- Files:
-
- 6 edited
- 1 copied
- tags/1.2.1 (copied) (copied from deposits-partial-payments-for-woocommerce/trunk)
- tags/1.2.1/includes/class-awcdp-backend.php (modified) (1 diff)
- tags/1.2.1/readme.txt (modified) (2 diffs)
- tags/1.2.1/start.php (modified) (2 diffs)
- trunk/includes/class-awcdp-backend.php (modified) (1 diff)
- trunk/readme.txt (modified) (2 diffs)
- trunk/start.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
deposits-partial-payments-for-woocommerce/tags/1.2.1/includes/class-awcdp-backend.php
r3019747 r3294582 600 600 601 601 $deposit = $wfontend->awcdp_get_deposit_amount($product->get_id()); 602 $deposit = floatval($deposit); 602 603 $type = $wfontend->awcdp_get_deposit_type($product->get_id()); 603 604 -
deposits-partial-payments-for-woocommerce/tags/1.2.1/readme.txt
r3283389 r3294582 7 7 Requires at least: 4.0 8 8 Tested up to: 6.8 9 Stable tag: 1.2. 09 Stable tag: 1.2.1 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 126 126 127 127 == Changelog == 128 = 1.2.1 = 129 * Bug fix 128 130 = 1.2.0 = 129 131 * Support for WordPress 6.8 -
deposits-partial-payments-for-woocommerce/tags/1.2.1/start.php
r3283389 r3294582 2 2 /* 3 3 * Plugin Name: Deposits & Partial Payments for WooCommerce 4 * Version: 1.2. 04 * Version: 1.2.1 5 5 * Description: WooCommerce deposits allows customers to pay for products using a fixed or percentage amount in WooCommerce store 6 6 * Author: Acowebs … … 15 15 16 16 define('AWCDP_TOKEN', 'awcdp'); 17 define('AWCDP_VERSION', '1.2. 0');17 define('AWCDP_VERSION', '1.2.1'); 18 18 define('AWCDP_FILE', __FILE__); 19 19 define('AWCDP_PLUGIN_NAME', 'Deposits & Partial Payments for WooCommerce'); -
deposits-partial-payments-for-woocommerce/trunk/includes/class-awcdp-backend.php
r3019747 r3294582 600 600 601 601 $deposit = $wfontend->awcdp_get_deposit_amount($product->get_id()); 602 $deposit = floatval($deposit); 602 603 $type = $wfontend->awcdp_get_deposit_type($product->get_id()); 603 604 -
deposits-partial-payments-for-woocommerce/trunk/readme.txt
r3283389 r3294582 7 7 Requires at least: 4.0 8 8 Tested up to: 6.8 9 Stable tag: 1.2. 09 Stable tag: 1.2.1 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 126 126 127 127 == Changelog == 128 = 1.2.1 = 129 * Bug fix 128 130 = 1.2.0 = 129 131 * Support for WordPress 6.8 -
deposits-partial-payments-for-woocommerce/trunk/start.php
r3283389 r3294582 2 2 /* 3 3 * Plugin Name: Deposits & Partial Payments for WooCommerce 4 * Version: 1.2. 04 * Version: 1.2.1 5 5 * Description: WooCommerce deposits allows customers to pay for products using a fixed or percentage amount in WooCommerce store 6 6 * Author: Acowebs … … 15 15 16 16 define('AWCDP_TOKEN', 'awcdp'); 17 define('AWCDP_VERSION', '1.2. 0');17 define('AWCDP_VERSION', '1.2.1'); 18 18 define('AWCDP_FILE', __FILE__); 19 19 define('AWCDP_PLUGIN_NAME', 'Deposits & Partial Payments for WooCommerce');
Note: See TracChangeset for help on using the changeset viewer.