Plugin Directory

Changeset 2325653

Timestamp:
06/17/2020 07:01:59 AM (4 years ago)
Author:
sjregan
Message:

feat: use v1.6.7 of embed script

Location:
instashop/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • instashop/trunk/includes/class-socialshop.php

    r2201587 r2325653  
    33
    44class SocialShop {
    5     const JS_GALLERY_URL = 'https://s3.amazonaws.com/instashop/js/dist/embed-1.6.4.js';
    6     const JS_GALLERY_VERSION = '1.6.4';
     5    const JS_GALLERY_URL = 'https://.js';
     6    const JS_GALLERY_VERSION = '1.6.';
    77
    88    /**
  • instashop/trunk/readme.txt

    r2201587 r2325653  
    9292== Changelog ==
    9393
     94
     95
     96
    9497= 2.0.4 =
    9598* Feat: use v1.6.4 of embed script (better detection of admins for cache busting URL query args in galleries).
  • instashop/trunk/socialshop.php

    r2201587 r2325653  
    3636 */
    3737function SocialShop () {
    38     $instance = SocialShop::instance( __FILE__, '2.0.4' );
     38    $instance = SocialShop::instance( __FILE__, '2.0.' );
    3939
    4040    if ( is_null( $instance->settings ) ) {
Note: See TracChangeset for help on using the changeset viewer.