Changeset 2621708
- Timestamp:
- 10/29/2021 01:36:49 AM (4 years ago)
- Location:
- rezgo/trunk
- Files:
-
- 1 deleted
- 3 edited
-
readme.txt (modified) (3 diffs)
-
rezgo.php (modified) (2 diffs)
-
rezgo/include/class.rezgo_old.php (deleted)
-
rezgo/templates/default/calendar_day.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rezgo/trunk/readme.txt
r2621083 r2621708 6 6 Tested up to: 5.8.1 7 7 Requires PHP: 5.2 8 Stable tag: 4.1. 18 Stable tag: 4.1.2 9 9 10 10 Sell your tours, activities, and events on your WordPress website using Rezgo. … … 36 36 = Support for your Rezgo Account = 37 37 38 If you need help getting set-up, Rezgo support is only a click or 39 phone call away: 38 If you need help getting set-up, Rezgo support is only a click or phone call away: 40 39 41 40 * [Rezgo Support](http://www.rezgo.com/support/) … … 136 135 == Changelog == 137 136 137 = 4.1.2 = 138 * Bug fix (PHP short tag) 139 138 140 = 4.1.1 = 139 141 * Bug fixes for Stripe -
rezgo/trunk/rezgo.php
r2621083 r2621708 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. 17 Version: 4.1.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.1. 1');58 define('REZGO_PLUGIN_VERSION', '4.1.2'); 59 59 60 60 require_once('rezgo/include/page_header.php'); -
rezgo/trunk/rezgo/templates/default/calendar_day.php
r2621083 r2621708 577 577 jQuery('#<?php echo $bundle->label;?>_<?php echo $option_num.'_'.$sub_option;?>').attr('data-<?php echo $p;?>_num' , <?php echo $c;?> ); 578 578 </script> 579 <? }579 <?php } 580 580 ?> 581 581 </div>
Note: See TracChangeset
for help on using the changeset viewer.