Changeset 3098778
- Timestamp:
- 06/06/2024 03:04:06 PM (22 months ago)
- Location:
- motionpoint-express
- Files:
-
- 3 edited
- 7 copied
-
tags/1.2 (copied) (copied from motionpoint-express/trunk)
-
tags/1.2/assets (copied) (copied from motionpoint-express/trunk/assets)
-
tags/1.2/gpl-2.0.txt (copied) (copied from motionpoint-express/trunk/gpl-2.0.txt)
-
tags/1.2/inc (copied) (copied from motionpoint-express/trunk/inc)
-
tags/1.2/inc/admin.php (copied) (copied from motionpoint-express/trunk/inc/admin.php) (2 diffs)
-
tags/1.2/motionpoint-express.php (copied) (copied from motionpoint-express/trunk/motionpoint-express.php) (2 diffs)
-
tags/1.2/readme.txt (copied) (copied from motionpoint-express/trunk/readme.txt) (3 diffs)
-
trunk/inc/admin.php (modified) (2 diffs)
-
trunk/motionpoint-express.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
motionpoint-express/tags/1.2/inc/admin.php
r3094584 r3098778 144 144 if ( ! empty( $project_settings['languages'] ) ) { 145 145 foreach ( $project_settings['languages'] as $key => $item ) { 146 if ( empty( $item['deployPath ']) ) {146 if ( empty( $item['deployPath_'] ) && ( $config['deployed'] === 'on' ) ) { 147 147 $project_settings['languages'][$key]['status'] = 'error'; 148 148 $project_settings['languages'][$key]['status_tooltip'] = "Subdirectory is not set for the {$item['language']} [{$item['targetLanguage']}] language."; … … 273 273 </tr> 274 274 <tr> 275 <th><?php esc_html_e( ' Deployed', 'motionpoint-express' ) ?></th>275 <th><?php esc_html_e( 'Subdirectory publishing', 'motionpoint-express' ) ?></th> 276 276 <td> 277 277 <label> -
motionpoint-express/tags/1.2/motionpoint-express.php
r3094584 r3098778 4 4 Plugin URI: https://www.motionpointexpress.com/ 5 5 Description: MotionPoint Express website translation solution. 6 Version: 1. 16 Version: 1.2 7 7 Author: MotionPoint Express 8 8 Copyright: MotionPoint Express … … 79 79 private function __construct() { 80 80 $this->settings = array( 81 'version' => '1. 1',81 'version' => '1.2', 82 82 'path' => plugin_dir_path( __FILE__ ), 83 83 'url' => plugin_dir_url( __FILE__ ), -
motionpoint-express/tags/1.2/readme.txt
r3094584 r3098778 4 4 Requires at least: 4.7 5 5 Tested up to: 6.4.1 6 Stable tag: 1. 16 Stable tag: 1.2 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 64 64 65 65 == Changelog == 66 = 1.2 = 67 Release Date: June 6th, 2024 68 69 Enhancements: 70 71 * Minor updates in the admin area 72 66 73 = 1.1 = 67 74 Release Date: May 29th, 2024 … … 71 78 * Small tweaks in admin area 72 79 73 74 80 = 1.0 = 75 81 Release Date: March 22nd, 2024 -
motionpoint-express/trunk/inc/admin.php
r3094584 r3098778 144 144 if ( ! empty( $project_settings['languages'] ) ) { 145 145 foreach ( $project_settings['languages'] as $key => $item ) { 146 if ( empty( $item['deployPath ']) ) {146 if ( empty( $item['deployPath_'] ) && ( $config['deployed'] === 'on' ) ) { 147 147 $project_settings['languages'][$key]['status'] = 'error'; 148 148 $project_settings['languages'][$key]['status_tooltip'] = "Subdirectory is not set for the {$item['language']} [{$item['targetLanguage']}] language."; … … 273 273 </tr> 274 274 <tr> 275 <th><?php esc_html_e( ' Deployed', 'motionpoint-express' ) ?></th>275 <th><?php esc_html_e( 'Subdirectory publishing', 'motionpoint-express' ) ?></th> 276 276 <td> 277 277 <label> -
motionpoint-express/trunk/motionpoint-express.php
r3094584 r3098778 4 4 Plugin URI: https://www.motionpointexpress.com/ 5 5 Description: MotionPoint Express website translation solution. 6 Version: 1. 16 Version: 1.2 7 7 Author: MotionPoint Express 8 8 Copyright: MotionPoint Express … … 79 79 private function __construct() { 80 80 $this->settings = array( 81 'version' => '1. 1',81 'version' => '1.2', 82 82 'path' => plugin_dir_path( __FILE__ ), 83 83 'url' => plugin_dir_url( __FILE__ ), -
motionpoint-express/trunk/readme.txt
r3094584 r3098778 4 4 Requires at least: 4.7 5 5 Tested up to: 6.4.1 6 Stable tag: 1. 16 Stable tag: 1.2 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 64 64 65 65 == Changelog == 66 = 1.2 = 67 Release Date: June 6th, 2024 68 69 Enhancements: 70 71 * Minor updates in the admin area 72 66 73 = 1.1 = 67 74 Release Date: May 29th, 2024 … … 71 78 * Small tweaks in admin area 72 79 73 74 80 = 1.0 = 75 81 Release Date: March 22nd, 2024
Note: See TracChangeset
for help on using the changeset viewer.