framework/extensions/flags/CHANGELOG.md
Daniel Klabbers fc85ce8579 Release v1.2
2022-01-20 12:13:37 +01:00

3.2 KiB

Changelog

1.2.0

Fixed

1.1.0

No changes.

1.0.0

Changed

  • Compatibility with Flarum v1.0.0.
  • Improvements to performance by eager loading relations (#38)

Fixes

  • Incorrectly esolving the deprecated Symfony translator implementation instead of the contract

0.1.0-beta.16

Added

Changed

0.1.0-beta.15

Changed

  • Updated composer.json and admin javascript for new admin area.
  • Updated to use newest extenders.

0.1.0-beta.14.1

Fixed

  • Flags cache was instantiated prematurely causing incorrect flags count (#31)

0.1.0-beta.14

Changed

  • Updated mithril to version 2
  • Load language strings correctly on en-/disable
  • Updated JS dependencies

0.1.0-beta.13

Changed

  • Updated JS dependencies
  • Stop using deprecated core events, use extenders instead

0.1.0-beta.12

Changed

  • Larger flag modal, disallow users to flag their own posts, increase flag message size,
    allow comment on more reasons, disabled submit on other without comment (5292e6c)

0.1.0-beta.10

Fixed

  • Guests visiting api/flags trigger an exception (d4680a0)

0.1.0-beta.9

Changed

  • Replace event subscribers (that resolve services too early) with listeners (2f3417b)
  • Compatibility with Laravel 5.7 (bd00270)

Fixed

  • API serialization failed when posts for a discussion were not loaded and needed (9803914)

0.1.0-beta.8.1

Fixed

  • Fix dropping foreign keys in down migrations (e17bd03)