Changeset 2757110
- Timestamp:
- 07/15/2022 07:20:08 PM (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
r2756636 r2757110 6 6 Tested up to: 6.0 7 7 Requires PHP: 5.2 8 Stable tag: 4.1. 78 Stable tag: 4.1.8 9 9 10 10 Sell your tours, activities, and events on your WordPress website using Rezgo. … … 134 134 135 135 == Changelog == 136 = 4.1.8 = 137 * Added support for WordPress HTTP API 138 * Bug fixes 139 136 140 = 4.1.7 = 137 141 * Security fixes -
rezgo/trunk/rezgo.php
r2756636 r2757110 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. 77 Version: 4.1.8 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. 7');56 define('REZGO_PLUGIN_VERSION', '4.1.8'); 57 57 58 58 require_once('rezgo/include/page_header.php');
Note: See TracChangeset
for help on using the changeset viewer.