Release Notes
Stay up to date with the latest Statamic changes.
To see what's in development, check out the roadmap.
3.3.59
November 29th, 2022
What's new
- Ability to duplicate entries, terms, assets, and forms. #6307 by @duncanmcclean
- Ability to use HTTP auth support to the
static:warm
command. #7115 by @moritzlang - Ability for addons to set their fieldset namespace. #7105 by @edalzell
What's improved
- Added a typehint to the
schedule
method in addon service providers. #7081 by @robbanl - Improve the speed of the updater page. #7140 by @arthurperton
What's fixed
- Fix invalid slug validation when single-depth orderable collections. #7134 by @arthurperton
- Prevent error when creating entry while using multisite #7143 by @jasonvarga
- The link fieldtype will localize appropriately. #7093 by @arthurperton
- Fix search on users listing when storing users in the database and using separate first/last name fields. #7138 by @duncanmcclean
- Fix static caching error when using exclusion URLs without leading slashes. #7130 by @arthurperton
- Fix issue where it looked like asset fields would disappear. #7131 by @arthurperton
- Fix case insensitive entry URLs. #7103 by @jasonvarga
- Fix super user handling within JavaScript based permission checks. #7101 by @jasonvarga
- Add
psr_autoloading
rule topint.json
. #7142 by @jasonvarga
3.3.58
November 21st, 2022
What's new
- Ability to disable generating asset preset manipulations on upload. #7076 by @ryanmitchell
What's improved
What's fixed
- Prevent error in Static Caching middleware when using JSON responses. #7075 by @FrittenKeeZ
- Prevent dates being added to localized entries in non-dated collections. #7086 by @tao
- Support for JsonResource::withoutWrapping. #7072 by @jhhazelaar
- Prevent error in form route binding when customizing action route. #7083 by @julesjanssen
- Fix incorrect home icon and slug in entry listings. #7095 by @jasonvarga
- Prevent entire
assets:generate-presets
command failing when encountering invalid images. #7091 by @ryatkins
3.3.57
November 18th, 2022
What's new
- Ability to add namespaced fieldsets. #6588 by @jasonvarga
What's improved
- German translations. #7074 by @helloDanuk
- French translations. #7084 by @ebeauchamps
- Dutch translations. #7073 by @oakeddev
What's fixed
- Fix root page for max depth 1. #4895 by @jelleroorda
3.3.56
November 16th, 2022
What's new
- Split permissions for assigning roles/groups and editing them. #6614 by @ryanmitchell
- User creation wizard can have the email step disabled. #7062 by @jasonvarga
- Allow filtering by blueprints in
entries
fieldtype. #7047 by @FrittenKeeZ
What's improved
What's fixed
- Fix grid table header position inside stacks. #7061 by @jackmcdade
- Fix empty template fieldtype dropdown style. #7060 by @jackmcdade
- Fix lowercasing of asset folder names to match user's configuration. #7055 by @jesseleite
- Make sure SVGs are rendered in collection listing. #7059 by @jackmcdade
3.3.55
November 14th, 2022
What's new
What's improved
- Better widget card wrapping on small screens. #7036 by @jackmcdade
- Add an icon to the form widget. #7034 by @jackmcdade
What's fixed
- Fix namespaced view paths not being reset correctly. #7051 by @jasonvarga
- Use translation for 'All'. #7040 by @jasonvarga
3.3.54
November 9th, 2022
What's improved
- Support Query Builder values in reverse modifier #7006 by @stvnthomas
What's fixed
- Fix root page validation error logic #7028 by @jasonvarga
- Fix handling of last_login when being cast to a Carbon instance on the User model. #7009 by @dannydinges
- Reset additional view paths after request. #7030 by @jasonvarga
3.3.53
November 8th, 2022
What's improved
- German translations. #7013 by @helloDanuk
- French translations #7008 by @ebeauchamps
What's fixed
- Fix
parent
andupdated_by
fields not being shallow augmented in API, sometimes causing recursion. #7025 by @jasonvarga - Fix a couple of "root page cannot have children" issues. #7007 by @jasonvarga
- Fix failing test due to orchestra/testbench update. #7017 by @jasonvarga
3.3.52
November 4th, 2022
What's fixed
- Add missing validation for
id
being a reserved field handle. #7005 by @jasonvarga - Fix Replicator/Grid/Bard not displaying newly added items after saving. #7000 by @jasonvarga
- Reset asset pagination when moving to another folder or container. #6997 by @jasonvarga
3.3.51
November 2nd, 2022
What's new
- Ability to bypass entry localization confirmation modal. #6983 by @jasonvarga
What's fixed
- Prevent Antlers logging non-loopable variable warnings for certain tags. #6989 by @JohnathonKoster
3.3.50
November 1st, 2022
What's new
- Added a confirmation modal for selecting the origin site when creating an entry localization. #6943 by @arthurperton
- Add Turkish translation. #6963 by @sineld
- The delimiter can be configured for Form CSV exports. #6964 by @theLeroy
What's improved
- Improve configuration options for the
slug
fieldtype. #6978 by @jackmcdade - The
first
modifier now supports associative arrays. #6977 by @royvanv
What's fixed
- Clicking the "toggle all" checkbox will select the proper amount of items if max selections have been restricted. #6816 by @ncla
- Prevent the
assets:meta
command from wiping data. #6854 by @ncla - The
@nocache
Blade directive properly handles additional data passed to it. #6934 by @jacksleight - Fix compatibility with Laravel's
Str::slug()
method. #6981 by @jasonvarga - Fix Runtime Antlers issue when using recursion in the
nav
tag. #6968 by @JohnathonKoster - Fix the
relative
modifier's "extra words" parameter. #6976 by @jacksleight - Fix subtraction in Antlers. #6970 by @JohnathonKoster
- The entry publish form will be updated with server-side values on save. #6842 by @arthurperton
- Replace deprecated
utf8_encode
method usage. #6823 by @krzysztofrewak
3.3.49
October 26th, 2022
What's improved
- Dutch translations. #6953 by @robdekort
- German translations #6944 by @helloDanuk
What's fixed
- Fix Replicator and Bard collapsed set state issues. #6902 by @jesseleite
- Fix Antlers issue when using nested tag loops in some situations. #6894 by @JohnathonKoster
- Fix shorthand array syntax in Antlers. #6939 by @JohnathonKoster
- Fix leaking of locale and carbon string format outside of requests. #6945 by @jasonvarga
- Added methods to
GlobalSet
contract. #6938 by @Z3d0X - Fix
@nocache
Blade directive serialization errors. #6935 by @jacksleight - Fix error when using custom primary key for
users
database table. #6919 by @jhhazelaar - Swapped forum for GitHub Discussions in the readme. #6946 by @robdekort
- Adjusted grammar in assets config file. #6936 by @JohnathonKoster
3.3.48
October 20th, 2022
What's new
- Add support for computed values. #6179 by @jesseleite
What's fixed
- Fix overly aggressive static cache invalidation. #6927 by @jasonvarga
3.3.47
October 19th, 2022
What's fixed
- Fix id being used for slug when creating entries. #6921 by @jasonvarga
3.3.46
October 19th, 2022
What's new
- Support binding a custom
LocalizedTerm
class. #6910 by @jacksleight
What's improved
- Improve performance of relationship fields. #6909 by @wiebkevogel
- Improve performance of textarea fields. #6907 by @wiebkevogel
What's fixed
- Disable password protection when in live preview. #6856 by @duncanmcclean
- Prevent recursion when generating slug from autogenerated title. #6903 by @jasonvarga
- Order user fields by name. #6896 by @ryanmitchell
- Fix taxonomy term field filters not working. #6900 by @jacksleight
- Fix asset grid listing in narrow containers. #6888 by @jacksleight
- Fix variable collision on full measure static cache nocache JS code. #6895 by @ryanmitchell
3.3.45
October 14th, 2022
What's new
- Use a
users
search index in the control panel if one exists. #6886 by @jasonvarga
What's improved
- French translations #6881 by @ebeauchamps
What's fixed
- Avoid caching tokenized REST API requests. #6806 by @notnek
- Asset title could use a field named title if one exists. #6884 by @jasonvarga
- Fix error when updating asset references in empty bard fields. #6825 by @AndrewHaine
- Fix nocache placeholder appearing in responses. #6838 by @arthurperton
- Invalidate statically cached urls with query strings. #6866 by @jasonvarga
- Fix dirty state when switching sites in entries. #6861 by @arthurperton
- Fix issue where things wouldn't get updated appropriately when running in a queue. #6726 by @jesseleite