Plugin Directory

Changeset 2201587

Timestamp:
11/26/2019 08:16:13 PM (5 years ago)
Author:
sjregan
Message:

feat: use v1.6.4 of embed script (better detection of admins for cache busting URL query args in galleries)

Location:
instashop/trunk
Files:
3 edited

Legend:

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

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

    r2172774 r2201587  
    9292== Changelog ==
    9393
     94
     95
     96
    9497= 2.0.3 =
    9598* Fix: invalid main site URL.
  • instashop/trunk/socialshop.php

    r2174042 r2201587  
    22/*
    33 * Plugin Name: SocialShop
    4  * Version: 2.0.3
     4 * Version: 2.0.
    55 * Plugin URI: https://instashopapp.com/wordpress/
    66 * Description: Easily embed and manage your SocialShop galleries.
     
    3636 */
    3737function SocialShop () {
    38     $instance = SocialShop::instance( __FILE__, '2.0.3' );
     38    $instance = SocialShop::instance( __FILE__, '2.0.' );
    3939
    4040    if ( is_null( $instance->settings ) ) {
Note: See TracChangeset for help on using the changeset viewer.