Skip to content

Releases: flarum/flarum-core

v1.8.7

09 Oct 13:25
Compare
Choose a tag to compare

v1.8.6

08 Oct 07:15
Compare
Choose a tag to compare

Full Changelog: v1.8.5...v1.8.6

v1.8.5

05 Jan 18:35
Compare
Choose a tag to compare

Fixed

Full Changelog: v1.8.4...v1.8.5

v1.8.4

14 Dec 14:01
Compare
Choose a tag to compare

Fixed

Full Changelog: v1.8.3...v1.8.4

v1.8.3

18 Oct 19:05
Compare
Choose a tag to compare

v1.8.3

Fixed

  • Console extender does not accept ::class [#3900]
  • Conditional extender instantiation [#3898]

v1.8.2

22 Sep 19:45
Compare
Choose a tag to compare

v1.8.2

Fixed

  • suspended users can abuse avatar upload [#3890]
  • missing compat exports [#3888]

Full Changelog: v1.8.1...v1.8.2

v1.8.1

23 May 19:08
Compare
Choose a tag to compare

v1.8.1

Fixed

  • recover temporary solution for html entities in browser title (e72541e35de4f71f9d870bbd9bb46ddf586bdf1d)
  • custom contrast color affected by parents (577890d89c593ae5b6cb96083fab69e2f1ae600c)
  • reply placeholder wrong positioning (253a3d281dbf5ce3fa712b629b80587cf67e7dbe)

v1.8.0

20 May 18:24
Compare
Choose a tag to compare

v1.8.0

Fixed

  • (a11y) reply placeholder not accessible [#3793]
  • (bbcode) highlight.js does not work after changing post content [#3817]
  • (bbcode) localize quote wrote string [#3809]
  • (mentions) mentions XHR fired even after mentioning is done [#3806]
  • (package-manager) available core updates cause an error in the dashboard (fab71f2)
  • (tags) not all tags are loaded in the permission grid [#3804]
  • (tags) tag discussion modal filters with exact matches only after first index [#3786]
  • (testing) always clear cache in integration test's tearDown [#3818]
  • UserSecurityPage not exported (232618a)
  • isDark() utility can receive null value [#3774]
  • approving a post does not bump user comment_count [#3790]
  • circular dependencies disable all involved extensions [#3785]
  • color input overflowing the input box [#3796]
  • deleting a discussion from the profile does not visually remove it [#3799]
  • discussion page showing horizontal scroll on iOS [#3821]
  • empty string displayed as SelectDropdown title [#3773]
  • filter values are not validated [#3795]
  • infinite scroll not initialized for notifications on big screens [#3733]
  • notification subject discussion eager loading fails [#3788]
  • null as 2nd param in preg_match is deprecated [#3801]
  • unread count in post stream not visible [#3791]
  • unreadable badge icon on certain colors [#3810]
  • integrity constraint violation [#3772]

Changed

  • (core,mentions) limit mentionedBy post relation results [#3780]
  • (likes) limit likes relationship results [#3781]
  • Change some methods from private to protected, to be able to extend the affected classes [#3802]
  • Do not catch exceptions when testing Console commands [#3813]
  • drop usage of jquery in install and update interfaces [#3797]
  • extensibility improvements [#3729]
  • major frontend JS cleanup [#3609]
  • revert ineffective code for encoding of page title [#3768]
  • speed up post creation time [#3808]

Added

  • (mentions,tags) tag mentions [#3769]
  • add delete own posts permission [#3784]
  • add a trait to flush the formatter cache in tests [#3811]
  • add user creation to users list page [#3744]
  • cli command for enabling or disabling an extension [#3816]
  • conditional extenders [#3759]
  • provide old content to Revised event [#3789]

v1.7.2

24 Mar 10:33
Compare
Choose a tag to compare

v1.7.2

Fixed

  • empty string displayed as SelectDropdown title (#3773)

v1.7.1

12 Mar 12:52
Compare
Choose a tag to compare

Fixed

  • missing parameter names in token title translation. (#3752)
  • hardcoded language strings in StatusWidget (#3754)
  • hide developer tokens section in if there is nothing to display or create (#3753)
  • improve sessions user UI on mobile (dd868ab44e11e892d020e3b9412553c6a789e68d)