Changeset 3235653
- Timestamp:
- 02/05/2025 07:51:51 PM (14 months ago)
- Location:
- easyling
- Files:
-
- 1 deleted
- 3 edited
- 12 copied
-
tags/2.2 (copied) (copied from easyling/trunk)
-
tags/2.2/assets (copied) (copied from easyling/trunk/assets)
-
tags/2.2/assets/.DS_Store (deleted)
-
tags/2.2/assets/css/admin.css (copied) (copied from easyling/trunk/assets/css/admin.css)
-
tags/2.2/assets/js/admin-menu.js (copied) (copied from easyling/trunk/assets/js/admin-menu.js)
-
tags/2.2/assets/js/admin.js (copied) (copied from easyling/trunk/assets/js/admin.js)
-
tags/2.2/easyling.php (copied) (copied from easyling/trunk/easyling.php) (2 diffs)
-
tags/2.2/gpl-2.0.txt (copied) (copied from easyling/trunk/gpl-2.0.txt)
-
tags/2.2/inc (copied) (copied from easyling/trunk/inc)
-
tags/2.2/inc/admin.php (copied) (copied from easyling/trunk/inc/admin.php)
-
tags/2.2/inc/frontend.php (copied) (copied from easyling/trunk/inc/frontend.php) (1 diff)
-
tags/2.2/inc/integration (copied) (copied from easyling/trunk/inc/integration)
-
tags/2.2/readme.txt (copied) (copied from easyling/trunk/readme.txt) (2 diffs)
-
trunk/easyling.php (modified) (2 diffs)
-
trunk/inc/frontend.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easyling/tags/2.2/easyling.php
r3193133 r3235653 4 4 Plugin URI: https://www.easyling.com/ 5 5 Description: One-click website translation solution from Easyling. 6 Version: 2. 16 Version: 2.2 7 7 Author: Easyling 8 8 Copyright: Easyling … … 116 116 return $project_settings; 117 117 } 118 119 $response_body = null; 118 120 119 121 try { -
easyling/tags/2.2/inc/frontend.php
r3188801 r3235653 14 14 */ 15 15 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 18 26 /** 19 27 * Initialize easyling_frontend -
easyling/tags/2.2/readme.txt
r3193133 r3235653 4 4 Requires at least: 4.7 5 5 Tested up to: 6.7 6 Stable tag: 2. 16 Stable tag: 2.2 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 44 44 45 45 == Changelog == 46 = 2.2 = 47 Release Date: February 5th, 2025 48 49 Enhancements: 50 51 * Compatibility with the WP 6.7.1 52 * Compatibility with the PHP 8.3 53 46 54 = 2.1 = 47 55 Release Date: November 20th, 2024 -
easyling/trunk/easyling.php
r3193133 r3235653 4 4 Plugin URI: https://www.easyling.com/ 5 5 Description: One-click website translation solution from Easyling. 6 Version: 2. 16 Version: 2.2 7 7 Author: Easyling 8 8 Copyright: Easyling … … 116 116 return $project_settings; 117 117 } 118 119 $response_body = null; 118 120 119 121 try { -
easyling/trunk/inc/frontend.php
r3188801 r3235653 14 14 */ 15 15 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 18 26 /** 19 27 * Initialize easyling_frontend -
easyling/trunk/readme.txt
r3193133 r3235653 4 4 Requires at least: 4.7 5 5 Tested up to: 6.7 6 Stable tag: 2. 16 Stable tag: 2.2 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 44 44 45 45 == Changelog == 46 = 2.2 = 47 Release Date: February 5th, 2025 48 49 Enhancements: 50 51 * Compatibility with the WP 6.7.1 52 * Compatibility with the PHP 8.3 53 46 54 = 2.1 = 47 55 Release Date: November 20th, 2024
Note: See TracChangeset
for help on using the changeset viewer.