Changeset 3166604
- Timestamp:
- 10/10/2024 01:54:22 PM (18 months ago)
- Location:
- easyling
- Files:
-
- 1 deleted
- 3 edited
- 12 copied
-
tags/1.9 (copied) (copied from easyling/trunk)
-
tags/1.9/assets (copied) (copied from easyling/trunk/assets)
-
tags/1.9/assets/.DS_Store (deleted)
-
tags/1.9/assets/css/admin.css (copied) (copied from easyling/trunk/assets/css/admin.css)
-
tags/1.9/assets/js/admin-menu.js (copied) (copied from easyling/trunk/assets/js/admin-menu.js)
-
tags/1.9/assets/js/admin.js (copied) (copied from easyling/trunk/assets/js/admin.js)
-
tags/1.9/easyling.php (copied) (copied from easyling/trunk/easyling.php) (2 diffs)
-
tags/1.9/gpl-2.0.txt (copied) (copied from easyling/trunk/gpl-2.0.txt)
-
tags/1.9/inc (copied) (copied from easyling/trunk/inc)
-
tags/1.9/inc/admin.php (copied) (copied from easyling/trunk/inc/admin.php) (1 diff)
-
tags/1.9/inc/frontend.php (copied) (copied from easyling/trunk/inc/frontend.php)
-
tags/1.9/inc/integration (copied) (copied from easyling/trunk/inc/integration)
-
tags/1.9/readme.txt (copied) (copied from easyling/trunk/readme.txt) (2 diffs)
-
trunk/easyling.php (modified) (2 diffs)
-
trunk/inc/admin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easyling/tags/1.9/easyling.php
r3098777 r3166604 4 4 Plugin URI: https://www.easyling.com/ 5 5 Description: One-click website translation solution from Easyling. 6 Version: 1. 86 Version: 1.9 7 7 Author: Easyling 8 8 Copyright: Easyling … … 78 78 private function __construct() { 79 79 $this->settings = array( 80 'version' => '1. 8',80 'version' => '1.9', 81 81 'path' => plugin_dir_path( __FILE__ ), 82 82 'url' => plugin_dir_url( __FILE__ ), -
easyling/tags/1.9/inc/admin.php
r3098777 r3166604 145 145 if ( ! empty( $project_settings['languages'] ) ) { 146 146 foreach ( $project_settings['languages'] as $key => $item ) { 147 if ( empty( $item['deployPath _'] ) && ( $config['deployed'] === 'on' ) ) {147 if ( empty( $item['deployPath'] ) && ( $config['deployed'] === 'on' ) ) { 148 148 $project_settings['languages'][$key]['status'] = 'error'; 149 149 $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 4 4 Requires at least: 4.7 5 5 Tested up to: 6.4.1 6 Stable tag: 1. 86 Stable tag: 1.9 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 44 44 45 45 == Changelog == 46 = 1.9 = 47 Release Date: October 10th, 2024 48 49 Enhancements: 50 51 * Minor fix in the admin area 52 46 53 = 1.8 = 47 54 Release Date: June 6th, 2024 -
easyling/trunk/easyling.php
r3098777 r3166604 4 4 Plugin URI: https://www.easyling.com/ 5 5 Description: One-click website translation solution from Easyling. 6 Version: 1. 86 Version: 1.9 7 7 Author: Easyling 8 8 Copyright: Easyling … … 78 78 private function __construct() { 79 79 $this->settings = array( 80 'version' => '1. 8',80 'version' => '1.9', 81 81 'path' => plugin_dir_path( __FILE__ ), 82 82 'url' => plugin_dir_url( __FILE__ ), -
easyling/trunk/inc/admin.php
r3098777 r3166604 145 145 if ( ! empty( $project_settings['languages'] ) ) { 146 146 foreach ( $project_settings['languages'] as $key => $item ) { 147 if ( empty( $item['deployPath _'] ) && ( $config['deployed'] === 'on' ) ) {147 if ( empty( $item['deployPath'] ) && ( $config['deployed'] === 'on' ) ) { 148 148 $project_settings['languages'][$key]['status'] = 'error'; 149 149 $project_settings['languages'][$key]['status_tooltip'] = "Subdirectory is not set for the {$item['language']} [{$item['targetLanguage']}] language."; -
easyling/trunk/readme.txt
r3098777 r3166604 4 4 Requires at least: 4.7 5 5 Tested up to: 6.4.1 6 Stable tag: 1. 86 Stable tag: 1.9 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 44 44 45 45 == Changelog == 46 = 1.9 = 47 Release Date: October 10th, 2024 48 49 Enhancements: 50 51 * Minor fix in the admin area 52 46 53 = 1.8 = 47 54 Release Date: June 6th, 2024
Note: See TracChangeset
for help on using the changeset viewer.