Plugin Directory

Changeset 3166604


Ignore:
Timestamp:
10/10/2024 01:54:22 PM (18 months ago)
Author:
easyling
Message:

Updating plugin to version 1.9

Location:
easyling
Files:
1 deleted
3 edited
12 copied

Legend:

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

    r3098777 r3166604  
    44Plugin URI: https://www.easyling.com/
    55Description: One-click website translation solution from Easyling.
    6 Version: 1.8
     6Version: 1.9
    77Author: Easyling
    88Copyright: Easyling
     
    7878  private function __construct() {
    7979    $this->settings = array(
    80       'version'  => '1.8',
     80      'version'  => '1.9',
    8181      'path'     => plugin_dir_path( __FILE__ ),
    8282      'url'      => plugin_dir_url( __FILE__ ),
  • easyling/tags/1.9/inc/admin.php

    r3098777 r3166604  
    145145    if ( ! empty( $project_settings['languages'] ) ) {
    146146      foreach ( $project_settings['languages'] as $key => $item ) {
    147         if ( empty( $item['deployPath_'] ) && ( $config['deployed'] === 'on' ) ) {
     147        if ( empty( $item['deployPath'] ) && ( $config['deployed'] === 'on' ) ) {
    148148          $project_settings['languages'][$key]['status'] = 'error';
    149149          $project_settings['languages'][$key]['status_tooltip'] = "Subdirectory is not set for the {$item['language']} [{$item['targetLanguage']}] language.";
  • easyling/tags/1.9/readme.txt

    r3098777 r3166604  
    44Requires at least: 4.7
    55Tested up to: 6.4.1
    6 Stable tag: 1.8
     6Stable tag: 1.9
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    4444
    4545== Changelog ==
     46= 1.9 =
     47Release Date: October 10th, 2024
     48
     49Enhancements:
     50
     51* Minor fix in the admin area
     52
    4653= 1.8 =
    4754Release Date: June 6th, 2024
  • easyling/trunk/easyling.php

    r3098777 r3166604  
    44Plugin URI: https://www.easyling.com/
    55Description: One-click website translation solution from Easyling.
    6 Version: 1.8
     6Version: 1.9
    77Author: Easyling
    88Copyright: Easyling
     
    7878  private function __construct() {
    7979    $this->settings = array(
    80       'version'  => '1.8',
     80      'version'  => '1.9',
    8181      'path'     => plugin_dir_path( __FILE__ ),
    8282      'url'      => plugin_dir_url( __FILE__ ),
  • easyling/trunk/inc/admin.php

    r3098777 r3166604  
    145145    if ( ! empty( $project_settings['languages'] ) ) {
    146146      foreach ( $project_settings['languages'] as $key => $item ) {
    147         if ( empty( $item['deployPath_'] ) && ( $config['deployed'] === 'on' ) ) {
     147        if ( empty( $item['deployPath'] ) && ( $config['deployed'] === 'on' ) ) {
    148148          $project_settings['languages'][$key]['status'] = 'error';
    149149          $project_settings['languages'][$key]['status_tooltip'] = "Subdirectory is not set for the {$item['language']} [{$item['targetLanguage']}] language.";
  • easyling/trunk/readme.txt

    r3098777 r3166604  
    44Requires at least: 4.7
    55Tested up to: 6.4.1
    6 Stable tag: 1.8
     6Stable tag: 1.9
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    4444
    4545== Changelog ==
     46= 1.9 =
     47Release Date: October 10th, 2024
     48
     49Enhancements:
     50
     51* Minor fix in the admin area
     52
    4653= 1.8 =
    4754Release Date: June 6th, 2024
Note: See TracChangeset for help on using the changeset viewer.