Release Notes
Stay up to date with the latest Statamic changes.
To see what's in development, check out the roadmap.
3.1.3
April 2nd, 2021
What's new
- Status icons are shown in collections' tree views. #3461
- Addons can add external stylesheets. #3464
- Added a
honeypot
variable inside forms. #3462
What's fixed
- Glide routes will return 404s for non-existent images. #3450
- Recognize tag pairs correctly for a collection alias. #3457
- Fix utf8 handling of base64 encoded strings. #3421
- Fix
markdown
modifier not working with thecode
fieldtype. #3460 - Allow
symfony/var-exporter
5.1. #3463 - Bump y18n from 4.0.0 to 4.0.1. #3443
3.1.2
March 30th, 2021
What's improved
- Prevent the need to hit enter to add a validation rule, thus saving you between .5 and 3 seconds every time you make a new one. We recommend saving this time up and using it to make a sandwich for a friend who could use a little pick-me-up. bdf9e03a5
- Updated German translations. #3434
What's fixed
3.1.1
March 25th, 2021
What's improved
- French translations. #3429
What's fixed
- Fix widths for certain fieldtypes within Grid tables. #3426
- Fix update issue when a nav doesn't have a tree. #3430
- Fix link color inside updater. #3423
- Fix translation typo #3428
- Fix date fieldtypes not displaying. #3422
- Fix issue where the delete action wouldn't show, or would show twice. #3420
- Prevent error on
/cp/auth
when logged in. #3425 - Don't check for composer scripts during tests. #3427
3.1.0
March 24th, 2021
Read First
3.0.49
March 24th, 2021
3.0.48
March 22nd, 2021
3.0.47
March 15th, 2021
What's new
- Added a
route
param toredirect
tag. #3308 - Added a "double encode" option to the
sanizite
modifier. #3067
What's fixed
- Fix sorting on aliased entries. #3363
- Fix default entry blueprint when hiding some of them. #3368
- Fix error when using SVGs in Glide tag pairs. #3366
- Fix JS error when field condition would result in an unevaluatable string. #3366
- Fix CP index dates in range-mode. #3306
- Removed unused dependencies in Fieldset and Blueprint repositories. #3307
3.0.46
March 5th, 2021
3.0.45
February 22nd, 2021
What's new
- Add new
chunk
modifier. 849ae0ccb - Support
image
andmimes
validation rules for assets. #3253 - Parameters can now access:nested:variables. #3267
- Added syringe icon. #3232
What's improved
- Improve Spanish translations. #3243
What's fixed
- Fix error when attempting to filter a collection by a single taxonomy. #3244
- Prevent deleting
select
field selections when in read only. #3283 - Preserve numeric keys in the
array
fieldtype. #3284 - Localize the taxonomy
terms
field. #3172 - Persist the
parent
when using the create another entry button. #3285 - Fix disabled
select
field styling issues. #3275 - Prevent excessive user database queries. #3227
- Handle null labels correctly in the
array
fieldtype. #3260 - Keep text field width within limits in Firefox. #3258
- Fix type error in
repeat
modifier. #3261 - The
date
fieldtype in a listing uses use thedate_format
setting. #3264 - Use
date_format
in updater changelogs. #3246
3.0.44
February 17th, 2021
3.0.43
February 11th, 2021
What's new
- Added an
EntryCreated
event. #3078 - Ability to save entries without triggering events. #3208
- Add
sort
andquery_scope
parameters tosearch:results
tag. #2383 - Ability to disable focal point editor. #3160
What's improved
What's fixed
- Fix Radio input position. #3183
- Fix Antlers ternary condition escaping. #3123
- Prevent terms being created with existing slugs, which prevents overriding existing terms. #3114
- The "Visit URL" button gets hidden when a collection has no route. #3080
- Fix stroke color of the taxonomy icon. #3225
- Fix issue where date range fields would sometimes be a day behind. #3221
- Prevent error when a user's avatar is deleted. #3212
- Use more data when augmenting a form submission, which prevents the wrong date being shown. #3204
3.0.42
February 4th, 2021
3.0.41
February 3rd, 2021
3.0.39
January 19th, 2021
What's improved
- Fixed a handful of translation issues. #2511 #2520 #2515 #2510 #2509 #2641 #2514 #3119
- The
multisite
command will enable pro and update your config file for you. #3125
What's fixed
- Fix error in the
multisite
command. #3125 - Fix table fieldtype duplicating data. #2470
- Fix table fieldtype not showing delete row button. #2790
- Fix entries etc not being removed from search index when deleted. #3121
- Fix API URL related error when using Live Preview while creating an entry. #3112
- Fix time being added to the date fieldtype unnecessarily. #3118
- Prevent null values from being saved in Bard and Replicator fields. #3126
- Prevent a situation where you could move a page into a child of the root, which isn't allowed. #3104
- Prevent orderable collections from having a parent field. #2012
- Removed route model binding for users. #3088
- Fix 404s within the CP rendering as front-end 404s. #3098