Plugin Directory

Changeset 2172774

Timestamp:
10/14/2019 09:35:23 AM (5 years ago)
Author:
sjregan
Message:

fix: invalid main site URL

Location:
instashop/trunk
Files:
3 edited

Legend:

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

    r2171825 r2172774  
    33
    44class SocialShop_Admin_API {
    5     // const EMBED_URL = 'https://my.instashopapp.com/wordpress';
    6     const EMBED_URL = 'http://instashopapp.test/wordpress';
     5    const EMBED_URL = 'https://my.instashopapp.com/wordpress';
     6    const EMBED_URL = 'http://instashopapp.test/wordpress';
    77
    88    /**
  • instashop/trunk/readme.txt

    r2171825 r2172774  
    9292== Changelog ==
    9393
     94
     95
     96
    9497= 2.0.2 =
    9598* Fix: old shortcodes and filters no longer work.
  • instashop/trunk/socialshop.php

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