Changeset 3075737
- Timestamp:
- 04/23/2024 12:08:10 PM (2 years ago)
- Location:
- reviews-sorted/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
admin/admin-ui-setup.php (modified) (1 diff)
-
reviews-sorted.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
reviews-sorted/trunk/README.txt
r3073840 r3075737 6 6 Tested up to: 6.5.2 7 7 Requires PHP: 7.4 8 Stable tag: 2.4. 08 Stable tag: 2.4.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 107 107 == Changelog == 108 108 109 = v2.4.1 (Apr 23, 2024) = 110 * Resolved Activation Key Issues on Premium Plan Activation 111 109 112 = v2.4.0 (Apr 19, 2024) = 110 113 * Verified compatibility with WordPress version 6.5.2. -
reviews-sorted/trunk/admin/admin-ui-setup.php
r3055103 r3075737 160 160 $data_string = json_encode($data); 161 161 162 $response = wp_remote_post( 'https://sys.reviewssorted.com/api/v1/account/check -key', array(162 $response = wp_remote_post( 'https://sys.reviewssorted.com/api/v1/account/check', array( 163 163 'body' => $data, 164 164 'headers' => array( -
reviews-sorted/trunk/reviews-sorted.php
r3073840 r3075737 6 6 * Author: Reviews Sorted 7 7 * Author URI: https://reviewssorted.com/ 8 * Version: 2.4. 08 * Version: 2.4.1 9 9 * Text Domain: reviews-sorted 10 10 * Domain Path: /languages
Note: See TracChangeset
for help on using the changeset viewer.