Plugin Directory

Changeset 2895875


Ignore:
Timestamp:
04/08/2023 09:20:15 AM (3 years ago)
Author:
zeevou
Message:

fixed showing rate plan issues

Location:
zeevou/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • zeevou/trunk/css/style.css

    r2828092 r2895875  
    19341934    z-index: 200;
    19351935    position: relative;
     1936    cursor: pointer;
    19361937}
    19371938
     
    19411942    vertical-align: top;
    19421943    position: relative;
     1944    text-overflow: ellipsis;
     1945    white-space: nowrap;
     1946    overflow: hidden;
    19431947}
    19441948
  • zeevou/trunk/readme.txt

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

    r2882805 r2895875  
    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.34
    8 * Stable tag: 0.7.34
     7* Version: 0.7.35
     8* Stable tag: 0.7.35
    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.34');
     78    define('ZEEVOU_PLUGIN_VERSION', '0.7.35');
    7979
    8080    function zeevou_plugin_check_version() {
Note: See TracChangeset for help on using the changeset viewer.