Plugin Directory

Changeset 2799108


Ignore:
Timestamp:
10/14/2022 07:10:04 PM (3 years ago)
Author:
zeevou
Message:

add listings post type

Location:
zeevou/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • zeevou/trunk/readme.txt

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

    r2799092 r2799108  
    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.24
    8 * Stable tag: 0.7.24
     7* Version: 0.7.25
     8* Stable tag: 0.7.25
    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.24');
     78    define('ZEEVOU_PLUGIN_VERSION', '0.7.25');
    7979
    8080    function zeevou_plugin_check_version() {
     
    444444    add_meta_box( 'zeevou-property-metabox', __( 'Zeevou', 'zv-custom-meta-box' ), 'zv_custom_meta_box_content', 'project', 'normal', 'high' );
    445445    add_meta_box( 'zeevou-property-metabox', __( 'Zeevou', 'zv-custom-meta-box' ), 'zv_custom_meta_box_content', 'listing', 'normal', 'high' );
     446    add_meta_box( 'zeevou-property-metabox', __( 'Zeevou', 'zv-custom-meta-box' ), 'zv_custom_meta_box_content', 'listings', 'normal', 'high' );
    446447    add_meta_box( 'zeevou-property-metabox', __( 'Zeevou', 'zv-custom-meta-box' ), 'zv_custom_meta_box_content', 'propertiesnew', 'normal', 'high' );
    447448    // add_meta_box( 'zeevou-property-name-metabox', __( 'Zeevou', 'zv-custom-meta-box2' ), 'zv_custom_meta_box_content', 'page', 'normal', 'high' );
Note: See TracChangeset for help on using the changeset viewer.