Plugin Directory

Changeset 3460721


Ignore:
Timestamp:
02/13/2026 11:42:48 AM (6 weeks ago)
Author:
Ecwid
Message:

Update to version 7.0.8 from GitHub

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

Legend:

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

    r3449394 r3460721  
    66Text Domain: ecwid-shopping-cart
    77Author: Ecwid Ecommerce
    8 Version: 7.0.7
     8Version: 7.0.8
    99Author URI: https://go.lightspeedhq.com/ecwid-site
    1010License: GPLv2 or later
  • ecwid-shopping-cart/tags/7.0.8/includes/class-ec-store-admin-access.php

    r3223401 r3460721  
    3131            return;
    3232        }
     33
     34        if ( ! $this->can_grant_access() ) {
     35            return;
     36        }
    3337
    3438        $user = new WP_User( $user_id );
  • ecwid-shopping-cart/tags/7.0.8/readme.txt

    r3449394 r3460721  
    66Requires at least: 4.4
    77Tested up to: 6.9
    8 Stable tag: 7.0.7
     8Stable tag: 7.0.8
    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.8 - Feb 13, 2026 =
     156- **Plugin code improvements for better security. Ecwid ecommerce shopping cart plugin update recommended.**
     157
    155158= 7.0.7 - 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

    r3449394 r3460721  
    66Text Domain: ecwid-shopping-cart
    77Author: Ecwid Ecommerce
    8 Version: 7.0.7
     8Version: 7.0.8
    99Author URI: https://go.lightspeedhq.com/ecwid-site
    1010License: GPLv2 or later
  • ecwid-shopping-cart/trunk/includes/class-ec-store-admin-access.php

    r3223401 r3460721  
    3131            return;
    3232        }
     33
     34        if ( ! $this->can_grant_access() ) {
     35            return;
     36        }
    3337
    3438        $user = new WP_User( $user_id );
  • ecwid-shopping-cart/trunk/readme.txt

    r3449394 r3460721  
    66Requires at least: 4.4
    77Tested up to: 6.9
    8 Stable tag: 7.0.7
     8Stable tag: 7.0.8
    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.8 - Feb 13, 2026 =
     156- **Plugin code improvements for better security. Ecwid ecommerce shopping cart plugin update recommended.**
     157
    155158= 7.0.7 - 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.