Changeset 3094720
- Timestamp:
- 05/29/2024 04:31:47 PM (22 months ago)
- Location:
- kiskadi/trunk
- Files:
-
- 4 edited
-
includes/class-kiskadi.php (modified) (1 diff)
-
includes/integration/woocommerce/checkout/helper/class-cashback-helper.php (modified) (1 diff)
-
kiskadi.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kiskadi/trunk/includes/class-kiskadi.php
r3055063 r3094720 12 12 13 13 /** @var string */ 14 public $version = '1.1. 4';14 public $version = '1.1.5'; 15 15 16 16 /** @var self */ -
kiskadi/trunk/includes/integration/woocommerce/checkout/helper/class-cashback-helper.php
r3055063 r3094720 31 31 if ( 32 32 isset( $_POST['woocommerce-process-checkout-nonce'], $_POST['billing_cpf'], $_POST['billing_cnpj'] ) 33 && false !== wp_verify_nonce( sanitize_key( $_POST['woocommerce-process-checkout-nonce'] ), 'woocommerce-process_checkout' ) 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' ) 34 35 ) { 35 36 $is_valid_request = true; -
kiskadi/trunk/kiskadi.php
r3055063 r3094720 8 8 * Text Domain: kiskadi 9 9 * Domain Path: /languages 10 * Version: 1.1. 410 * Version: 1.1.5 11 11 * 12 12 * @package Kiskadi -
kiskadi/trunk/readme.txt
r3055063 r3094720 6 6 Tested up to: 6.4.3 7 7 Requires PHP: 7.2 8 Stable tag: 1.1. 48 Stable tag: 1.1.5 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.1.5 = 38 * Fix - Commented validation due to error generation 39 37 40 = 1.1.4 = 38 41 * Fix - Implemented point recovery when the customer has a CNPJ
Note: See TracChangeset
for help on using the changeset viewer.