Skip to content

V2.2.6

Compare
Choose a tag to compare
@daveroverts daveroverts released this 13 Dec 19:49
· 24 commits to dev since this release

Added

  • Added protonemedia/laravel-form-components for all forms. Bootstrap 4 stuff have been published and changed to support custom forms (for Bootswatch Flatly) as much as possible. The only one I didn't change was input file.
  • All strings (the ones I looked at) while adding laravel-form-components are now translatable.
  • Added EventCleanupReservations job + command
  • Added ability to delete bookings, in case you screwed up import, and want to do that again.
  • Added following to EventResource
    • url: URL of the event for easier access
    • total_bookings_count: Total bookings that are in the system for the event.
    • available_bookings_count: Bookings that are still available to be booked.

Changed

  • Changed some flash messages.
  • Lots of old migrations that I screwed up back when I started this project in 2018

Removed

  • Removed (renatomarinho/laravel-page-speed)[https://github.com/renatomarinho/laravel-page-speed] as it gave to too many headaches, and I always just disabled it because of that.
  • Removed BookingController removeOverdueReservations(), replaced by EventCleanupReservationsJob
  • Dropped support for PHP 7.4
  • Removed route /bookings | bookings.index.

What's Changed (Auto-filled in by Github)

Full Changelog: v2.2.5...v2.2.6