Changeset 2805403
- Timestamp:
- 10/26/2022 11:56:34 PM (3 years ago)
- Location:
- rezgo/trunk
- Files:
-
- 4 edited
-
readme.txt (modified) (2 diffs)
-
rezgo.php (modified) (2 diffs)
-
rezgo/templates/default/edit_pax.php (modified) (1 diff)
-
rezgo/templates/default/index_ajax.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rezgo/trunk/readme.txt
r2802059 r2805403 6 6 Tested up to: 6.0.3 7 7 Requires PHP: 5.2 8 Stable tag: 4.3. 18 Stable tag: 4.3.2 9 9 10 10 Sell your tours, activities, and events on your WordPress website using Rezgo. … … 133 133 134 134 == Changelog == 135 = 4.3.2 = 136 * bug fixes 137 135 138 = 4.3.1 = 136 139 * fixes to allowed tags for wp_kses() -
rezgo/trunk/rezgo.php
r2802059 r2805403 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.3. 17 Version: 4.3.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.3. 1');58 define('REZGO_PLUGIN_VERSION', '4.3.2'); 59 59 60 60 require_once('rezgo/include/page_header.php'); -
rezgo/trunk/rezgo/templates/default/edit_pax.php
r2801354 r2805403 418 418 <span>Sorry, there is no availability left for this option.</span> 419 419 </div> 420 <? } // end if ($option->date->availability != 0) ?>420 <?php } // end if ($option->date->availability != 0) ?> 421 421 </div> 422 422 -
rezgo/trunk/rezgo/templates/default/index_ajax.php
r2801354 r2805403 198 198 <?php } ?> 199 199 </p> 200 <? } ?>200 <?php } ?> 201 201 202 202 <div class="col-sm-12 col-md-4 rezgo-info-left pull-left">
Note: See TracChangeset
for help on using the changeset viewer.