Changeset 3460721
- Timestamp:
- 02/13/2026 11:42:48 AM (6 weeks ago)
- Location:
- ecwid-shopping-cart
- Files:
-
- 6 edited
- 1 copied
-
tags/7.0.8 (copied) (copied from ecwid-shopping-cart/trunk)
-
tags/7.0.8/ecwid-shopping-cart.php (modified) (1 diff)
-
tags/7.0.8/includes/class-ec-store-admin-access.php (modified) (1 diff)
-
tags/7.0.8/readme.txt (modified) (2 diffs)
-
trunk/ecwid-shopping-cart.php (modified) (1 diff)
-
trunk/includes/class-ec-store-admin-access.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ecwid-shopping-cart/tags/7.0.8/ecwid-shopping-cart.php
r3449394 r3460721 6 6 Text Domain: ecwid-shopping-cart 7 7 Author: Ecwid Ecommerce 8 Version: 7.0. 78 Version: 7.0.8 9 9 Author URI: https://go.lightspeedhq.com/ecwid-site 10 10 License: GPLv2 or later -
ecwid-shopping-cart/tags/7.0.8/includes/class-ec-store-admin-access.php
r3223401 r3460721 31 31 return; 32 32 } 33 34 if ( ! $this->can_grant_access() ) { 35 return; 36 } 33 37 34 38 $user = new WP_User( $user_id ); -
ecwid-shopping-cart/tags/7.0.8/readme.txt
r3449394 r3460721 6 6 Requires at least: 4.4 7 7 Tested up to: 6.9 8 Stable tag: 7.0. 78 Stable tag: 7.0.8 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.8 - Feb 13, 2026 = 156 - **Plugin code improvements for better security. Ecwid ecommerce shopping cart plugin update recommended.** 157 155 158 = 7.0.7 - 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
r3449394 r3460721 6 6 Text Domain: ecwid-shopping-cart 7 7 Author: Ecwid Ecommerce 8 Version: 7.0. 78 Version: 7.0.8 9 9 Author URI: https://go.lightspeedhq.com/ecwid-site 10 10 License: GPLv2 or later -
ecwid-shopping-cart/trunk/includes/class-ec-store-admin-access.php
r3223401 r3460721 31 31 return; 32 32 } 33 34 if ( ! $this->can_grant_access() ) { 35 return; 36 } 33 37 34 38 $user = new WP_User( $user_id ); -
ecwid-shopping-cart/trunk/readme.txt
r3449394 r3460721 6 6 Requires at least: 4.4 7 7 Tested up to: 6.9 8 Stable tag: 7.0. 78 Stable tag: 7.0.8 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.8 - Feb 13, 2026 = 156 - **Plugin code improvements for better security. Ecwid ecommerce shopping cart plugin update recommended.** 157 155 158 = 7.0.7 - 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.