Releases: daveroverts/bmac
Releases · daveroverts/bmac
v2.3.0
V2.2.7
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)
- V2.2.6 by @daveroverts in #380
- PHP 8.1 support by @daveroverts in #383
- Update laravel-activitylog to v4 by @daveroverts in #384
- Add event name to emails that didn't have them yet. Closes #382 by @daveroverts in #385
- Apply fixes from StyleCI by @daveroverts in #387
- Prevent duplicate Airport and User id by @daveroverts in #390
- Release/2.2.7 by @daveroverts in #391
Full Changelog: v2.2.6...v2.2.7
V2.2.6
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 accesstotal_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 byEventCleanupReservationsJob
- Dropped support for PHP 7.4
- Removed route
/bookings
|bookings.index
.
What's Changed (Auto-filled in by Github)
- Feature/laravel form components by @daveroverts in #359
- Cleanup bookings via job + Migration cleanup part 1 by @daveroverts in #360
- Delete all bookings from a event by @daveroverts in #362
- Feature/larastan by @daveroverts in #375
- Add some numbers to the EventResouce by @daveroverts in #379
Full Changelog: v2.2.5...v2.2.6
v2.2.5
Changed
master
branch renamed tomain
- 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
V2.2.4d
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
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
Added
- Added laravel-mix-purgecss to minify css.
- Added Laravel Horizon.
Full Changelog: v2.2.3...v2.2.4
V2.2.3
Added
- Added AWS SDK for PHP to support services like S3, SES and SQS
Full Changelog: v2.2.2...v2.2.3
v2.2.2b
Added
- Added Laravel Sail with
.devcontainer
Changed
- Fix for send test email not working (again)
Full Changelog: v2.2.2...v2.2.2b