Plugin Directory

Changeset 2966234


Ignore:
Timestamp:
09/13/2023 07:20:14 AM (3 years ago)
Author:
zeevou
Message:

remove full bath plus shower

Location:
zeevou/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • zeevou/trunk/js/search.js

    r2951404 r2966234  
    23072307
    23082308    //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    // }
    23272327
    23282328    //add full Bathrooms amenity
  • zeevou/trunk/readme.txt

    r2951404 r2966234  
    44Requires at least: 3.1.0
    55Tested up to: 5.9.2
    6 Stable tag: 0.7.53
     6Stable tag: 0.7.54
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • zeevou/trunk/zeevou.php

    r2951404 r2966234  
    55* Plugin URI: https://zeevou.com
    66* 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.53
    8 * Stable tag: 0.7.53
     7* Version: 0.7.54
     8* Stable tag: 0.7.54
    99* 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
    1010* Requires at least: 3.1.0
     
    7676//============================================================================
    7777if (!defined('ZEEVOU_PLUGIN_VERSION'))
    78     define('ZEEVOU_PLUGIN_VERSION', '0.7.53');
     78    define('ZEEVOU_PLUGIN_VERSION', '0.7.54');
    7979
    8080    function zeevou_plugin_check_version() {
Note: See TracChangeset for help on using the changeset viewer.