Releases: statamic/cms
Releases Β· statamic/cms
v4.58.1
What's improved
- French translations. #10017 by @PatrickJunod
What's fixed
- Fix queue worker state issue around assets. #9690 by @aerni
- Fix button group wrapping on non-fieldtype buttons. #10021 by @PatrickJunod
- Fix child URIs being outdated when parent slug changes. #9454 by @jacksleight
- Fix Eloquent ordering when using
lazy()
orchunk()
. #9956 by @helloiamlukas - Fix recursive editing check. #10012 by @duncanmcclean
v4.58.0
What's new
- Add Vite content tag. #9973 by @jimblue
- Include
alt
field in shallow augmented assets. #10013 by @duncanmcclean
What's improved
- French translations. #10015 by @duncanmcclean
What's fixed
- Fix ButtonGroup from overflowing. #10000 by @PatrickJunod
- Fix docblock on
Parse
facade'stemplate
method. #10008 by @duncanmcclean - Ensure blueprint tabs & sections always have handles. #10014 by @duncanmcclean
- Fix JSON being returned when using the back button sometimes. #10016 by @duncanmcclean
- Fix fullscreen button in Group Fieldtype. #10009 by @duncanmcclean
- Remove clear button of readonly date field. #9993 by @PatrickJunod
v5.0.0-beta.3
What's changed
- Fix 404s due to entry uri caching changes. #9998 by @jasonvarga
- Fix please command
--help
listing. #9977 by @jesseleite
v5.0.0-beta.2
What's changed
- Prevent falsey values from returning blueprint defaults. #9990 by @JohnathonKoster
- Extract whereSite query method to trait. #9991 by @jasonvarga
- Multi site config help text. #9986 by @jackmcdade
- Improve the fake sql config code comment. #9985 by @jackmcdade
v5.0.0-beta.1
What's changed
- Augmentation performance improvements. #9636 by @JohnathonKoster
- Offline License Validation. #9975 by @duncanmcclean
- Entry URI caching. #9844 by @jasonvarga
v4.57.3
What's improved
- German translations. #9957 by @helloDanuk
What's fixed
- Fix Starter Kit installation on Windows. #9968 by @JohnathonKoster
- Fix
starter-kit:install
with custom branch when branch has slash. #9978 by @jesseleite - Fix first child redirects when using array syntax. #9965 by @jasonvarga
- Fix wrong permission used for configuring navs. #9961 by @simonolog
- Fix
DataReferenceUpdater
when field data from array is null. #9954 by @duncanmcclean - Fix dated collection listing when time is enabled. #9951 by @jacksleight
- Fix route parameters in Statamic routes with closures. #9953 by @arthurperton
- Fake composer installs in make command tests. #9955 by @jasonvarga
v5.0.0-alpha.6
What's changed
- Add tokens to eloquent cli install. #9962 by @ryanmitchell
- Token class changes #9964 by @jasonvarga
- Revert caching entry to property on Page instances #9958 by @jasonvarga
- Changes to
User
role methods #9921 by @duncanmcclean
v4.57.2
What's fixed
- Fix missing composer binary (starter kits couldn't install). #9950 by @duncanmcclean
v5.0.0-alpha.5
What's changed
- Blink augmentation of terms and entries fieldtypes. #9938 by @jasonvarga
- Fix slowdown caused by status PR. #9928 by @jasonvarga
- Update GraphiQL. #9934 by @duncanmcclean
- Drop legacy
rebing/graphql-laravel
code. #9935 by @duncanmcclean - Fix statamic-prefixed commands not working when running
Artisan::call()
within please. #9926 by @jasonvarga - Make
tearDown
method protected onAddonTestCase
. #9924 by @duncanmcclean - Fix please version. #9925 by @jasonvarga
v4.57.1
What's improved
- French translations. #9939 by @ebeauchamps
What's fixed
- Require composer/semver instead of composer/composer. #9947 by @jasonvarga
- Fix
DimensionsRule
for Livewire. #9927 by @aerni - Fix Blade compiler error. #9946 by @duncanmcclean
- Prevent passing HTML to the Video fieldtype. #9944 by @duncanmcclean
- Fix missing OAuth controller argument. #9942 by @simonolog