Skip to content

Releases: daveroverts/bmac

v2.3.0

28 Dec 20:10
Compare
Choose a tag to compare

2.3.0 (2021-12-28)

Features

  • Add commitizen with cz-commitlint adapter (476f56a)
  • Add semantic-release (856d3b0)

V2.2.7

25 Dec 10:35
Compare
Choose a tag to compare

Added

  • Added PHP 8.1 support
  • All e-mails now include the event name as part of subject.

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

Full Changelog: v2.2.6...v2.2.7

V2.2.6

13 Dec 19:49
Compare
Choose a tag to compare

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

v2.2.5

14 Nov 21:54
Compare
Choose a tag to compare

Changed

  • master branch renamed to main
  • Laravel Horizon and Laravel Telescope use dark theme by default.
  • Fix for Laravel Horizon and Laravel Telescope gates failing in non-local environments
  • Fix for Bootstrap pagination + jQuery UI (for datepicker) missing CSS.
  • The very first users table migration now does not include unique index. #357

Full Changelog: v2.2.4...v2.2.5

v2.2.4e

14 Nov 15:12
Compare
Choose a tag to compare

Changed

  • Fix issue with jQuery UI missing styling

Full Changelog: v2.2.4...v2.2.4e

V2.2.4d

10 Nov 06:56
Compare
Choose a tag to compare

Changed

  • Fix Laravel Horizon gate not working
  • Fix Laravel Telescope gate not working
  • Fix breadcrumbs

Full Changelog: v2.2.4...v2.2.4d

V2.2.4a

08 Nov 20:42
Compare
Choose a tag to compare

Changed

  • Updated config files in config to match default Laravel 8 as much as possible.
  • Updated .env.example to match default Laravel 8 as much as possible.

Full Changelog: v2.2.4...v2.2.4a

V2.2.4

07 Nov 19:57
Compare
Choose a tag to compare

Added

Full Changelog: v2.2.3...v2.2.4

V2.2.3

06 Nov 18:28
Compare
Choose a tag to compare

Added

Full Changelog: v2.2.2...v2.2.3

v2.2.2b

24 Oct 15:55
Compare
Choose a tag to compare

Added

Changed

  • Fix for send test email not working (again)

Full Changelog: v2.2.2...v2.2.2b