Changeset 3166597
- Timestamp:
- 10/10/2024 01:43:29 PM (18 months ago)
- Location:
- motionpoint-express
- Files:
-
- 3 edited
- 7 copied
-
tags/1.5 (copied) (copied from motionpoint-express/trunk)
-
tags/1.5/assets (copied) (copied from motionpoint-express/trunk/assets)
-
tags/1.5/gpl-2.0.txt (copied) (copied from motionpoint-express/trunk/gpl-2.0.txt)
-
tags/1.5/inc (copied) (copied from motionpoint-express/trunk/inc)
-
tags/1.5/inc/admin.php (copied) (copied from motionpoint-express/trunk/inc/admin.php) (1 diff)
-
tags/1.5/motionpoint-express.php (copied) (copied from motionpoint-express/trunk/motionpoint-express.php) (2 diffs)
-
tags/1.5/readme.txt (copied) (copied from motionpoint-express/trunk/readme.txt) (2 diffs)
-
trunk/inc/admin.php (modified) (1 diff)
-
trunk/motionpoint-express.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
motionpoint-express/tags/1.5/inc/admin.php
r3147129 r3166597 132 132 if ( ! empty( $project_settings['languages'] ) ) { 133 133 foreach ( $project_settings['languages'] as $key => $item ) { 134 if ( empty( $item['deployPath _'] ) && ( $config['deployed'] === 'on' ) ) {134 if ( empty( $item['deployPath'] ) && ( $config['deployed'] === 'on' ) ) { 135 135 $project_settings['languages'][$key]['status'] = 'error'; 136 136 $project_settings['languages'][$key]['status_tooltip'] = "Subdirectory is not set for the {$item['language']} [{$item['targetLanguage']}] language."; -
motionpoint-express/tags/1.5/motionpoint-express.php
r3147129 r3166597 4 4 Plugin URI: https://www.motionpointexpress.com/ 5 5 Description: MotionPoint Express website translation solution. 6 Version: 1. 46 Version: 1.5 7 7 Author: MotionPoint Express 8 8 Copyright: MotionPoint Express … … 79 79 private function __construct() { 80 80 $this->settings = array( 81 'version' => '1. 4',81 'version' => '1.5', 82 82 'path' => plugin_dir_path( __FILE__ ), 83 83 'url' => plugin_dir_url( __FILE__ ), -
motionpoint-express/tags/1.5/readme.txt
r3147129 r3166597 4 4 Requires at least: 4.7 5 5 Tested up to: 6.4.1 6 Stable tag: 1. 46 Stable tag: 1.5 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 75 75 76 76 == Changelog == 77 = 1.5 = 78 Release Date: October 10th, 2024 79 80 Enhancements: 81 82 * Minor fix in the admin area 83 77 84 = 1.4 = 78 85 Release Date: September 5th, 2024 -
motionpoint-express/trunk/inc/admin.php
r3147129 r3166597 132 132 if ( ! empty( $project_settings['languages'] ) ) { 133 133 foreach ( $project_settings['languages'] as $key => $item ) { 134 if ( empty( $item['deployPath _'] ) && ( $config['deployed'] === 'on' ) ) {134 if ( empty( $item['deployPath'] ) && ( $config['deployed'] === 'on' ) ) { 135 135 $project_settings['languages'][$key]['status'] = 'error'; 136 136 $project_settings['languages'][$key]['status_tooltip'] = "Subdirectory is not set for the {$item['language']} [{$item['targetLanguage']}] language."; -
motionpoint-express/trunk/motionpoint-express.php
r3147129 r3166597 4 4 Plugin URI: https://www.motionpointexpress.com/ 5 5 Description: MotionPoint Express website translation solution. 6 Version: 1. 46 Version: 1.5 7 7 Author: MotionPoint Express 8 8 Copyright: MotionPoint Express … … 79 79 private function __construct() { 80 80 $this->settings = array( 81 'version' => '1. 4',81 'version' => '1.5', 82 82 'path' => plugin_dir_path( __FILE__ ), 83 83 'url' => plugin_dir_url( __FILE__ ), -
motionpoint-express/trunk/readme.txt
r3147129 r3166597 4 4 Requires at least: 4.7 5 5 Tested up to: 6.4.1 6 Stable tag: 1. 46 Stable tag: 1.5 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 75 75 76 76 == Changelog == 77 = 1.5 = 78 Release Date: October 10th, 2024 79 80 Enhancements: 81 82 * Minor fix in the admin area 83 77 84 = 1.4 = 78 85 Release Date: September 5th, 2024
Note: See TracChangeset
for help on using the changeset viewer.