Changeset 2966234
- Timestamp:
- 09/13/2023 07:20:14 AM (3 years ago)
- Location:
- zeevou/trunk
- Files:
-
- 3 edited
-
js/search.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
zeevou.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zeevou/trunk/js/search.js
r2951404 r2966234 2307 2307 2308 2308 //add full Bath Plus Shower Rooms amenity 2309 if (value.full_bath_plus_shower_rooms > 0) {2310 2311 jQuery('#zeevou-unittype-item-' + value.id + ' .zeevou-unittype-amenities').append(2312 jQuery('<div />', { 'class': 'zeevou-unittype-amenity-item' }).append(2313 jQuery('<div />', { 'class': 'zeevou-f-width' }).append(2314 jQuery('<img />', { 'class': 'zeevou-unittype-amenity-img', 'title': 'full Bath Plus Shower Rooms', 'src': zvpluginUrl + '/zeevou/css/images/amenities/' + 'full-bath-plus-shower-rooms.png' }).append(2315 2316 )2317 ),2318 jQuery('<div />', { 'class': 'zeevou-f-width' }).append(2319 jQuery('<div />', { 'text': 'Full Bath Plus Shower Rooms x ' + value.full_bath_plus_shower_rooms, 'class': 'zeevou-unittype-amenity-txt' }).append(2320 2321 )2322 )2323 )2324 );2325 2326 }2309 // if (value.full_bath_plus_shower_rooms > 0) { 2310 // 2311 // jQuery('#zeevou-unittype-item-' + value.id + ' .zeevou-unittype-amenities').append( 2312 // jQuery('<div />', { 'class': 'zeevou-unittype-amenity-item' }).append( 2313 // jQuery('<div />', { 'class': 'zeevou-f-width' }).append( 2314 // jQuery('<img />', { 'class': 'zeevou-unittype-amenity-img', 'title': 'full Bath Plus Shower Rooms', 'src': zvpluginUrl + '/zeevou/css/images/amenities/' + 'full-bath-plus-shower-rooms.png' }).append( 2315 // 2316 // ) 2317 // ), 2318 // jQuery('<div />', { 'class': 'zeevou-f-width' }).append( 2319 // jQuery('<div />', { 'text': 'Full Bath Plus Shower Rooms x ' + value.full_bath_plus_shower_rooms, 'class': 'zeevou-unittype-amenity-txt' }).append( 2320 // 2321 // ) 2322 // ) 2323 // ) 2324 // ); 2325 // 2326 // } 2327 2327 2328 2328 //add full Bathrooms amenity -
zeevou/trunk/readme.txt
r2951404 r2966234 4 4 Requires at least: 3.1.0 5 5 Tested up to: 5.9.2 6 Stable tag: 0.7.5 36 Stable tag: 0.7.54 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
zeevou/trunk/zeevou.php
r2951404 r2966234 5 5 * Plugin URI: https://zeevou.com 6 6 * Description: Zeevou is a global community that helps you grow your hospitality business through cutting-edge automation, industry-leading training, and world-class support. 7 * Version: 0.7.5 38 * Stable tag: 0.7.5 37 * Version: 0.7.54 8 * Stable tag: 0.7.54 9 9 * Tags: Booking Website Engine, Airbnb, Booking.com, Expedia, Agoda, VRBO, HomeAway, Hotel, iCal, Zeevou, Short Term Accommodation, Serviced Apartment, Hospitality, Vacation Rentals, Property Management System, Property Management Software (PMS), Central Reservation System (CRS), Holiday Homes, Channel Manager, Guesthouse, Booking System, Free Booking Engine, Direct Booking Website 10 10 * Requires at least: 3.1.0 … … 76 76 //============================================================================ 77 77 if (!defined('ZEEVOU_PLUGIN_VERSION')) 78 define('ZEEVOU_PLUGIN_VERSION', '0.7.5 3');78 define('ZEEVOU_PLUGIN_VERSION', '0.7.54'); 79 79 80 80 function zeevou_plugin_check_version() {
Note: See TracChangeset
for help on using the changeset viewer.