Plugin Directory

Changeset 3139550


Ignore:
Timestamp:
08/22/2024 09:15:32 AM (20 months ago)
Author:
ecommpay
Message:

new version 3.4.5

Location:
ecommpay-payments/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ecommpay-payments/trunk/common/class-ecp-core.php

    r3126058 r3139550  
    4343     * @since 2.0.0
    4444     */
    45     const WC_ECP_VERSION = '3.4.4';
     45    const WC_ECP_VERSION = '3.4.5';
    4646    // endregion
    4747
  • ecommpay-payments/trunk/common/settings/class-ecp-form.php

    r3090882 r3139550  
    484484                );
    485485
    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)) {
    487487                    $error_fields[] = $mandatory_field_label;
    488488                }
  • ecommpay-payments/trunk/gateway-ecommpay.php

    r3126058 r3139550  
    55 * GitHub Plugin URI:
    66 * Description:       Easy payment from WooCommerce by different methods in single Payment Page.
    7  * Version:           3.4.4
     7 * Version:           3.4.5
    88 * License:           GPL2
    99 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
  • ecommpay-payments/trunk/readme.txt

    r3126058 r3139550  
    44Requires at least: 4.0.0
    55Tested up to: 6.4
    6 Stable tag: 3.4.4
     6Stable tag: 3.4.5
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.