Release Notes

Stay up to date with the latest Statamic changes.
To see what's in development, check out the roadmap.

3.3.12

May 18th, 2022

What's improved

What's fixed

3.3.11

May 10th, 2022

What's improved

What's fixed

3.3.10

April 29th, 2022

What's new

What's improved

What's fixed

3.3.9

April 21st, 2022

What's new

What's improved

What's fixed

3.3.8

April 20th, 2022

What's new

What's improved

What's fixed

  • Fix issue where adding an image to Bard will make an needless, erroring AJAX request. #5864 by @fdabek1
  • Fix issue where the terms fieldtype filters out too much. #5865 by @jasonvarga
  • Fix group_by modifier not working with grids. #5858 by @jasonvarga
  • Runtime: Preserve builder instances when being supplied in dynamic bindings and modifiers, or when they've been scoped/nested. #5807 by @fdabek1
  • Runtime: Fix single letter variables without spaces skipping HTML content. #5843 by @fdabek1
  • Fix validation error when attempting to create a taxonomy that has the same handle as a collection. #5850 by @grandpalacko

3.3.7

April 14th, 2022

What's new

What's improved

  • User avatars in the CP header are cropped appropriately. #5731 by @ncla

What's fixed

3.3.6

April 11th, 2022

What's new

What's improved

What's fixed

3.3.5

April 6th, 2022

What's new

What's improved

What's fixed

3.3.4

March 30th, 2022

What's improved

  • The site filter's badge will display the name instead of the handle. #5683 by @j3ll3yfi5h
  • Show a more graceful error when hitting a rate limit on the licensing page. #5678 by @jesseleite
  • The users fieldtype will show the first/last name in listings when applicable. #5677 by @j3ll3yfi5h
  • The "Site selected." toast message is localizable. #5687 by @j3ll3yfi5h

What's fixed

3.3.3

March 24th, 2022

What's new

What's improved

What's fixed

3.3.2

March 18th, 2022

What's improved

What's fixed

3.3.1

March 16th, 2022

What's new

  • Ability to make fields read only through the Blueprint builder. #5379 by @jackmcdade

What's improved

What's fixed

  • Fix issue in Runtime parser where augmenting within an expression could alter the scope. #5525 by @JohnathonKoster
  • Fix Grid fields not converting to JSON by making Values implement JsonSerializable. #5524 by @jasonvarga
  • Fix error when determining slug language on non-entry forms. #5523 by @jasonvarga
  • Fix nested query builder access in Regex parser. #5521 by @jasonvarga
  • Fix Runtime parser not supporting dashes in variable names. #5516 by @JohnathonKoster
  • Fix Flysystem error on Cache Manager utility page. #5509 by @jesseleite

3.3.0

March 15th, 2022

Read First ๐Ÿ‘€

Be sure to read the Upgrade Guide first as manual changes (especially if you're running on Laravel 7) may be necessary. You can also read the Statamic 3.3 Launch Announcement blog post to learn about many of the new features in depth!

What's new

  • New Antlers Parser.
  • Laravel 9 support.
  • Headless Live Preview.
  • Frontend form field conditions.
  • Improved Blade interoperability.
  • Blade tag/modifier helpers.
  • Statamic::query() aliases to query builders.
  • Entries and other data objects can use magic property access to get augmented values.
  • Entries and other data objects can use magic methods to get query builders.
  • Entries and other data objects are Arrayable.
  • The static:warm command may leverage the queue.
  • Hidden blueprints now have visual indicators.
  • You now have more control over how values should be stored for querying. (e.g. date fieldtypes store Carbon instances.)
  • Date-based where clauses are now supported by query builders.

What's fixed

  • The new parser fixes an impressively large number of issues.

Major changes

  • PHP 7.2 and 7.3 are no longer supported.
  • Laravel 6 and 7 are no longer supported.

Special note

  • Control Panel forms now only submit visible fields (as originally intended) which fixes sometimes/required_if/etc validation rules, among other things. This could potentially be a breaking change if you were using field conditions purely for cosmetic showing/hiding of form fields.

Everything else

3.2.39

March 22nd, 2022

What's fixed

  • Prevent filtering users by password hashes in the APIs. #5604 by @jasonvarga
  • Fix error when determining slug language on non-entry forms. #5603 by @jasonvarga

3.2.38

March 14th, 2022

What's new

What's improved

What's fixed