Changeset 1733841
- Timestamp:
- 09/21/2017 04:36:03 PM (9 years ago)
- Location:
- trustedsite-reviews/trunk
- Files:
-
- 3 edited
-
lib/AdminApi.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
trustedsite-reviews.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trustedsite-reviews/trunk/lib/AdminApi.php
r1695982 r1733841 18 18 ); 19 19 20 wp_send_json( [20 wp_send_json(array( 21 21 AdminApi::PRODUCT_STARS_ENABLED_OPT => get_option(AdminApi::PRODUCT_STARS_ENABLED_OPT, 0), 22 22 AdminApi::PRODUCT_REVIEWS_GALLERY_ENABLED_OPT => get_option(AdminApi::PRODUCT_REVIEWS_GALLERY_ENABLED_OPT, 0) 23 ]);23 )); 24 24 } 25 25 } -
trustedsite-reviews/trunk/readme.txt
r1733308 r1733841 3 3 Tags: 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 4 4 Requires at least: 4.2.0 5 Tested up to: 4.8. 06 Stable tag: 1.0.1 15 Tested up to: 4.8.1 6 Stable tag: 1.0.12 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
trustedsite-reviews/trunk/trustedsite-reviews.php
r1733303 r1733841 5 5 * ------------------------------------------------------------------------------------------------------------------ 6 6 * @package trustedsite-reviews 7 * @version 1.0.1 17 * @version 1.0.12 8 8 * Plugin Name: TrustedSite Reviews 9 9 * Description: Add TrustedSite Reviews to your site and start showing visitors how great your business is. 10 10 * Author: TrustedSite 11 * Version: 1.0.1 111 * Version: 1.0.12 12 12 * Author URI: https://www.trustedsite.com/ 13 13 * ------------------------------------------------------------------------------------------------------------------ … … 17 17 return; 18 18 } 19 define('TS_REVIEWS', '1.0.1 1');19 define('TS_REVIEWS', '1.0.12'); 20 20 21 21 add_action('activated_plugin','ts_reviews_save_activation_error');
Note: See TracChangeset
for help on using the changeset viewer.