Changeset 1288930
- Timestamp:
- 11/18/2015 07:37:45 PM (10 years ago)
- Location:
- track-connect/trunk
- Files:
-
- 3 edited
-
includes/views/single-listing.php (modified) (1 diff)
-
plugin.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
track-connect/trunk/includes/views/single-listing.php
r1243633 r1288930 462 462 <?php foreach($amenitiesArray as $amenity){ 463 463 $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; 467 465 if($val == ''){ continue; }; 468 466 echo '<li>●'.$val.'</li>'; -
track-connect/trunk/plugin.php
r1288234 r1288930 7 7 Author URI: http://www.trackhs.com 8 8 9 Version: 1.7. 79 Version: 1.7.8 10 10 11 11 License: GNU General Public License v2.0 (or later) … … 55 55 56 56 define( 'WP_LISTINGS_URL', plugin_dir_url( __FILE__ ) ); 57 define( 'WP_LISTINGS_VERSION', '1.7. 7' );57 define( 'WP_LISTINGS_VERSION', '1.7.8' ); 58 58 59 59 /** Load textdomain for translation */ -
track-connect/trunk/readme.txt
r1288234 r1288930 4 4 Requires at least: 3.7 5 5 Tested up to: 4.2.3 6 Stable tag: 1.7. 76 Stable tag: 1.7.8 7 7 8 8 Creates 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.