Changeset 3369131
- Timestamp:
- 09/28/2025 08:38:06 AM (6 months ago)
- Location:
- zeevou/trunk
- Files:
-
- 3 edited
-
js/search.js (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
-
zeevou.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zeevou/trunk/js/search.js
r3361524 r3369131 15 15 16 16 17 //0.7. 8917 //0.7.90 18 18 19 19 … … 1742 1742 //====================================================== 1743 1743 //====================================================== 1744 if (jQuery('#zeevou-property_date_input').val() == "") {1745 return;1746 }1747 1744 1748 1745 jQuery('#zeevou-unittype-item-' + value.id + ' .zeevou-price-rateplan-container').show(); … … 1784 1781 jQuery('.zeevou-property-search-button').attr('disabled', true); 1785 1782 1786 if (jQuery('#zeevou-property_date_input').val() == "") {1787 jQuery('.zeevou-property-search-button').attr('disabled', false);1788 return;1789 }1790 1783 1791 1784 jQuery.when(refresh_token()).done(function(data) { -
zeevou/trunk/readme.txt
r3361524 r3369131 4 4 Requires at least: 3.1.0 5 5 Tested up to: 6.8 6 Stable tag: 0.7. 896 Stable tag: 0.7.90 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
zeevou/trunk/zeevou.php
r3361524 r3369131 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. 898 * Stable tag: 0.7. 897 * Version: 0.7.90 8 * Stable tag: 0.7.90 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 … … 77 77 //============================================================================ 78 78 if (!defined('ZEEVOU_PLUGIN_VERSION')) 79 define('ZEEVOU_PLUGIN_VERSION', '0.7. 89');79 define('ZEEVOU_PLUGIN_VERSION', '0.7.90'); 80 80 81 81 function zeevou_plugin_check_version() {
Note: See TracChangeset
for help on using the changeset viewer.