Releases: jaymeh/laravel-publishable
Releases · jaymeh/laravel-publishable
4.0.0
⚠ BREAKING CHANGES
- Bumps dependencies for Laravel 11 support (8fc3fa)
Features
- Migrates phpunit configuration (c6ffd7)
Bug Fixes
- Adds a new composer script for tests (85d7f4)
- Ignore phpunit cache (5014db)
- Replace doc comments with attributes ready for PHPUnit 12 (b0eff7)
3.0.0
⚠ BREAKING CHANGES
- Update dependencies to introduce Laravel 10 support. (c326b9)
2.1.0
Features
- Allows publishing an unpublishing to not fire model events using new functions. (4cd635)
2.0.0
⚠ BREAKING CHANGES
- Force breaking change commit for Laravel 9 support. (3fb000)
Features
- Install changelog tools. (2d88d9)
- Make published_at field fillable by default. (40c982)
- Remove the fillable functionality of the package. (c0e77d)
Bug Fixes
- Add conventional changelog library as dev dependency. (e9fd01)
- Fixes an issue with incorrectly named CI job. (0400dc)
- Remove orchestra/database dependency from package providers. (ef5215)
- Remove orchestral/database from dependencies. (262da5)
- Upgrade PHPUnit Schema to latest version. (5faa38)