Release Notes
Stay up to date with the latest Statamic changes.
To see what's in development, check out the roadmap.
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
3.0.38
January 11th, 2021
What's new
- Added a horizontal rule button to Bard. #3076
- Ability to choose from multiple blueprints on the empty collection screen. #1985
- You can now edit a blueprint section's or Bard set's handle separately from the display text. #1667
- Addons can more easily register actions, scopes, and filters. #3093
What's improved
What's fixed
- Fix Bard issue where using bold inside a link would split the link up. #2109
- Fix Bard issue where an empty paragraph is added before a newly added set. #1491
- Prevent editing and removing assets from the assets fieldtype when it's read only. #1826
- Half measure static caching uses the correct expiry key as per the docs. #2744
- Fixed an issue where a statically cached page would get unintentionally re-cached. #3085
- Fix date handling when using revisions. #3094
3.0.37
January 6th, 2021
3.0.36.1
December 28th, 2020
- N/A Changelog not available.
3.0.36
December 23rd, 2020
What's new
What's improved
- Hide the "Enable Pro" part of the Getting Started widget if it's enabled. #3051
- Updated French and German translations. #3029 #3052
- Improved the Asset SVG asset previews. #2945
What's fixed
- Fix issue where you couldn't drag Bard sets when used inside a Replicator. #2063
- The 'Add Date' button is unavailable in the date fieldtype when it's read only. #3025
- Fix issue where a non existent avatar sometimes caused an error. #3027
- Show a dropdown indicator when there's more than one taxonomy blueprint. #3010
- Fix btn class selector clash. #3022
- Updating through the CP will also update dependencies, fixing an issue where people were stuck on 3.0.12. #3045
- Prevent Replicator sets shrinking when dragging them. 9dedf49b3
- Fix issue where you couldn't un-hide a blueprint. #3033
3.0.35.1
December 28th, 2020
- N/A Changelog not available.
3.0.35
December 17th, 2020
What's new
- Blueprints can be hidden from the Create Entry and Create Term buttons. #3007
- Added a
UserBlueprintFound
event. #2983
What's fixed
- Fixed a circular reference which made Bard freeze the page. #2959 #3005
- Register our custom cache driver earlier, which fixes compatibility with Laravel Telescope. #3023 #1721
- The Toggle fieldtype gives you a boolean when undefined, rather than null. 1f11c9c89 05601e49b
- Terms can contain supplemental data, which fixes error within search. #3008
- Fix
isInGroup
for Eloquent user driver. #2951 - Fix issue where only one term would be returned when you have two terms with the same slug in different taxonomies. c9624a49e
- Hide the "Duplicate Row" button when max grid rows have been reached. #3006
- Removed the zero indexed grid item count. b657efa28
- Fix
join
modifier when value is null. #3001 - Fix Term facade hints. #3012
- Bump
ini
from 1.3.5 to 1.3.8 #3009
3.0.34
December 9th, 2020
3.0.33
December 8th, 2020
What's improved
- Allow collection specific taxonomy views to work without mounting (when you have a single word collection). 352772eaa
- Updated German translation. #2968
What's fixed
- Fixed an issue where you couldn't re-select an asset after removing one. 844e3710d
- Prevent terms being excluded from search results by giving them a published status. #2950
- Fix the "View" dropdown link on the taxonomy term listing page. e26a1ad5f
- Fix terms not having the collection scoped URLs on the collection specific listing page. 175783dc6
- Fix a paginator related error when using Laravel 6. 6ade2a61c
- Fixed an issue where colon delimited strings in Antlers conditions weren't parsed correctly. #2396
- Fix breadcrumbs not rendering properly when not including home #2976
- Fix error for an empty search string #2974
- Fix error when paginating using Eloquent. 7f4fd19ea
3.0.32
December 2nd, 2020
What's new
What's improved
- Added
hidden
to thetext
fieldtype'sinput_type
dropdown. #2952 - Improved visual spacing when adding Replicator blocks. #2955
- Updated French translations. #2870
What's fixed
- Reverted the
highlight.js
andtiptap-extensions
upgrades from 3.0.31. Fixes a Prosemirror error. #2919 - Fix users not being able to change their own passwords. 6fec3bace
- Fix users not being able to reset their passwords when using Eloquent. #2795
- Fix an unnecessary alert after saving a term. #2930
- Prevent the
statamic:install
command trying to creating.gitkeep
files at the wrong place. #2939
3.0.31
November 25th, 2020
What's new
What's improved
- The Select fieldtype's Replicator preview text uses labels. #2913
- When using Eloquent based users, prevent updating timestamps when logging in. f7d242e5c
- Added an Antlers toggle to the config of text fieldtypes. #2891
- The
.gitkeep
files generated by theinstall
command use directories defined in the config. #2888 - Updated translations. #2896 2ef2fda9c
What's fixed
- Fixed non-string IDs (like integers, when using Eloquent) within the Entries fieldtype. #2900
- Fixed error when attempting to filter entries by a null taxonomy term. #2904 #2912
- Upgraded
highlight.js
andtiptap-extensions
. b74c61e05 - Fix error when a
terms
fieldtype is used within a User. 6e04a0878 #2826 - Fix cmd+s not saving on a navigation. #2873
- Fix OAuth when using Eloquent users. #2901
- Pass in the current blueprint to the 'Create Another' URL. #2886
- UTF8 encode asset name. #2892
- Fixed the
localize
modifier. 7bf579393
3.0.30
November 20th, 2020
What's new
- Added a sites variable. #2513
- Added the ability to limit number of sets in a Replicator field. #2866
- The search:results tag supports pagination. d059bc4eb
What's fixed
- Prevent comma in submission filenames when used in some locales. 927890a95
- Prevent form submissions generating new IDs. #2822
- Don't use the "after save" features when inside a Stack. #2827 #2469
- Global CP search results are filtered by permission. #2848
- Prevent error when getting image dimensions from a corrupt file. #2877
- Query string is maintained in pagination links in tags. d059bc4eb