Plugin Directory

Changeset 3369131


Ignore:
Timestamp:
09/28/2025 08:38:06 AM (6 months ago)
Author:
zeevou
Message:

resolved apply button issue

Location:
zeevou/trunk
Files:
3 edited

Legend:

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

    r3361524 r3369131  
    1515
    1616
    17 //0.7.89
     17//0.7.90
    1818
    1919
     
    17421742                //======================================================
    17431743                //======================================================
    1744                 if (jQuery('#zeevou-property_date_input').val() == "") {
    1745                     return;
    1746                 }
    17471744
    17481745                jQuery('#zeevou-unittype-item-' + value.id + ' .zeevou-price-rateplan-container').show();
     
    17841781            jQuery('.zeevou-property-search-button').attr('disabled', true);
    17851782
    1786             if (jQuery('#zeevou-property_date_input').val() == "") {
    1787                 jQuery('.zeevou-property-search-button').attr('disabled', false);
    1788                 return;
    1789             }
    17901783
    17911784            jQuery.when(refresh_token()).done(function(data) {
  • zeevou/trunk/readme.txt

    r3361524 r3369131  
    44Requires at least: 3.1.0
    55Tested up to: 6.8
    6 Stable tag: 0.7.89
     6Stable tag: 0.7.90
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • zeevou/trunk/zeevou.php

    r3361524 r3369131  
    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.89
    8  * Stable tag: 0.7.89
     7 * Version: 0.7.90
     8 * Stable tag: 0.7.90
    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
     
    7777//============================================================================
    7878if (!defined('ZEEVOU_PLUGIN_VERSION'))
    79     define('ZEEVOU_PLUGIN_VERSION', '0.7.89');
     79    define('ZEEVOU_PLUGIN_VERSION', '0.7.90');
    8080
    8181function zeevou_plugin_check_version() {
Note: See TracChangeset for help on using the changeset viewer.