Changeset 2905834
- Timestamp:
- 04/28/2023 06:35:00 PM (3 years ago)
- Location:
- rezgo/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
rezgo.php (modified) (2 diffs)
-
rezgo/templates/default/order.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rezgo/trunk/readme.txt
r2905396 r2905834 6 6 Tested up to: 6.2 7 7 Requires PHP: 5.2 8 Stable tag: 4.5. 18 Stable tag: 4.5.2 9 9 10 10 Sell your tours, activities, and events on your WordPress website using Rezgo. … … 134 134 == Changelog == 135 135 136 = 4.5.2 = 137 * Bug fix for open items on order view 138 136 139 = 4.5.1 = 137 140 * Bug fixes -
rezgo/trunk/rezgo.php
r2905396 r2905834 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.5. 17 Version: 4.5.2 8 8 Author: Rezgo 9 9 Author URI: http://www.rezgo.com … … 56 56 define('REZGO_PLUGIN_NAME', 'rezgo'); 57 57 define('REZGO_PLUGIN_DIR', plugin_dir_path(__FILE__)); 58 define('REZGO_PLUGIN_VERSION', '4.5. 1');58 define('REZGO_PLUGIN_VERSION', '4.5.2'); 59 59 60 60 require_once('rezgo/include/page_header.php'); -
rezgo/trunk/rezgo/templates/default/order.php
r2905396 r2905834 585 585 586 586 <?php 587 if ( (string) $item->date_selection == 'never') {587 if (!in_array((string) $item->date_selection, $date_types)) { 588 588 $order_item_class = 'open'; 589 589 } else {
Note: See TracChangeset
for help on using the changeset viewer.