Releases: TheDragonCode/laravel-deploy-operations
Releases · TheDragonCode/laravel-deploy-operations
7.1.1
Changed
- [docs] Set content max width to 1280px by @andrey-helldar in #218
- [docs] Set content max width to 1920px by @andrey-helldar in #217
- [docs] Set sort upgrade pages by @andrey-helldar in #216
- [docs] Updated upgrade guide by @andrey-helldar in #215
Fixed
- Fixed a bug in file hinting using Laravel Idea by @andrey-helldar in #219
7.1.0
Added
- Added
operation
helper by @andrey-helldar in #214
Changed
- Unnecessary files deleted by @andrey-helldar in #213
- [docs] Removed mention of deleted classes by @andrey-helldar in #212
7.0.0
Added
- A strict typification has been added by @andrey-helldar in #191
- Added
OperationHelper
by @andrey-helldar in #205 - Added
withOperation
method to migrations by @andrey-helldar in #200 - Added imports of global functions by @andrey-helldar in #197
- Added suffixes for classes by @andrey-helldar in #193
- Added testing of documentation during push by @andrey-helldar in #210
- Added void typo by @andrey-helldar in #203
- Replacing the documentation generator on Jetbrains Writerside by @andrey-helldar in #206
Changed
- Added redirects from old documentation by @andrey-helldar in #208
- Method
shouldBeAsync
was renamed withneedAsync
by @andrey-helldar in #207 - Redirect deleted for documentation by @andrey-helldar in #211
- Removed
doctrine/dbal
from suggestion by @andrey-helldar in #195 - Replace
ConfigHelper
withConfigData
by @andrey-helldar in #204 - Replaced deprecated
dragon-code/simple-dto
withspatie/laravel-data
by @andrey-helldar in #194 - Simplified
HasAbout
trait by @andrey-helldar in #196 - Small changes by @andrey-helldar in #198
- The text description of the statuses is moved to
StatusEnum
by @andrey-helldar in #199
Removed
- Removed Laravel 10 by @andrey-helldar in #202
- Removed
operations:refresh
andoperations:reset
console commands by @andrey-helldar in #209 - Removed
operations:upgrade
console command by @andrey-helldar in #192 - Removed deprecated methods and properties by @andrey-helldar in #190
6.5.2
Fixed
- Removed
shouldBeEnvironment
method by @andrey-helldar in #189
6.5.1
Fixed
- Renamed
withinEnvironment
withshouldBeEnvironment
by @andrey-helldar in #188
6.5.0
Changed
- Added new methods. Old methods and properties are marked as deprecated by @andrey-helldar in #187
- Small changes by @andrey-helldar in #186
6.4.0
Added
- Added Laravel 12 support by @andrey-helldar in #185
Changed
- The year in the LICENSE file has been updated by @github-actions in #184
Full Changelog: 6.3.2...6.4.0
6.3.2
Fixed
- Improved support for Laravel Idea when entering a name by @andrey-helldar in #180
6.3.1
Fixed
- Fixed an issue with displaying colors by @andrey-helldar in #178
- Fixed the range of
laravel/prompts
version used by @andrey-helldar in #179