Plugin Directory

Changeset 3147129


Ignore:
Timestamp:
09/05/2024 02:45:41 PM (18 months ago)
Author:
motionpointexpress
Message:

Updating plugin to version 1.4

Location:
motionpoint-express
Files:
4 edited
7 copied

Legend:

Unmodified
Added
Removed
  • motionpoint-express/tags/1.4/inc/admin.php

    r3146135 r3147129  
    236236                  <input type="text" name="custom_location_host" id="MotionPointExpressCustomLocation" class="regular-text" value="<?php echo esc_attr( $config['custom_location_host'] ) ?>" />
    237237                </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>
    239239              </td>
    240240            </tr>
  • motionpoint-express/tags/1.4/motionpoint-express.php

    r3146135 r3147129  
    44Plugin URI: https://www.motionpointexpress.com/
    55Description: MotionPoint Express website translation solution.
    6 Version: 1.3
     6Version: 1.4
    77Author: MotionPoint Express
    88Copyright: MotionPoint Express
     
    7979  private function __construct() {
    8080    $this->settings = array(
    81       'version'  => '1.3',
     81      'version'  => '1.4',
    8282      'path'     => plugin_dir_path( __FILE__ ),
    8383      'url'      => plugin_dir_url( __FILE__ ),
  • motionpoint-express/tags/1.4/readme.txt

    r3146135 r3147129  
    44Requires at least: 4.7
    55Tested up to: 6.4.1
    6 Stable tag: 1.3
     6Stable tag: 1.4
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    7575 
    7676== Changelog ==
     77= 1.4 =
     78Release Date: September 5th, 2024
     79
     80Enhancements:
     81
     82* Minor updates in the admin area
     83* Screenshot update
     84
    7785= 1.3 =
    7886Release Date: September 3rd, 2024
  • motionpoint-express/trunk/inc/admin.php

    r3146135 r3147129  
    236236                  <input type="text" name="custom_location_host" id="MotionPointExpressCustomLocation" class="regular-text" value="<?php echo esc_attr( $config['custom_location_host'] ) ?>" />
    237237                </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>
    239239              </td>
    240240            </tr>
  • motionpoint-express/trunk/motionpoint-express.php

    r3146135 r3147129  
    44Plugin URI: https://www.motionpointexpress.com/
    55Description: MotionPoint Express website translation solution.
    6 Version: 1.3
     6Version: 1.4
    77Author: MotionPoint Express
    88Copyright: MotionPoint Express
     
    7979  private function __construct() {
    8080    $this->settings = array(
    81       'version'  => '1.3',
     81      'version'  => '1.4',
    8282      'path'     => plugin_dir_path( __FILE__ ),
    8383      'url'      => plugin_dir_url( __FILE__ ),
  • motionpoint-express/trunk/readme.txt

    r3146135 r3147129  
    44Requires at least: 4.7
    55Tested up to: 6.4.1
    6 Stable tag: 1.3
     6Stable tag: 1.4
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    7575 
    7676== Changelog ==
     77= 1.4 =
     78Release Date: September 5th, 2024
     79
     80Enhancements:
     81
     82* Minor updates in the admin area
     83* Screenshot update
     84
    7785= 1.3 =
    7886Release Date: September 3rd, 2024
Note: See TracChangeset for help on using the changeset viewer.