Skip to content

Releases: jaymeh/laravel-publishable

4.0.0

13 Mar 08:48
Compare
Choose a tag to compare

⚠ 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

20 Mar 14:36
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Update dependencies to introduce Laravel 10 support. (c326b9)

2.1.0

27 Sep 16:08
Compare
Choose a tag to compare

Features

  • Allows publishing an unpublishing to not fire model events using new functions. (4cd635)

2.0.0

08 Sep 21:38
Compare
Choose a tag to compare

⚠ 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)

1.2.3

11 Nov 16:32
3f113fc
Compare
Choose a tag to compare

Support for Laravel 8.0