Plugin Directory

Changeset 2757110


Ignore:
Timestamp:
07/15/2022 07:20:08 PM (4 years ago)
Author:
rezgo
Message:

updates to version 4.1.8

Location:
rezgo/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • rezgo/trunk/readme.txt

    r2756636 r2757110  
    66Tested up to: 6.0
    77Requires PHP: 5.2
    8 Stable tag: 4.1.7
     8Stable tag: 4.1.8
    99
    1010Sell your tours, activities, and events on your WordPress website using Rezgo.
     
    134134
    135135== Changelog ==
     136= 4.1.8 =
     137* Added support for WordPress HTTP API
     138* Bug fixes
     139
    136140= 4.1.7 =
    137141* Security fixes
  • rezgo/trunk/rezgo.php

    r2756636 r2757110  
    55    Plugin URI: https://wordpress.org/plugins/rezgo/
    66    Description: Connect WordPress to your Rezgo account and accept online bookings directly on your website.
    7     Version: 4.1.7
     7    Version: 4.1.8
    88    Author: Rezgo
    99    Author URI: http://www.rezgo.com
     
    5454define('REZGO_PLUGIN_NAME', 'rezgo');
    5555define('REZGO_PLUGIN_DIR', plugin_dir_path(__FILE__));
    56 define('REZGO_PLUGIN_VERSION', '4.1.7');
     56define('REZGO_PLUGIN_VERSION', '4.1.8');
    5757
    5858require_once('rezgo/include/page_header.php');
Note: See TracChangeset for help on using the changeset viewer.