Plugin Directory

Changeset 3267378


Ignore:
Timestamp:
04/06/2025 06:14:09 AM (12 months ago)
Author:
zeevou
Message:

fix frontend fields config 401 error

Location:
zeevou/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • zeevou/trunk/readme.txt

    r3258177 r3267378  
    44Requires at least: 3.1.0
    55Tested up to: 6.7.1
    6 Stable tag: 0.7.78
     6Stable tag: 0.7.79
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • zeevou/trunk/zeevou.php

    r3258177 r3267378  
    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.78
    8  * Stable tag: 0.7.78
     7 * Version: 0.7.79
     8 * Stable tag: 0.7.79
    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.78');
     79    define('ZEEVOU_PLUGIN_VERSION', '0.7.79');
    8080
    8181function zeevou_plugin_check_version() {
     
    13381338    $brand_id = $_POST['brand'];
    13391339
     1340    refresh_token();
    13401341    $access_token = get_option('zeevou_access_token');
    13411342
Note: See TracChangeset for help on using the changeset viewer.