Plugin Directory

Changeset 2775181


Ignore:
Timestamp:
08/25/2022 12:55:26 AM (4 years ago)
Author:
rezgo
Message:

committing version 4.1.14

Location:
rezgo/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • rezgo/trunk/readme.txt

    r2774516 r2775181  
    66Tested up to: 6.0.1
    77Requires PHP: 5.2
    8 Stable tag: 4.1.12
     8Stable tag: 4.1.14
    99
    1010Sell your tours, activities, and events on your WordPress website using Rezgo.
     
    133133
    134134== Changelog ==
     135= 4.1.14 =
     136* Escape function fixes
     137
     138= 4.1.13 =
     139* Various fixes
     140
    135141= 4.1.12 =
    136142* Bug fixes
  • rezgo/trunk/rezgo.php

    r2774516 r2775181  
    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.12
     7    Version: 4.1.14
    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.12');
     56define('REZGO_PLUGIN_VERSION', '4.1.14');
    5757
    5858require_once('rezgo/include/page_header.php');
Note: See TracChangeset for help on using the changeset viewer.