Plugin Directory

Changeset 3235653


Ignore:
Timestamp:
02/05/2025 07:51:51 PM (14 months ago)
Author:
easyling
Message:

Updating plugin to version 2.2

Location:
easyling
Files:
1 deleted
3 edited
12 copied

Legend:

Unmodified
Added
Removed
  • easyling/tags/2.2/easyling.php

    r3193133 r3235653  
    44Plugin URI: https://www.easyling.com/
    55Description: One-click website translation solution from Easyling.
    6 Version: 2.1
     6Version: 2.2
    77Author: Easyling
    88Copyright: Easyling
     
    116116      return $project_settings;
    117117    }
     118
     119    $response_body = null;
    118120
    119121    try {
  • easyling/tags/2.2/inc/frontend.php

    r3188801 r3235653  
    1414   */
    1515  protected static $instance;
    16  
    17  
     16
     17
     18  /**
     19   * URL of the current request
     20   *
     21   * @var string $request_url
     22   */
     23  public $request_url;
     24
     25
    1826  /**
    1927   *  Initialize easyling_frontend
  • easyling/tags/2.2/readme.txt

    r3193133 r3235653  
    44Requires at least: 4.7
    55Tested up to: 6.7
    6 Stable tag: 2.1
     6Stable tag: 2.2
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    4444
    4545== Changelog ==
     46= 2.2 =
     47Release Date: February 5th, 2025
     48
     49Enhancements:
     50
     51* Compatibility with the WP 6.7.1
     52* Compatibility with the PHP 8.3
     53
    4654= 2.1 =
    4755Release Date: November 20th, 2024
  • easyling/trunk/easyling.php

    r3193133 r3235653  
    44Plugin URI: https://www.easyling.com/
    55Description: One-click website translation solution from Easyling.
    6 Version: 2.1
     6Version: 2.2
    77Author: Easyling
    88Copyright: Easyling
     
    116116      return $project_settings;
    117117    }
     118
     119    $response_body = null;
    118120
    119121    try {
  • easyling/trunk/inc/frontend.php

    r3188801 r3235653  
    1414   */
    1515  protected static $instance;
    16  
    17  
     16
     17
     18  /**
     19   * URL of the current request
     20   *
     21   * @var string $request_url
     22   */
     23  public $request_url;
     24
     25
    1826  /**
    1927   *  Initialize easyling_frontend
  • easyling/trunk/readme.txt

    r3193133 r3235653  
    44Requires at least: 4.7
    55Tested up to: 6.7
    6 Stable tag: 2.1
     6Stable tag: 2.2
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    4444
    4545== Changelog ==
     46= 2.2 =
     47Release Date: February 5th, 2025
     48
     49Enhancements:
     50
     51* Compatibility with the WP 6.7.1
     52* Compatibility with the PHP 8.3
     53
    4654= 2.1 =
    4755Release Date: November 20th, 2024
Note: See TracChangeset for help on using the changeset viewer.