Plugin Directory

Changeset 1288930


Ignore:
Timestamp:
11/18/2015 07:37:45 PM (10 years ago)
Author:
trackhs
Message:

1.7.8 fixes

Location:
track-connect/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • track-connect/trunk/includes/views/single-listing.php

    r1243633 r1288930  
    462462                        <?php foreach($amenitiesArray as $amenity){
    463463                            $val = '';
    464                             if($amenity->type == 'boolean' && $amenity->number == 1){ $val =  $amenity->name; }
    465                             if($amenity->type == 'text' && $amenity->number > 0){ $val = $amenity->name . ': '.$amenity->number; }
    466                             if(!$amenity->type){ $val = $amenity->name; }
     464                            $val =  $amenity->name;
    467465                            if($val == ''){ continue; };
    468466                            echo '<li>●'.$val.'</li>';
  • track-connect/trunk/plugin.php

    r1288234 r1288930  
    77    Author URI: http://www.trackhs.com
    88
    9     Version: 1.7.7
     9    Version: 1.7.8
    1010
    1111    License: GNU General Public License v2.0 (or later)
     
    5555
    5656    define( 'WP_LISTINGS_URL', plugin_dir_url( __FILE__ ) );
    57     define( 'WP_LISTINGS_VERSION', '1.7.7' );
     57    define( 'WP_LISTINGS_VERSION', '1.7.8' );
    5858
    5959    /** Load textdomain for translation */
  • track-connect/trunk/readme.txt

    r1288234 r1288930  
    44Requires at least: 3.7
    55Tested up to: 4.2.3
    6 Stable tag: 1.7.7
     6Stable tag: 1.7.8
    77
    88Creates and syncs listing-type posts from TRACK PM, a cloud-based property management system (www.trackhs.com).
Note: See TracChangeset for help on using the changeset viewer.