Plugin Directory

Changeset 3449394


Ignore:
Timestamp:
01/29/2026 09:21:49 AM (2 months ago)
Author:
Ecwid
Message:

Update to version 7.0.7 from GitHub

Location:
ecwid-shopping-cart
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ecwid-shopping-cart/tags/7.0.7/ecwid-shopping-cart.php

    r3449093 r3449394  
    66Text Domain: ecwid-shopping-cart
    77Author: Ecwid Ecommerce
    8 Version: 7.0.6
     8Version: 7.0.7
    99Author URI: https://go.lightspeedhq.com/ecwid-site
    1010License: GPLv2 or later
     
    18341834    if ( array_key_exists( $key, $_GET ) ) {
    18351835       
    1836         if ( isset( $_GET['_wpnonce'] ) && ! wp_verify_nonce( wp_unslash( $_GET['_wpnonce'] ), $key ) ) {
     1836        if ( ! isset( $_GET['_wpnonce'] ) || ! wp_verify_nonce( wp_unslash( $_GET['_wpnonce'] ), $key ) ) {
    18371837            return;
    18381838        }
  • ecwid-shopping-cart/tags/7.0.7/readme.txt

    r3449093 r3449394  
    66Requires at least: 4.4
    77Tested up to: 6.9
    8 Stable tag: 7.0.6
     8Stable tag: 7.0.7
    99
    1010Powerful, easy to use ecommerce shopping cart for WordPress. Sell on Facebook and Instagram. iPhone & Android apps. Superb support.
     
    153153
    154154== Changelog ==
     155= 7.0.7 - Jan 29, 2026 =
     156- **Plugin code improvements for better security. Ecwid ecommerce shopping cart plugin update recommended.**
     157
    155158= 7.0.6 - Jan 29, 2026 =
    156159- **Plugin code improvements for better security. Ecwid ecommerce shopping cart plugin update recommended.**
  • ecwid-shopping-cart/trunk/ecwid-shopping-cart.php

    r3449093 r3449394  
    66Text Domain: ecwid-shopping-cart
    77Author: Ecwid Ecommerce
    8 Version: 7.0.6
     8Version: 7.0.7
    99Author URI: https://go.lightspeedhq.com/ecwid-site
    1010License: GPLv2 or later
     
    18341834    if ( array_key_exists( $key, $_GET ) ) {
    18351835       
    1836         if ( isset( $_GET['_wpnonce'] ) && ! wp_verify_nonce( wp_unslash( $_GET['_wpnonce'] ), $key ) ) {
     1836        if ( ! isset( $_GET['_wpnonce'] ) || ! wp_verify_nonce( wp_unslash( $_GET['_wpnonce'] ), $key ) ) {
    18371837            return;
    18381838        }
  • ecwid-shopping-cart/trunk/readme.txt

    r3449093 r3449394  
    66Requires at least: 4.4
    77Tested up to: 6.9
    8 Stable tag: 7.0.6
     8Stable tag: 7.0.7
    99
    1010Powerful, easy to use ecommerce shopping cart for WordPress. Sell on Facebook and Instagram. iPhone & Android apps. Superb support.
     
    153153
    154154== Changelog ==
     155= 7.0.7 - Jan 29, 2026 =
     156- **Plugin code improvements for better security. Ecwid ecommerce shopping cart plugin update recommended.**
     157
    155158= 7.0.6 - Jan 29, 2026 =
    156159- **Plugin code improvements for better security. Ecwid ecommerce shopping cart plugin update recommended.**
Note: See TracChangeset for help on using the changeset viewer.