Changeset 3459180
- Timestamp:
- 02/11/2026 05:50:48 PM (7 weeks ago)
- Location:
- fareharbor/trunk
- Files:
-
- 2 edited
-
fareharbor.php (modified) (4 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fareharbor/trunk/fareharbor.php
r3278471 r3459180 4 4 Plugin URI: https://fareharbor.com/help/setup/wordpress-plugin/ 5 5 Description: Easily add FareHarbor reservation calendars and buttons to your site 6 Version: 3.6.1 16 Version: 3.6.12 7 7 Author: FareHarbor 8 8 Author URI: https://fareharbor.com … … 44 44 private function __construct() {} 45 45 46 public static $version = '3.6.1 1';46 public static $version = '3.6.12'; 47 47 48 48 // Update the saved version number in the wp_options table … … 226 226 'branding' => '', 227 227 'bookable_only' => '', 228 'package' => '', 228 229 229 230 ); … … 709 710 $out[ 'bookable_only' ] = $args[ 'bookable_only' ]; 710 711 712 if ( $args[ 'package' ]) 713 $out[ 'package' ] = $args[ 'package' ]; 711 714 712 715 if ( $include_flow && $args[ 'flow' ] ) -
fareharbor/trunk/readme.txt
r3278471 r3459180 3 3 Tags: reservations, booking calendar, booking, reservation plugin, reservation calendar, booking system 4 4 Requires at least: 3.0 5 Tested up to: 6. 85 Tested up to: 6.9 6 6 Stable tag: trunk 7 7 License: GPLv2 or later … … 44 44 45 45 == Changelog == 46 = 3.6.12 = 47 * Added support for 'package' parameters 48 * Updated tested up to version to 6.9 49 46 50 = 3.6.11 = 47 51 * Updated tested up to version to 6.8
Note: See TracChangeset
for help on using the changeset viewer.