|
2 | 2 | All notable changes to this project will be documented in this file.
|
3 | 3 | This project adheres to [Semantic Versioning](http://semver.org/).
|
4 | 4 |
|
| 5 | +## [4.0.0] - 2021-11-03 |
| 6 | +### Added |
| 7 | +- Added support for PHP 8 |
| 8 | + |
| 9 | +### Changed |
| 10 | +- Dropped support for Laravel 7 |
| 11 | + |
| 12 | +## [3.1.1] - 2020-09-13 |
| 13 | +### Changed |
| 14 | +- Added minimum version for `laravel/framework` dependency |
| 15 | + |
| 16 | +## [3.1.0] - 2020-09-13 |
| 17 | +### Changed |
| 18 | +- Added support for Laravel 8 |
| 19 | + |
| 20 | + |
| 21 | +## [3.0.0] - 2020-06-07 |
| 22 | +### Changed |
| 23 | +- Replace `phpspec/phpspec` with `pestphp/pest` |
| 24 | +- Add typed properties where possible |
| 25 | +- Drop support for Laravel 6 |
| 26 | +- Drop support for PHP 7.3 |
| 27 | + |
5 | 28 | ## [2.0.2] - 2019-09-16
|
6 | 29 | ### Changed
|
7 | 30 | - Views now get published as well when running `artisan vendor:publish`
|
@@ -77,21 +100,23 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
77 | 100 | ### Changed
|
78 | 101 | - Add missing `web` middleware to default configuration
|
79 | 102 |
|
| 103 | +[4.0.0] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/3.1.1...4.0.0 |
| 104 | +[3.1.1] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/3.1.0...3.1.1 |
| 105 | +[3.1.0] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/3.0.0...3.1.0 |
| 106 | +[3.0.0] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/2.0.2...3.0.0 |
| 107 | +[2.0.2] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/2.0.1...2.0.2 |
| 108 | +[2.0.1] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/2.0.0...2.0.1 |
| 109 | +[2.0.0] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/1.3.0...2.0.0 |
| 110 | +[1.3.0] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/1.2.0...1.3.0 |
| 111 | +[1.2.0] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/1.1.0...1.2.0 |
| 112 | +[1.1.0] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/1.0.0...1.1.0 |
| 113 | +[1.0.0] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/0.3.4...1.0.0 |
80 | 114 | [0.3.4] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/0.3.3...0.3.4
|
81 |
| - |
82 | 115 | [0.3.3] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/0.3.2...0.3.3
|
83 |
| - |
84 | 116 | [0.3.2] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/0.3.1...0.3.2
|
85 |
| - |
86 | 117 | [0.3.1] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/0.3.0...0.3.1
|
87 |
| - |
88 | 118 | [0.3.0] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/0.2.2...0.3.0
|
89 |
| - |
90 | 119 | [0.2.2] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/0.2.1...0.2.2
|
91 |
| - |
92 | 120 | [0.2.1] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/0.2.0...0.2.1
|
93 |
| - |
94 | 121 | [0.2.0] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/0.1.1...0.2.0
|
95 |
| - |
96 | 122 | [0.1.1] https://github.com/Dionera/laravel-beanstalkd-admin-ui/compare/0.1.0...0.1.1
|
97 |
| - |
|
0 commit comments