Plugin Directory

Changeset 3098778


Ignore:
Timestamp:
06/06/2024 03:04:06 PM (22 months ago)
Author:
motionpointexpress
Message:

Updating plugin to version 1.2

Location:
motionpoint-express
Files:
3 edited
7 copied

Legend:

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

    r3094584 r3098778  
    144144    if ( ! empty( $project_settings['languages'] ) ) {
    145145      foreach ( $project_settings['languages'] as $key => $item ) {
    146         if ( empty( $item['deployPath'] ) ) {
     146        if ( empty( $item['deployPath_'] ) && ( $config['deployed'] === 'on' ) ) {
    147147          $project_settings['languages'][$key]['status'] = 'error';
    148148          $project_settings['languages'][$key]['status_tooltip'] = "Subdirectory is not set for the {$item['language']} [{$item['targetLanguage']}] language.";
     
    273273            </tr>
    274274            <tr>
    275               <th><?php esc_html_e( 'Deployed', 'motionpoint-express' ) ?></th>
     275              <th><?php esc_html_e( 'Subdirectory publishing', 'motionpoint-express' ) ?></th>
    276276              <td>
    277277                <label>
  • motionpoint-express/tags/1.2/motionpoint-express.php

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

    r3094584 r3098778  
    44Requires at least: 4.7
    55Tested up to: 6.4.1
    6 Stable tag: 1.1
     6Stable tag: 1.2
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    6464 
    6565== Changelog ==
     66= 1.2 =
     67Release Date: June 6th, 2024
     68
     69Enhancements:
     70
     71* Minor updates in the admin area
     72
    6673= 1.1 =
    6774Release Date: May 29th, 2024
     
    7178* Small tweaks in admin area
    7279
    73 
    7480= 1.0 =
    7581Release Date: March 22nd, 2024
  • motionpoint-express/trunk/inc/admin.php

    r3094584 r3098778  
    144144    if ( ! empty( $project_settings['languages'] ) ) {
    145145      foreach ( $project_settings['languages'] as $key => $item ) {
    146         if ( empty( $item['deployPath'] ) ) {
     146        if ( empty( $item['deployPath_'] ) && ( $config['deployed'] === 'on' ) ) {
    147147          $project_settings['languages'][$key]['status'] = 'error';
    148148          $project_settings['languages'][$key]['status_tooltip'] = "Subdirectory is not set for the {$item['language']} [{$item['targetLanguage']}] language.";
     
    273273            </tr>
    274274            <tr>
    275               <th><?php esc_html_e( 'Deployed', 'motionpoint-express' ) ?></th>
     275              <th><?php esc_html_e( 'Subdirectory publishing', 'motionpoint-express' ) ?></th>
    276276              <td>
    277277                <label>
  • motionpoint-express/trunk/motionpoint-express.php

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

    r3094584 r3098778  
    44Requires at least: 4.7
    55Tested up to: 6.4.1
    6 Stable tag: 1.1
     6Stable tag: 1.2
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    6464 
    6565== Changelog ==
     66= 1.2 =
     67Release Date: June 6th, 2024
     68
     69Enhancements:
     70
     71* Minor updates in the admin area
     72
    6673= 1.1 =
    6774Release Date: May 29th, 2024
     
    7178* Small tweaks in admin area
    7279
    73 
    7480= 1.0 =
    7581Release Date: March 22nd, 2024
Note: See TracChangeset for help on using the changeset viewer.