Skip to content

Instantly share code, notes, and snippets.

@raicem
Created April 27, 2023 10:32
Show Gist options
  • Save raicem/cd6e3d9d74e5e72e6ad57b71277a5046 to your computer and use it in GitHub Desktop.
Save raicem/cd6e3d9d74e5e72e6ad57b71277a5046 to your computer and use it in GitHub Desktop.
*** WooCommerce Bookings Changelog ***
2023-04-27 - version 1.15.80
* Add - Test
2023-04-12 - version 1.15.79
* Add - Encryption to stored access, refresh, and sync keys for Google Calendar.
* Add - Support for the Accommodation Booking extension's Check-in and Check-out days.
* Dev - Bump WooCommerce "tested up to" version 7.5.
* Dev - Bump WooCommerce minimum supported version from 6.0 to 6.8.
* Dev - Bump WordPress "tested up to" version 6.2.
* Dev - Bump WordPress minimum supported version from 5.6 to 5.8.
* Dev - Bump `google/apiclient` from 2.9.1 to 2.13.
* Dev - Project maintenance automation via GitHub Actions.
* Fix - 'View all orders' link label in new Bookings emails now correctly labeled as `View Booking Calendar`.
* Fix - Avoid Error Log on new Bookings.
* Fix - Cancelled and manually added bookings under the correct line items.
* Fix - Show notice if booking is invalid.
2023-03-27 - version 1.15.78
* Fix - Update availability rule helper text.
2023-03-21 - version 1.15.77
* Fix - Product-level Quantities are ignored when a Resource is removed after a Booking.
* Tweak - WC 7.5.0 compatibility.
2023-03-15 - version 1.15.76
* Add - Check booking availability on checkout validation to reduce over-booking.
* Dev - Added a 'state' parameter to the custom Google Calendar connection.
* Dev - Migrate end-to-end tests to Playwright.
* Dev - Prefix composer `google/apiclient` package with `brianhenryie/strauss`.
* Dev - Resolve PHP deprecated warning `usort(): Returning bool from comparison function`.
* Dev - Update PHP dependency to 7.2.
* Fix - "Confirm Booking" link not working from email and shows "The link you followed has expired.".
* Fix - Ensures that labels on Bookings page in My Account are able to be translated.
* Tweak - WC 7.5.0 compatibility.
2023-02-01 - version 1.15.75
* Fix - Display booking calendar on Add Booking page.
* Fix - The availability check for Min-Max days is fixed for products without resources.
2023-01-27 - version 1.15.74
* Fix - Resolves a packaging problem with our Google API library.
2023-01-25 - version 1.15.73
* Fix - Calendars show correct availability when multiple bookable products are on the same page.
* Fix - Namespacing of Google API package classes.
* Tweak - Bump WooCommerce "tested up to" from 7.2.2 to 7.3.
* Tweak - Bump tested up to WordPress version 6.1.
2023-01-17 - version 1.15.72
* Fix - Validate that manually entered dates are actually bookable.
* Tweak - Improved performance by moving availability slots' cache creation via Action Scheduler.
2023-01-17 - version 1.15.71
* Fix - Validate that manually entered dates are actually bookable.
* Tweak - Improved performance by moving availability slots' cache creation via Action Scheduler.
2023-01-06 - version 1.15.70
* Add - Filter to add meta attributes to booking calendar popup.
* Fix - Correctly validate undefined variables.
* Fix - Improve display in admin calendar to prevent overlapping text.
* Fix - Incorrect availability shown when resources are shared across products.
* Fix - Prevent fatal error on PHP 8+ when loading the booking calendar.
* Tweak - WC 7.2.2 compatibility.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment