Changeset 3449394
- Timestamp:
- 01/29/2026 09:21:49 AM (2 months ago)
- Location:
- ecwid-shopping-cart
- Files:
-
- 4 edited
- 1 copied
-
tags/7.0.7 (copied) (copied from ecwid-shopping-cart/trunk)
-
tags/7.0.7/ecwid-shopping-cart.php (modified) (2 diffs)
-
tags/7.0.7/readme.txt (modified) (2 diffs)
-
trunk/ecwid-shopping-cart.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ecwid-shopping-cart/tags/7.0.7/ecwid-shopping-cart.php
r3449093 r3449394 6 6 Text Domain: ecwid-shopping-cart 7 7 Author: Ecwid Ecommerce 8 Version: 7.0. 68 Version: 7.0.7 9 9 Author URI: https://go.lightspeedhq.com/ecwid-site 10 10 License: GPLv2 or later … … 1834 1834 if ( array_key_exists( $key, $_GET ) ) { 1835 1835 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 ) ) { 1837 1837 return; 1838 1838 } -
ecwid-shopping-cart/tags/7.0.7/readme.txt
r3449093 r3449394 6 6 Requires at least: 4.4 7 7 Tested up to: 6.9 8 Stable tag: 7.0. 68 Stable tag: 7.0.7 9 9 10 10 Powerful, easy to use ecommerce shopping cart for WordPress. Sell on Facebook and Instagram. iPhone & Android apps. Superb support. … … 153 153 154 154 == Changelog == 155 = 7.0.7 - Jan 29, 2026 = 156 - **Plugin code improvements for better security. Ecwid ecommerce shopping cart plugin update recommended.** 157 155 158 = 7.0.6 - Jan 29, 2026 = 156 159 - **Plugin code improvements for better security. Ecwid ecommerce shopping cart plugin update recommended.** -
ecwid-shopping-cart/trunk/ecwid-shopping-cart.php
r3449093 r3449394 6 6 Text Domain: ecwid-shopping-cart 7 7 Author: Ecwid Ecommerce 8 Version: 7.0. 68 Version: 7.0.7 9 9 Author URI: https://go.lightspeedhq.com/ecwid-site 10 10 License: GPLv2 or later … … 1834 1834 if ( array_key_exists( $key, $_GET ) ) { 1835 1835 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 ) ) { 1837 1837 return; 1838 1838 } -
ecwid-shopping-cart/trunk/readme.txt
r3449093 r3449394 6 6 Requires at least: 4.4 7 7 Tested up to: 6.9 8 Stable tag: 7.0. 68 Stable tag: 7.0.7 9 9 10 10 Powerful, easy to use ecommerce shopping cart for WordPress. Sell on Facebook and Instagram. iPhone & Android apps. Superb support. … … 153 153 154 154 == Changelog == 155 = 7.0.7 - Jan 29, 2026 = 156 - **Plugin code improvements for better security. Ecwid ecommerce shopping cart plugin update recommended.** 157 155 158 = 7.0.6 - Jan 29, 2026 = 156 159 - **Plugin code improvements for better security. Ecwid ecommerce shopping cart plugin update recommended.**
Note: See TracChangeset
for help on using the changeset viewer.