Changeset 3147129
- Timestamp:
- 09/05/2024 02:45:41 PM (18 months ago)
- Location:
- motionpoint-express
- Files:
-
- 4 edited
- 7 copied
-
assets/screenshot-1.jpg (modified) (previous)
-
tags/1.4 (copied) (copied from motionpoint-express/trunk)
-
tags/1.4/assets (copied) (copied from motionpoint-express/trunk/assets)
-
tags/1.4/gpl-2.0.txt (copied) (copied from motionpoint-express/trunk/gpl-2.0.txt)
-
tags/1.4/inc (copied) (copied from motionpoint-express/trunk/inc)
-
tags/1.4/inc/admin.php (copied) (copied from motionpoint-express/trunk/inc/admin.php) (1 diff)
-
tags/1.4/motionpoint-express.php (copied) (copied from motionpoint-express/trunk/motionpoint-express.php) (2 diffs)
-
tags/1.4/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.4/inc/admin.php
r3146135 r3147129 236 236 <input type="text" name="custom_location_host" id="MotionPointExpressCustomLocation" class="regular-text" value="<?php echo esc_attr( $config['custom_location_host'] ) ?>" /> 237 237 </p> 238 <p><a href="#" data-motionpointpress-login-link target="wp-motionpointexpress-domainname"><?php esc_html_e( 'Login', 'motionpoint-express' ) ?><?php echo wp_kses( $new_tab_link_icon, array( 'i' => array( ) ) ); ?></a></p>238 <p><a href="#" data-motionpointpress-login-link target="wp-motionpointexpress-domainname"><?php esc_html_e( 'Login', 'motionpoint-express' ) ?><?php echo wp_kses( $new_tab_link_icon, array( 'i' => array( 'aria-hidden' => array(), 'class' => array(), 'style' => array() ) ) ); ?></a></p> 239 239 </td> 240 240 </tr> -
motionpoint-express/tags/1.4/motionpoint-express.php
r3146135 r3147129 4 4 Plugin URI: https://www.motionpointexpress.com/ 5 5 Description: MotionPoint Express website translation solution. 6 Version: 1. 36 Version: 1.4 7 7 Author: MotionPoint Express 8 8 Copyright: MotionPoint Express … … 79 79 private function __construct() { 80 80 $this->settings = array( 81 'version' => '1. 3',81 'version' => '1.4', 82 82 'path' => plugin_dir_path( __FILE__ ), 83 83 'url' => plugin_dir_url( __FILE__ ), -
motionpoint-express/tags/1.4/readme.txt
r3146135 r3147129 4 4 Requires at least: 4.7 5 5 Tested up to: 6.4.1 6 Stable tag: 1. 36 Stable tag: 1.4 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 75 75 76 76 == Changelog == 77 = 1.4 = 78 Release Date: September 5th, 2024 79 80 Enhancements: 81 82 * Minor updates in the admin area 83 * Screenshot update 84 77 85 = 1.3 = 78 86 Release Date: September 3rd, 2024 -
motionpoint-express/trunk/inc/admin.php
r3146135 r3147129 236 236 <input type="text" name="custom_location_host" id="MotionPointExpressCustomLocation" class="regular-text" value="<?php echo esc_attr( $config['custom_location_host'] ) ?>" /> 237 237 </p> 238 <p><a href="#" data-motionpointpress-login-link target="wp-motionpointexpress-domainname"><?php esc_html_e( 'Login', 'motionpoint-express' ) ?><?php echo wp_kses( $new_tab_link_icon, array( 'i' => array( ) ) ); ?></a></p>238 <p><a href="#" data-motionpointpress-login-link target="wp-motionpointexpress-domainname"><?php esc_html_e( 'Login', 'motionpoint-express' ) ?><?php echo wp_kses( $new_tab_link_icon, array( 'i' => array( 'aria-hidden' => array(), 'class' => array(), 'style' => array() ) ) ); ?></a></p> 239 239 </td> 240 240 </tr> -
motionpoint-express/trunk/motionpoint-express.php
r3146135 r3147129 4 4 Plugin URI: https://www.motionpointexpress.com/ 5 5 Description: MotionPoint Express website translation solution. 6 Version: 1. 36 Version: 1.4 7 7 Author: MotionPoint Express 8 8 Copyright: MotionPoint Express … … 79 79 private function __construct() { 80 80 $this->settings = array( 81 'version' => '1. 3',81 'version' => '1.4', 82 82 'path' => plugin_dir_path( __FILE__ ), 83 83 'url' => plugin_dir_url( __FILE__ ), -
motionpoint-express/trunk/readme.txt
r3146135 r3147129 4 4 Requires at least: 4.7 5 5 Tested up to: 6.4.1 6 Stable tag: 1. 36 Stable tag: 1.4 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 75 75 76 76 == Changelog == 77 = 1.4 = 78 Release Date: September 5th, 2024 79 80 Enhancements: 81 82 * Minor updates in the admin area 83 * Screenshot update 84 77 85 = 1.3 = 78 86 Release Date: September 3rd, 2024
Note: See TracChangeset
for help on using the changeset viewer.