Changeset 2837563
- Timestamp:
- 12/21/2022 05:56:25 PM (3 years ago)
- Location:
- fareharbor/trunk
- Files:
-
- 2 edited
-
fareharbor.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fareharbor/trunk/fareharbor.php
r2697267 r2837563 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. 56 Version: 3.6.6 7 7 Author: FareHarbor 8 8 Author URI: https://fareharbor.com … … 44 44 private function __construct() {} 45 45 46 public static $version = '3.6. 5';46 public static $version = '3.6.6'; 47 47 48 48 // Update the saved version number in the wp_options table … … 698 698 if ( $args[ 'language' ] ) 699 699 $out[ 'language' ] = $args[ 'language' ]; 700 700 701 701 if ( $args[ 'branding' ]) 702 702 $out[ 'branding' ] = $args[ 'branding' ]; -
fareharbor/trunk/readme.txt
r2697267 r2837563 3 3 Tags: reservations, booking calendar, booking, reservation plugin, reservation calendar, booking system 4 4 Requires at least: 3.0 5 Tested up to: 5.9.25 Tested up to: 6.1.1 6 6 Stable tag: trunk 7 7 License: GPLv2 or later … … 44 44 45 45 == Changelog == 46 47 = 3.6.6 = 48 * Updated tested up to version to 6.1.1 46 49 47 50 = 3.6.5 =
Note: See TracChangeset
for help on using the changeset viewer.