Plugin Directory

Changeset 3166597


Ignore:
Timestamp:
10/10/2024 01:43:29 PM (18 months ago)
Author:
motionpointexpress
Message:

Updating plugin to version 1.5

Location:
motionpoint-express
Files:
3 edited
7 copied

Legend:

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

    r3147129 r3166597  
    132132    if ( ! empty( $project_settings['languages'] ) ) {
    133133      foreach ( $project_settings['languages'] as $key => $item ) {
    134         if ( empty( $item['deployPath_'] ) && ( $config['deployed'] === 'on' ) ) {
     134        if ( empty( $item['deployPath'] ) && ( $config['deployed'] === 'on' ) ) {
    135135          $project_settings['languages'][$key]['status'] = 'error';
    136136          $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  
    44Plugin URI: https://www.motionpointexpress.com/
    55Description: MotionPoint Express website translation solution.
    6 Version: 1.4
     6Version: 1.5
    77Author: MotionPoint Express
    88Copyright: MotionPoint Express
     
    7979  private function __construct() {
    8080    $this->settings = array(
    81       'version'  => '1.4',
     81      'version'  => '1.5',
    8282      'path'     => plugin_dir_path( __FILE__ ),
    8383      'url'      => plugin_dir_url( __FILE__ ),
  • motionpoint-express/tags/1.5/readme.txt

    r3147129 r3166597  
    44Requires at least: 4.7
    55Tested up to: 6.4.1
    6 Stable tag: 1.4
     6Stable tag: 1.5
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    7575 
    7676== Changelog ==
     77= 1.5 =
     78Release Date: October 10th, 2024
     79
     80Enhancements:
     81
     82* Minor fix in the admin area
     83
    7784= 1.4 =
    7885Release Date: September 5th, 2024
  • motionpoint-express/trunk/inc/admin.php

    r3147129 r3166597  
    132132    if ( ! empty( $project_settings['languages'] ) ) {
    133133      foreach ( $project_settings['languages'] as $key => $item ) {
    134         if ( empty( $item['deployPath_'] ) && ( $config['deployed'] === 'on' ) ) {
     134        if ( empty( $item['deployPath'] ) && ( $config['deployed'] === 'on' ) ) {
    135135          $project_settings['languages'][$key]['status'] = 'error';
    136136          $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  
    44Plugin URI: https://www.motionpointexpress.com/
    55Description: MotionPoint Express website translation solution.
    6 Version: 1.4
     6Version: 1.5
    77Author: MotionPoint Express
    88Copyright: MotionPoint Express
     
    7979  private function __construct() {
    8080    $this->settings = array(
    81       'version'  => '1.4',
     81      'version'  => '1.5',
    8282      'path'     => plugin_dir_path( __FILE__ ),
    8383      'url'      => plugin_dir_url( __FILE__ ),
  • motionpoint-express/trunk/readme.txt

    r3147129 r3166597  
    44Requires at least: 4.7
    55Tested up to: 6.4.1
    6 Stable tag: 1.4
     6Stable tag: 1.5
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    7575 
    7676== Changelog ==
     77= 1.5 =
     78Release Date: October 10th, 2024
     79
     80Enhancements:
     81
     82* Minor fix in the admin area
     83
    7784= 1.4 =
    7885Release Date: September 5th, 2024
Note: See TracChangeset for help on using the changeset viewer.