Plugin Directory

Changeset 1966896


Ignore:
Timestamp:
11/01/2018 01:38:26 AM (7 years ago)
Author:
radius314
Message:

Preparing for 2.2.1 release

Location:
crouton/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • crouton/trunk/crouton.php

    r1963951 r1966896  
    55Description: Adds a jQuery Tabbed UI for BMLT.
    66Author: Jack S Florida Region, radius314, pjaudiomv
    7 Version: 2.2.0
     7Version: 2.2.1
    88*/
    99/* Disallow direct access to the plugin file */
     
    897897                                        <?php $area_parent_name = $area_data[3]; ?>
    898898                                        <?php $option_description = $area_name . " (" . $area_id . ") " . $area_parent_name . " (" . $area_parent . ")" ?></option>
    899                                         <?php if ($unique_area == $this->options['service_body_1']) { ?>
     899                                        <?php $is_data = explode(',',esc_html($this->options['service_body_1'])); ?>
     900                                        <?php if ( $area_id == $is_data[1] ) { ?>
    900901                                            <option selected="selected" value="<?php echo $unique_area; ?>"><?php echo $option_description; ?></option>
    901902                                        <?php } else { ?>
  • crouton/trunk/readme.txt

    r1963951 r1966896  
    66Required PHP: 5.6
    77Tested up to: 5.0.0
    8 Stable tag: 2.2.0
     8Stable tag: 2.2.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3636
    3737== Changelog ==
     38
     39= 2.2.1 =
     40* Selected dropdown option not always being respected for new searchable dropdown, however selected option was. [#64]
    3841
    3942= 2.2.0 =
Note: See TracChangeset for help on using the changeset viewer.