Skip to content

v3.0.0-beta.44

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 Aug 19:59

What's new

  • Validation on the Blueprint builder for fields with duplicate handles.
  • You can now disable updated_at and updated_by being written to entries. #2204
  • Added a support:details command to assist with creating GitHub issues. #2218

What's fixed

  • Prevent field handles being rewritten when re-opening them. #1249
  • Fix the "Enable Pro" button on the exception.
  • Fix site locale being passed where it should have been handle, causing all sorts of havoc. #1825, #1852, #2193
  • Fieldsets can once again be imported into a Blueprint multiple times. #2194
  • Assets can be uploaded through front-end forms. #2206
  • Fix the home page 404ing on a secondary site when there's a query string. #2207
  • Address "too many requests to statamic.com"
  • Other things!

What's breaking

  • Old style tag parameter access has been removed. Instead of $this->get() you should be doing $this->params->get(), etc. Check out docs