Releases: RicLeP/laravel-storyblok
Releases · RicLeP/laravel-storyblok
2.42.0
2.41.0
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
2.40.0
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
What's Changed
- Laravel 12.x Compatibility by @laravel-shift in #60
- Bugfix: Allow WebhookController to Work Without webhook_secret by @WL1981 in #61
New Contributors
- @laravel-shift made their first contribution in #60
Full Changelog: 2.38.0...2.39.0
2.38.0
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
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
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
Remove duplicate suggested views being returned for pages
Full Changelog: 2.35.0...2.35.1
2.35.0
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