Releases: GENL/matice
Releases · GENL/matice
Release list
1.3.0
What's Changed
- Fix deprecated warning for null limit in preg_split() by @matteogilioli in #52
- feat: allow only/except overrides on @translations and Update deprecated GitHub Actions to fix failing CI by @vpuentem in #53
- Disable Composer security-advisory blocking to allow testing older Laravel releases in CI by @GENL
New Contributors
- @matteogilioli made their first contribution in #52
- @vpuentem made their first contribution in #53
Full Changelog: 1.2.1...1.3.0
1.2.1
Respect additional JSON paths from Laravel
This makes available the owsome PR #48. Thank you @redelschaap, you guy rocks.
What's Changed
- Respect additional JSON paths from Laravel by @redelschaap in #48
New Contributors
- @redelschaap made their first contribution in #48
Full Changelog: 1.1.9...1.2.0
1.1.9
1.1.8
What's Changed
- Insert export statement in the generated file and always add the fallback language to the matice object by @GENL in #44
New Contributors
- @patrickomeara made their first contribution in #33
- @mgralikowski made their first contribution in #31
- @RocketC31 made their first contribution in #34
Remove server path in comment
1.1.7 Remove the path in the comment when using cached translations. https:…
Fix "matice:generate" command not exists when running in production.
Related issue: #13
Resctrictions on translations: choose which translation namespaces to export
Add the keys 'only' and 'except' in the config file to set up a whitelist or a blacklist of translations folders/files to export or not to export. (#11)
Add the possibility to force the locale for a specific translation without changing the global locale.
Add locale attribute on the trans function
Make the translations script tag usable in the <head>
Remove the div that wraps the translations script tag.