Plugin Directory

Changeset 1765913

Timestamp:
11/14/2017 01:09:23 PM (7 years ago)
Author:
sjregan
Message:

Fixed class init version for cache busting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • instashop/trunk/instashop.php

    r1765901 r1765913  
    3434 */
    3535function InstaShop () {
    36     $instance = InstaShop::instance( __FILE__, '1.0.0' );
     36    $instance = InstaShop::instance( __FILE__, '1.' );
    3737    return $instance;
    3838}
Note: See TracChangeset for help on using the changeset viewer.