Plugin Directory

Changeset 3193133


Ignore:
Timestamp:
11/20/2024 12:30:08 PM (17 months ago)
Author:
easyling
Message:

Updating plugin to version 2.1

Location:
easyling
Files:
1 deleted
2 edited
12 copied

Legend:

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

    r3188801 r3193133  
    44Plugin URI: https://www.easyling.com/
    55Description: One-click website translation solution from Easyling.
    6 Version: 2.0
     6Version: 2.1
    77Author: Easyling
    88Copyright: Easyling
     
    8080  private function __construct() {
    8181    $this->settings = array(
    82       'version'  => '2.0',
     82      'version'  => '2.1',
    8383      'path'     => plugin_dir_path( __FILE__ ),
    8484      'url'      => plugin_dir_url( __FILE__ ),
  • easyling/tags/2.1/readme.txt

    r3188801 r3193133  
    33Tags: 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
    44Requires at least: 4.7
    5 Tested up to: 6.4.1
    6 Stable tag: 2.0
     5Tested up to: 6.7
     6Stable tag: 2.1
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    4444
    4545== Changelog ==
     46= 2.1 =
     47Release Date: November 20th, 2024
     48
     49Enhancements:
     50
     51* Compatibility with the latest WP
     52
    4653= 2.0 =
    4754Release Date: November 14th, 2024
  • easyling/trunk/easyling.php

    r3188801 r3193133  
    44Plugin URI: https://www.easyling.com/
    55Description: One-click website translation solution from Easyling.
    6 Version: 2.0
     6Version: 2.1
    77Author: Easyling
    88Copyright: Easyling
     
    8080  private function __construct() {
    8181    $this->settings = array(
    82       'version'  => '2.0',
     82      'version'  => '2.1',
    8383      'path'     => plugin_dir_path( __FILE__ ),
    8484      'url'      => plugin_dir_url( __FILE__ ),
  • easyling/trunk/readme.txt

    r3188801 r3193133  
    33Tags: 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
    44Requires at least: 4.7
    5 Tested up to: 6.4.1
    6 Stable tag: 2.0
     5Tested up to: 6.7
     6Stable tag: 2.1
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    4444
    4545== Changelog ==
     46= 2.1 =
     47Release Date: November 20th, 2024
     48
     49Enhancements:
     50
     51* Compatibility with the latest WP
     52
    4653= 2.0 =
    4754Release Date: November 14th, 2024
Note: See TracChangeset for help on using the changeset viewer.