Plugin Directory

Changeset 1733841


Ignore:
Timestamp:
09/21/2017 04:36:03 PM (9 years ago)
Author:
trustedsite
Message:

Backward compatibility

Location:
trustedsite-reviews/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trustedsite-reviews/trunk/lib/AdminApi.php

    r1695982 r1733841  
    1818        );
    1919
    20         wp_send_json([
     20        wp_send_json(array(
    2121            AdminApi::PRODUCT_STARS_ENABLED_OPT => get_option(AdminApi::PRODUCT_STARS_ENABLED_OPT, 0),
    2222            AdminApi::PRODUCT_REVIEWS_GALLERY_ENABLED_OPT => get_option(AdminApi::PRODUCT_REVIEWS_GALLERY_ENABLED_OPT, 0)
    23         ]);
     23        ));
    2424    }   
    2525}
  • trustedsite-reviews/trunk/readme.txt

    r1733308 r1733841  
    33Tags: Reviews, Website Reviews, Reputation, Social Proof, Trust, Business Reviews, Merchant Reviews, Customer Reviews, Review Emails, Rating Widget, Ratings, Star Ratings, Customer Ratings, Ratings and Reviews
    44Requires at least: 4.2.0
    5 Tested up to: 4.8.0
    6 Stable tag: 1.0.11
     5Tested up to: 4.8.1
     6Stable tag: 1.0.12
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • trustedsite-reviews/trunk/trustedsite-reviews.php

    r1733303 r1733841  
    55 * ------------------------------------------------------------------------------------------------------------------
    66 * @package trustedsite-reviews
    7  * @version 1.0.11
     7 * @version 1.0.12
    88 * Plugin Name: TrustedSite Reviews
    99 * Description: Add TrustedSite Reviews to your site and start showing visitors how great your business is.
    1010 * Author: TrustedSite
    11  * Version: 1.0.11
     11 * Version: 1.0.12
    1212 * Author URI: https://www.trustedsite.com/
    1313 * ------------------------------------------------------------------------------------------------------------------
     
    1717    return;
    1818}
    19 define('TS_REVIEWS', '1.0.11');
     19define('TS_REVIEWS', '1.0.12');
    2020
    2121add_action('activated_plugin','ts_reviews_save_activation_error');
Note: See TracChangeset for help on using the changeset viewer.