Skip to content

Releases: tomatophp/filament-translations

v4.0.1

07 Sep 08:15
9c227f5

Choose a tag to compare

v4.0.0

24 Aug 11:56

Choose a tag to compare

What's Changed

  • Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot[bot] in #45
  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #48
  • Bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot[bot] in #47
  • Import translations only from php files by @Adysone in #43
  • Support FilamentPHP V4
  • Enhancement UI for FilamentPHP V4 Style
  • Use New Filament Translation Component / Filament Developer Gate
  • Add Way to custom Nav label and group

Full Changelog: v2.0.7...v4.0.0

v2.0.7

16 Apr 04:41
f2a4d2e

Choose a tag to compare

What's Changed

  • Add French translations by @Adysone in #41
  • FIX Import does not use locale and does not translate strings by @Adysone in #42

New Contributors

Full Changelog: v2.0.6...v2.0.7

v2.0.6

26 Feb 02:29

Choose a tag to compare

What's Changed

  • Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in #37
  • Support Laravel 12
  • fix #39

New Contributors

Full Changelog: v2.0.5...v2.0.6

v2.0.5

08 Nov 20:59
71c007f

Choose a tag to compare

  • fix resource not appearing after install

Full Changelog: v2.0.4...v2.0.5

v2.0.4

08 Nov 19:01

Choose a tag to compare

  • update testbench workflow

Full Changelog: v2.0.3...v2.0.4

v2.0.3

29 Oct 09:08
a4e08d1

Choose a tag to compare

Full Changelog: v2.0.2...v2.0.3

v2.0.2

27 Oct 12:56
bf2db99

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

26 Oct 16:20

Choose a tag to compare

Full Changelog: v2.0.0...v2.0.1

v2.0.0

26 Oct 15:34

Choose a tag to compare

What's Changed

  • V2 by @3x1io in #29
  • fix testing by @3x1io in #30
  • Comprehensive Testing Suite: Introduced full testing coverage using PEST to ensure robust functionality and maintain code quality.
  • Modular Translation Integrations:
  • ChatGPT Translation: Moved the ChatGPT translation feature to a standalone package, GPT Translations, to improve modularity and make it easier to integrate AI-driven translations.
  • Google Translation: Transitioned the Google Translation feature into its own dedicated package, Google Translations, allowing users flexibility in translation provider choices.
  • Resource Hooks for Customization: Added resource hooks, enabling developers to easily customize and extend the translation resource according to their specific requirements.

Full Changelog: v1.0.28...v2.0.0