What's new
- Added taxonomy term entries API endpoint.
What's improved
- Automatic taxonomy routes are now view driven. View exists? You get the route. Doesn't? It 404s.
- Automatic collection-specific taxonomy route now looks in a subdirectory named after the collection. eg.
blog/tags/index.antlers.html
What's fixed
- Login form errors (that aren't just wrong password or missing fields) will show an error message in addition to just shaking.
- Addon assets get published into public/vendor/package, without the vendor name subdirectory to be consistent with Laravel conventions.
- Moved the glide cache into the statamic subdirectory.
- A bunch of taxonomy related bug fixes.
- Eloquent user related bug fixes.
- More bug fixes.