Changeset 3139550
- Timestamp:
- 08/22/2024 09:15:32 AM (20 months ago)
- Location:
- ecommpay-payments/trunk
- Files:
-
- 4 edited
-
common/class-ecp-core.php (modified) (1 diff)
-
common/settings/class-ecp-form.php (modified) (1 diff)
-
gateway-ecommpay.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ecommpay-payments/trunk/common/class-ecp-core.php
r3126058 r3139550 43 43 * @since 2.0.0 44 44 */ 45 const WC_ECP_VERSION = '3.4. 4';45 const WC_ECP_VERSION = '3.4.5'; 46 46 // endregion 47 47 -
ecommpay-payments/trunk/common/settings/class-ecp-form.php
r3090882 r3139550 484 484 ); 485 485 486 if ( wc_get_post_data_by_key($post_key, null) === null && empty ($setting_key)) {486 if (filter_input(INPUT_POST, $post_key, FILTER_SANITIZE_STRING) === null && empty ($setting_key)) { 487 487 $error_fields[] = $mandatory_field_label; 488 488 } -
ecommpay-payments/trunk/gateway-ecommpay.php
r3126058 r3139550 5 5 * GitHub Plugin URI: 6 6 * Description: Easy payment from WooCommerce by different methods in single Payment Page. 7 * Version: 3.4. 47 * Version: 3.4.5 8 8 * License: GPL2 9 9 * License URI: https://www.gnu.org/licenses/gpl-2.0.html -
ecommpay-payments/trunk/readme.txt
r3126058 r3139550 4 4 Requires at least: 4.0.0 5 5 Tested up to: 6.4 6 Stable tag: 3.4. 46 Stable tag: 3.4.5 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.