Changeset 2775181
- Timestamp:
- 08/25/2022 12:55:26 AM (4 years ago)
- Location:
- rezgo/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
rezgo.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rezgo/trunk/readme.txt
r2774516 r2775181 6 6 Tested up to: 6.0.1 7 7 Requires PHP: 5.2 8 Stable tag: 4.1.1 28 Stable tag: 4.1.14 9 9 10 10 Sell your tours, activities, and events on your WordPress website using Rezgo. … … 133 133 134 134 == Changelog == 135 = 4.1.14 = 136 * Escape function fixes 137 138 = 4.1.13 = 139 * Various fixes 140 135 141 = 4.1.12 = 136 142 * Bug fixes -
rezgo/trunk/rezgo.php
r2774516 r2775181 5 5 Plugin URI: https://wordpress.org/plugins/rezgo/ 6 6 Description: Connect WordPress to your Rezgo account and accept online bookings directly on your website. 7 Version: 4.1.1 27 Version: 4.1.14 8 8 Author: Rezgo 9 9 Author URI: http://www.rezgo.com … … 54 54 define('REZGO_PLUGIN_NAME', 'rezgo'); 55 55 define('REZGO_PLUGIN_DIR', plugin_dir_path(__FILE__)); 56 define('REZGO_PLUGIN_VERSION', '4.1.1 2');56 define('REZGO_PLUGIN_VERSION', '4.1.14'); 57 57 58 58 require_once('rezgo/include/page_header.php');
Note: See TracChangeset
for help on using the changeset viewer.