Flarum Core v0.1.0 Release Notes

Release Date: 2019-07-05 // over 4 years ago
  • ๐Ÿš€ See the release announcement.

    โž• Added

    • ๐Ÿ†• New hasPermission() helper method for Group objects (9684fbc)
    • ๐Ÿ”ฆ Expose supported mail drivers in IoC container (208bad3)
    • โœ… More test for some API endpoints (1670590)
    • The Formatter\Rendering event now receives the HTTP request instance as well (0ab9fac)
    • ๐Ÿ‘ More and better validation in installer UIs
    • Check and enforce minimum MariaDB (7ff9a90)
    • โช Revert publication of assets when installation fails (ed9591c)
    • Benefit from Laravel's database reconnection logic in long-running tasks (e0becd0)
    • ๐Ÿ”ง The "vendor path" (where Composer dependencies can be found) can now be configured (5e1680c)

    ๐Ÿ”„ Changed

    • ๐ŸŽ Performance: Actually cache translations on disk (0d16fac)
    • ๐Ÿ‘ Allow per-site extenders to override extension extenders (ba594de)
    • Do not resolve objects from the IoC container (in service providers and extenders) until they are actually used
    • Replace event subscribers (that resolve objects from the IoC container) with listeners (that resolve lazily)
    • ๐Ÿ‘‰ Use custom service provider for Mail component (ac5e26a)
    • โšก๏ธ Update to Laravel 5.7, revert custom logic for building database index names
    • ๐Ÿ”จ Refactored installer, extracted Installation class and pipeline for reuse in CLI and web installers (790d5be)
    • ๐Ÿ‘‰ Use whitelist for enabling pre-installed extensions during installation (4585f03)
    • โšก๏ธ Update minimum MySQL version (7ff9a90)

    ๐Ÿ›  Fixed

    • Signing up via OAuth providers was broken (67f9375)
    • Group badges were overlapping (16eb1fa)
    • API: Endpoint for uninstalling extensions returned an error (c761802)
    • ๐Ÿ“š Documentation links in installer were outdated (b58380e)
    • Event posts where counted when aggregating user posts (671fdec)
    • Admins could not reset user passwords (c67fb2d)
    • Several down migrations were invalid
    • Validation errors on reset password page resulted in HTTP 404 (4611abe)
    • is:unread gambit generated an invalid query (e17bb0b)
    • Entire forum was breaking when the custom_less setting was missing from the database (bf2c5a5)
    • โฌ‡๏ธ Dropdown icon was not showing in user card when on user page (12fdfc9)
    • Requests were missing the original* attributes, which broke installations in subfolders (56fde28)
    • Special characters such as % and _ could return incorrect results (ee3640e)
    • ๐Ÿ“ฆ FontAwesome component package changed paths in version 5.9.0 (5eb69e1)
    • Some server environments had problems accessing the system-wide tmp path for storing JS file maps (54660eb)
    • Content length of posts.content was not migrated to mediumText in 2017 (590b311)
    • An error occurred when going to the previous route if there was no previous route found (985b87da)

    โœ‚ Removed

    • 0๏ธโƒฃ php flarum install --defaults - this was meant to be used in our old development VM (44c9109)
    • Obsolete id attributes in JSON-API responses (ecc3b5e and 7a44086)