Skip to content

Releases: FriendsOfFlarum/linguist

1.1.5

17 Jan 10:02
4bf313e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.4...1.1.5

1.1.4

15 Jan 09:53
fb5356b
Compare
Choose a tag to compare

What's Changed

  • feat: list strings merged default and custom by @imorland in #51

Full Changelog: 1.1.3...1.1.4

1.1.3

10 Jan 09:33
81d9055
Compare
Choose a tag to compare

What's Changed

  • Bump ws from 7.5.9 to 7.5.10 in /js by @dependabot in #46
  • Bump webpack from 5.89.0 to 5.94.0 in /js by @dependabot in #48
  • Bump cross-spawn from 7.0.3 to 7.0.6 in /js by @dependabot in #49
  • fix: en translations not displayed in default string api when en is not default by @imorland in #50

Full Changelog: 1.1.2...1.1.3

1.1.2

12 Nov 12:33
Compare
Choose a tag to compare

What's Changed

  • chore: enable phpstan, apply fixes, bump js, format by @imorland in #45

Full Changelog: 1.1.1...1.1.2

1.1.1

22 Mar 18:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1

1.1.0

14 Dec 19:01
06c3fc8
Compare
Choose a tag to compare
  • No longer require English to be enabled to see strings that exist in no language packs.
  • Apply customized English texts as fallback even if English is disabled (when the key doesn't exist in the target language).
  • Immediately refresh the customized translations when debug is enabled instead of prompting to clear the cache.

Webpack 5 and backoffice exports

06 Apr 00:53
46a1ae6
Compare
Choose a tag to compare
  • Compiled javascript with Webpack 5 for smaller dist files
  • Exported components into the backoffice frontend for use by extension developers

This update requires Flarum 1.2+

Bugfix

06 Oct 10:21
b41f817
Compare
Choose a tag to compare
1.0.3

Fixed API serializing the key instead of an empty string (#32)

API endpoints to get a single StringKey or Strings for a single key

29 Sep 11:38
8c8b75c
Compare
Choose a tag to compare
1.0.2

Added API endpoints to get a single StringKey or Strings for a single…

Flarum/core 1.0 ready

29 May 07:08
287de96
Compare
Choose a tag to compare
Flarum 1.0 update (#28)

* Update for Flarum 1.0

* Add clear cache message after an import