Plugin Directory

Changeset 3444078


Ignore:
Timestamp:
01/21/2026 12:41:00 PM (7 weeks ago)
Author:
floattechnologies
Message:

Security Update

Location:
float-gateway/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • float-gateway/trunk/changelog.txt

    r3344755 r3444078  
    52521.1.6 - Update to PDP display
    53531.1.7 - Updates to checkout handling
     541.1.8 - Updates to network failure handling
     551.1.9 - Fix to floating cart widgets for certain themes
     561.1.10 - Security update
  • float-gateway/trunk/index.php

    r3416714 r3444078  
    66 * Author: © FLOAT TECHNOLOGIES (PTY) LTD
    77 * Author URI: http://float.co.za
    8  * Version: 1.1.9
     8 * Version: 1.1.10
    99 */
    1010
     
    2020
    2121
    22 define('WC_FLOAT_VER', '1.1.9');
     22define('WC_FLOAT_VER', '1.1.10');
    2323define('WC_FLOAT_PLUGIN_PATH', untrailingslashit(plugin_dir_path(__FILE__)));
    2424
     
    476476            $json = [];
    477477             if ($nonce_verify_1 !== $nonce_verify_2) {
    478                 if (isset($_POST['order_id'])) {
    479                     $order = new \WC_Order(sanitize_key($_POST['order_id']));
    480                     if ($order) {
    481                         $order->update_status('failed', sprintf(__('%s %s failed to verify transaction from Float', 'float-payment-gateway'), get_woocommerce_currency(), $order->get_total()));
    482                         wp_send_json(['redirect' => $order->get_checkout_payment_url(false)]);
    483                     }
    484                 }
    485478                wp_send_json(['redirect' => WC()->cart->get_checkout_url()], 200);
    486479            }
  • float-gateway/trunk/readme.md

    r3416714 r3444078  
    83831.1.8 - Updates to network failure handling
    84841.1.9 - Fix to floating cart widgets for certain themes
     851.1.10 - Security update
  • float-gateway/trunk/readme.txt

    r3416714 r3444078  
    83831.1.8 - Updates to network failure handling
    84841.1.9 - Fix to floating cart widgets for certain themes
     851.1.10 - Security update
Note: See TracChangeset for help on using the changeset viewer.