Changeset 3193133
- Timestamp:
- 11/20/2024 12:30:08 PM (17 months ago)
- Location:
- easyling
- Files:
-
- 1 deleted
- 2 edited
- 12 copied
-
tags/2.1 (copied) (copied from easyling/trunk)
-
tags/2.1/assets (copied) (copied from easyling/trunk/assets)
-
tags/2.1/assets/.DS_Store (deleted)
-
tags/2.1/assets/css/admin.css (copied) (copied from easyling/trunk/assets/css/admin.css)
-
tags/2.1/assets/js/admin-menu.js (copied) (copied from easyling/trunk/assets/js/admin-menu.js)
-
tags/2.1/assets/js/admin.js (copied) (copied from easyling/trunk/assets/js/admin.js)
-
tags/2.1/easyling.php (copied) (copied from easyling/trunk/easyling.php) (2 diffs)
-
tags/2.1/gpl-2.0.txt (copied) (copied from easyling/trunk/gpl-2.0.txt)
-
tags/2.1/inc (copied) (copied from easyling/trunk/inc)
-
tags/2.1/inc/admin.php (copied) (copied from easyling/trunk/inc/admin.php)
-
tags/2.1/inc/frontend.php (copied) (copied from easyling/trunk/inc/frontend.php)
-
tags/2.1/inc/integration (copied) (copied from easyling/trunk/inc/integration)
-
tags/2.1/readme.txt (copied) (copied from easyling/trunk/readme.txt) (2 diffs)
-
trunk/easyling.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easyling/tags/2.1/easyling.php
r3188801 r3193133 4 4 Plugin URI: https://www.easyling.com/ 5 5 Description: One-click website translation solution from Easyling. 6 Version: 2. 06 Version: 2.1 7 7 Author: Easyling 8 8 Copyright: Easyling … … 80 80 private function __construct() { 81 81 $this->settings = array( 82 'version' => '2. 0',82 'version' => '2.1', 83 83 'path' => plugin_dir_path( __FILE__ ), 84 84 'url' => plugin_dir_url( __FILE__ ), -
easyling/tags/2.1/readme.txt
r3188801 r3193133 3 3 Tags: multilingual, bilingual, translation, automatic translation, wordpress translation, translate, translate language, translate wordpress, auto translate, translator, automatic translator, i10n, l10n, localisation, localization, translators, language, languages, translate language, multilanguage, easyling 4 4 Requires at least: 4.7 5 Tested up to: 6. 4.16 Stable tag: 2. 05 Tested up to: 6.7 6 Stable tag: 2.1 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 44 44 45 45 == Changelog == 46 = 2.1 = 47 Release Date: November 20th, 2024 48 49 Enhancements: 50 51 * Compatibility with the latest WP 52 46 53 = 2.0 = 47 54 Release Date: November 14th, 2024 -
easyling/trunk/easyling.php
r3188801 r3193133 4 4 Plugin URI: https://www.easyling.com/ 5 5 Description: One-click website translation solution from Easyling. 6 Version: 2. 06 Version: 2.1 7 7 Author: Easyling 8 8 Copyright: Easyling … … 80 80 private function __construct() { 81 81 $this->settings = array( 82 'version' => '2. 0',82 'version' => '2.1', 83 83 'path' => plugin_dir_path( __FILE__ ), 84 84 'url' => plugin_dir_url( __FILE__ ), -
easyling/trunk/readme.txt
r3188801 r3193133 3 3 Tags: multilingual, bilingual, translation, automatic translation, wordpress translation, translate, translate language, translate wordpress, auto translate, translator, automatic translator, i10n, l10n, localisation, localization, translators, language, languages, translate language, multilanguage, easyling 4 4 Requires at least: 4.7 5 Tested up to: 6. 4.16 Stable tag: 2. 05 Tested up to: 6.7 6 Stable tag: 2.1 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 44 44 45 45 == Changelog == 46 = 2.1 = 47 Release Date: November 20th, 2024 48 49 Enhancements: 50 51 * Compatibility with the latest WP 52 46 53 = 2.0 = 47 54 Release Date: November 14th, 2024
Note: See TracChangeset
for help on using the changeset viewer.