Changeset 3413320
- Timestamp:
- 12/07/2025 03:43:51 AM (4 months ago)
- Location:
- kiskadi
- Files:
-
- 9 edited
- 1 copied
-
. (modified) (1 prop)
-
tags/1.3.4 (copied) (copied from kiskadi/trunk)
-
tags/1.3.4/includes/class-kiskadi.php (modified) (1 diff)
-
tags/1.3.4/includes/integration/woocommerce/checkout/helper/class-cashback-helper.php (modified) (1 diff)
-
tags/1.3.4/kiskadi.php (modified) (1 diff)
-
tags/1.3.4/readme.txt (modified) (2 diffs)
-
trunk/includes/class-kiskadi.php (modified) (1 diff)
-
trunk/includes/integration/woocommerce/checkout/helper/class-cashback-helper.php (modified) (1 diff)
-
trunk/kiskadi.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kiskadi
-
Property
svn:ignore
set to
.idea
-
Property
svn:ignore
set to
-
kiskadi/tags/1.3.4/includes/class-kiskadi.php
r3253078 r3413320 12 12 13 13 /** @var string */ 14 public $version = '1.3. 3';14 public $version = '1.3.4'; 15 15 16 16 /** @var self */ -
kiskadi/tags/1.3.4/includes/integration/woocommerce/checkout/helper/class-cashback-helper.php
r3094720 r3413320 29 29 } 30 30 31 if ( 32 isset( $_POST['woocommerce-process-checkout-nonce'], $_POST['billing_cpf'], $_POST['billing_cnpj'] ) 33 /* commented validation as it is already executed in the process_checkout function and generates nonce difference error */ 34 // && false !== wp_verify_nonce( sanitize_key( $_POST['woocommerce-process-checkout-nonce'] ), 'woocommerce-process_checkout' ) 35 ) { 31 if ( 32 isset( $_POST['woocommerce-process-checkout-nonce'] ) && 33 ( isset( $_POST['billing_cpf'] ) || isset( $_POST['billing_cnpj'] ) ) 34 ) { 36 35 $is_valid_request = true; 37 36 } -
kiskadi/tags/1.3.4/kiskadi.php
r3253078 r3413320 8 8 * Text Domain: kiskadi 9 9 * Domain Path: /languages 10 * Version: 1.3. 310 * Version: 1.3.4 11 11 * 12 12 * @package Kiskadi -
kiskadi/tags/1.3.4/readme.txt
r3253078 r3413320 6 6 Tested up to: 6.5.3 7 7 Requires PHP: 7.2 8 Stable tag: 1.3. 38 Stable tag: 1.3.4 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 35 35 == Changelog == 36 36 37 = 1.3. 3=37 = 1.3.4 = 38 38 * Fix - adjusted discount calculations and change sended Final Amount Without Shipping 39 39 -
kiskadi/trunk/includes/class-kiskadi.php
r3253078 r3413320 12 12 13 13 /** @var string */ 14 public $version = '1.3. 3';14 public $version = '1.3.4'; 15 15 16 16 /** @var self */ -
kiskadi/trunk/includes/integration/woocommerce/checkout/helper/class-cashback-helper.php
r3094720 r3413320 29 29 } 30 30 31 if ( 32 isset( $_POST['woocommerce-process-checkout-nonce'], $_POST['billing_cpf'], $_POST['billing_cnpj'] ) 33 /* commented validation as it is already executed in the process_checkout function and generates nonce difference error */ 34 // && false !== wp_verify_nonce( sanitize_key( $_POST['woocommerce-process-checkout-nonce'] ), 'woocommerce-process_checkout' ) 35 ) { 31 if ( 32 isset( $_POST['woocommerce-process-checkout-nonce'] ) && 33 ( isset( $_POST['billing_cpf'] ) || isset( $_POST['billing_cnpj'] ) ) 34 ) { 36 35 $is_valid_request = true; 37 36 } -
kiskadi/trunk/kiskadi.php
r3253078 r3413320 8 8 * Text Domain: kiskadi 9 9 * Domain Path: /languages 10 * Version: 1.3. 310 * Version: 1.3.4 11 11 * 12 12 * @package Kiskadi -
kiskadi/trunk/readme.txt
r3253078 r3413320 6 6 Tested up to: 6.5.3 7 7 Requires PHP: 7.2 8 Stable tag: 1.3. 38 Stable tag: 1.3.4 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 35 35 == Changelog == 36 36 37 = 1.3. 3=37 = 1.3.4 = 38 38 * Fix - adjusted discount calculations and change sended Final Amount Without Shipping 39 39
Note: See TracChangeset
for help on using the changeset viewer.