Plugin Directory

Changeset 2170176

Timestamp:
10/08/2019 05:41:59 PM (5 years ago)
Author:
sjregan
Message:

chore: version bump to force WP hosting to reprocess

Location:
instashop/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • instashop/trunk/readme.txt

    r2170056 r2170176  
    9292== Changelog ==
    9393
     94
     95
     96
    9497= 2.0.0 =
    9598* Chore: Renamed plugin to SocialShop. All classes, hooks, filters etc. have been changed.
  • instashop/trunk/socialshop.php

    r2170158 r2170176  
    22/*
    33 * Plugin Name: SocialShop
    4  * Version: 2.0.0
     4 * Version: 2.0.
    55 * Plugin URI: https://instashopapp.com/wordpress/
    66 * Description: Easily embed and manage your SocialShop galleries.
     
    3535 */
    3636function SocialShop () {
    37     $instance = SocialShop::instance( __FILE__, '1.4.1' );
     37    $instance = SocialShop::instance( __FILE__, '.1' );
    3838
    3939    if ( is_null( $instance->settings ) ) {
Note: See TracChangeset for help on using the changeset viewer.