mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 16:28:10 +08:00
1.8 KiB
1.8 KiB
Changelog
Unreleased
Added
- New
hasPermission()
helper method forGroup
objects (9684fbc)
Changed
- Performance: Actually cache translations on disk (0d16fac)
Fixed
- Fix signing up via OAuth providers (67f9375)
0.1.0-beta.8.1
Fixed
- Fix live output in
migrate:reset
command (f591585) - Fix search with database prefix (7705a2b)
- Fix invalid join time of admin user created by installer (57f73c9)
- Ensure InnoDB engine is used for all tables (fb6b51b, 6370f7e)
- Fix dropping foreign keys in
down
migrations (57d5846) - Fix discussion list scroll position not being maintained when hero is not visible (40dc6ac)
- Fix empty meta description tag (88e43cc)
- Remove empty attributes on
<html>
tag (796b577)