Skip to content

Releases: Laravel-Backpack/CRUD

5.5.2 🌈

10 Mar 10:15
053707c

Choose a tag to compare

Changes

  • Correctly use values of backed enums for options (#4929) (#4932 - thanks to @Kovah)
  • add missing translations for DE (#4938 - thanks to @Alexander-Hagemeier)
  • [DX] add return types to facade (#4949 - thanks to @pxpm)

⚙️ Changes

5.5.1 🌈

01 Mar 06:55
2706ccc

Choose a tag to compare

Changes

  • remove DevTools does not support L10 notice in installer (#4947 - thanks to @tabacitu)
  • Image column support private bucket (#4879 - thanks to @jorgetwgroup)

⚙️ Changes

5.5.0 🌈

16 Feb 20:42
4be8bd5

Choose a tag to compare

Changes

  • Add Laravel 10 support (#4914 - thanks to @pxpm)
  • Follow Laravel release schedule (#4926 - thanks to @pxpm)
  • Fix php artisan backpack:version command for composer2 installations (#4924 - thanks to @pxpm)

⚙️ Changes

5.4.16

30 Jan 17:19
98c7234

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.4.15...5.4.16

5.4.15 🌈

17 Jan 14:33
146a080

Choose a tag to compare

Changes

  • Deprecation notice on passing null to str_replace (#4846 - thanks to @StefanPrintezis)
  • Display PRO version when available in backpack:version command (#4888 - thanks to @pxpm)

5.4.14 🌈

05 Jan 11:44
f77c74c

Choose a tag to compare

Changes

5.4.13 🌈

29 Dec 14:03
af521f3

Choose a tag to compare

Changes

  • [hot-fix] Fix error on new Backpack installs - Target class [Backpack\CRUD\app\Http\Middleware\AuthenticateSession] does not exist. (#4861 - thanks to @pxpm)
  • remove extra parenthesis (#4859 - thanks to @pxpm)

5.4.12 🌈

27 Dec 18:54
6ff47ed

Choose a tag to compare

Changes

  • fix error display when using prefix in fields (#4836 - thanks to @pxpm)
  • Revert "Add password field support for default value" (#4857 - thanks to @tabacitu)
  • use temporary disk in column too (#4852 - thanks to @pxpm)
  • [Bug] Can't change column key fluently (#4820 - thanks to @pxpm)
  • Fix CrudFilter initialization from static class method. (#4822 - thanks to @pxpm)
  • remove anonymous function (#4529 - thanks to @pxpm)
  • AuthenticatesSessions contract doesn't exist in L8 (#4849 - thanks to @pxpm)
  • use field validation directly in getting started tutorial (#4845 - thanks to @tabacitu)
  • wrap the delete button script in a @loadOnce directive (#4834 - thanks to @pxpm)
  • more tests (#4824 - thanks to @pxpm)
  • use request set in crud instead of global request instance (#4823 - thanks to @pxpm)
  • add configuration option to token expiration time (#4825 - thanks to @pxpm)
  • Add more tests, attempt to fix coverage color (#4821 - thanks to @pxpm)

⚙️ Changes

5.4.11 🌈

06 Dec 07:24
ffbadcd

Choose a tag to compare

Changes

  • Fixed shifted column headers and vertical middle alignment (#4780 - thanks to @promatik)
  • Code coverage reporter (#4797 - thanks to @pxpm)
  • Add tests (#4778 - thanks to @pxpm)
  • account for the possibility that save actions are not defined (#4810 - thanks to @pxpm)
  • [Bug] Missing query bindings lead to error when using withCount in the query. (#4796 - thanks to @pxpm)
  • fix how to contribute tutorial link (#4811 - thanks to @pxpm)

5.4.10

30 Nov 16:46
050b288

Choose a tag to compare

What's Changed

Full Changelog: 5.4.9...5.4.10