Releases: barryvdh/laravel-translation-manager
Releases · barryvdh/laravel-translation-manager
v0.6.8 - Security release
Security release
This release contains a fix to a potential security issue, XSS by an authenticated user.
Remember to update the changes from #475 in your published views, when applicable.
Reported by: ptsecurity.com
CVE: Requested
What's Changed
- Fix group locale sanitization by @barryvdh in #475
- remove unnecessary return by @Khuthaily in #474
New Contributors
- @Khuthaily made their first contribution in #474
Full Changelog: v0.6.7...v0.6.8
v0.6.7
What's Changed
- Fix for mariadb driver by @voicecode-bv in #464
- Support Laravel 12 by @barryvdh in #466
Full Changelog: v0.6.6...v0.6.7
v0.6.6
What's Changed
- Translation table, sticky header by @ionutgrecu in #436
- Support Laravel 11 by @barryvdh in #454
- Test PHP8.3 / L11 by @barryvdh in #455
New Contributors
- @ionutgrecu made their first contribution in #436
Full Changelog: v0.6.5...v0.6.6
Fix exporting sentences
v0.6.5 Do not use dot notation for sentences (#443)
v0.6.4: Feat laravel 10 (#437)
* Add editorconfig * Update versions * Migrate phpunit
v0.6.3: fix: Issue barryvdh/laravel-translation-manager#406 (#420)
This fix makes it possible that folder structures used in translation strings are used as group keys. Co-authored-by: Harry Werkmeister <[email protected]>