Skip to content

Releases: RicLeP/laravel-storyblok

2.42.0

18 Apr 14:29
Compare
Choose a tag to compare

Added support for '.jfif', '.heic', '.avif' filetypes when determining if a field is a raster image and allowed extensions to be configured

Full Changelog: 2.41.0...2.42.0

2.41.0

17 Apr 16:01
246d22a
Compare
Choose a tag to compare

The package now uses a fork of the Storyblok PHP client which is no longer supported as it has been replaced with a new official client.

The forked client, used by this release of the Laravel package, increases the recursion depth of enriched Story content. This should issues with deeply nested links missing their story property.

Full Changelog: 2.40.1...2.41.0

2.40.1

24 Mar 14:01
dc3f092
Compare
Choose a tag to compare

What's Changed

  • Fix cache to use store specified in config file by @RicLeP in #62

Full Changelog: 2.40.0...2.40.1

2.40.0

21 Mar 11:09
Compare
Choose a tag to compare

What's Changed

Added new denylist config item to skip/stop URLs hitting Storyblok’s API

$exceptions->render(function (\Riclep\Storyblok\Exceptions\DenylistedUrlException $exception) {
    // handle error such as going to 404
});

Full Changelog: 2.39.0...2.40.0

2.39.0

05 Mar 16:02
60fc5d1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.38.0...2.39.0

2.38.0

24 Feb 16:10
Compare
Choose a tag to compare

What's Changed

  • Laravel 12 Support
  • fixed bug with editor-bridge.blade.php by @codyworthen in #58

Full Changelog: 2.36.0...2.38.0

2.37.0

14 Dec 11:59
92b9117
Compare
Choose a tag to compare

What's Changed

  • fixed bug with editor-bridge.blade.php by @codyworthen in #58
  • allow live links in editor by appending Storyblok querystring
  • fix duplicate ID error is replacement content loaded by the LiveContentController

Full Changelog: 2.36.0...2.37.0

2.36.0

22 Nov 10:22
7df0d09
Compare
Choose a tag to compare

What's Changed

  • Set cache driver & path on the bound Storyblok\Client instance by @codyworthen in #57

Full Changelog: 2.35.1...2.36.0

2.35.1

23 Oct 09:29
Compare
Choose a tag to compare

Remove duplicate suggested views being returned for pages

Full Changelog: 2.35.0...2.35.1

2.35.0

06 Sep 08:33
416cc30
Compare
Choose a tag to compare

What's Changed

  • fix(Block): added relation resolution to Block's inverseRelation method by @codyworthen in #56

Full Changelog: 2.34.0...2.35.0