Plugin Directory

Changeset 2791602


Ignore:
Timestamp:
09/29/2022 02:11:18 AM (4 years ago)
Author:
rezgo
Message:

committing version 4.2.1

Location:
rezgo/trunk
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • rezgo/trunk/readme.txt

    r2791454 r2791602  
    66Tested up to: 6.0.2
    77Requires PHP: 5.2
    8 Stable tag: 4.2
     8Stable tag: 4.2.1
    99
    1010Sell your tours, activities, and events on your WordPress website using Rezgo.
     
    133133
    134134== Changelog ==
     135= 4.2.1 =
     136* included missing files
     137
    135138= 4.2 =
    136139* added support for packages
  • rezgo/trunk/rezgo.php

    r2791454 r2791602  
    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.2
     7    Version: 4.2.1
    88    Author: Rezgo
    99    Author URI: http://www.rezgo.com
     
    5656define('REZGO_PLUGIN_NAME', 'rezgo');
    5757define('REZGO_PLUGIN_DIR', plugin_dir_path(__FILE__));
    58 define('REZGO_PLUGIN_VERSION', '4.2');
     58define('REZGO_PLUGIN_VERSION', '4.2.1');
    5959
    6060require_once('rezgo/include/page_header.php');
Note: See TracChangeset for help on using the changeset viewer.