Plugin Directory

Changeset 3075737


Ignore:
Timestamp:
04/23/2024 12:08:10 PM (2 years ago)
Author:
eurisko
Message:

v2.4.1 (Apr 23, 2024)

  • Resolved Activation Key Issues on Premium Plan Activation
Location:
reviews-sorted/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • reviews-sorted/trunk/README.txt

    r3073840 r3075737  
    66Tested up to: 6.5.2
    77Requires PHP: 7.4
    8 Stable tag: 2.4.0
     8Stable tag: 2.4.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    107107== Changelog ==
    108108
     109= v2.4.1 (Apr 23, 2024) =
     110* Resolved Activation Key Issues on Premium Plan Activation
     111
    109112= v2.4.0 (Apr 19, 2024) =
    110113* Verified compatibility with WordPress version 6.5.2.
  • reviews-sorted/trunk/admin/admin-ui-setup.php

    r3055103 r3075737  
    160160    $data_string = json_encode($data);
    161161
    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(
    163163        'body'      => $data,
    164164        'headers'   => array(
  • reviews-sorted/trunk/reviews-sorted.php

    r3073840 r3075737  
    66 * Author: Reviews Sorted
    77 * Author URI: https://reviewssorted.com/
    8  * Version: 2.4.0
     8 * Version: 2.4.1
    99 * Text Domain: reviews-sorted
    1010 * Domain Path: /languages
Note: See TracChangeset for help on using the changeset viewer.