Releases: sitegeist/Sitegeist.LostInTranslation
Releases · sitegeist/Sitegeist.LostInTranslation
v2.3.2
v2.3.1
What's Changed
- consider deleted string contents when updating outdated translations by @hedayati-m in #40
New Contributors
- @hedayati-m made their first contribution in #40
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- BUGFIX: Avoid optimistic lock and remove unused imports by @gradinarufelix in #34
- make things great again by @Devclaim in #36
- Document recursive comparison by @hedayati-m in #39
- FEATURE: Overview about missing and outdated translations for Documents and Collections by @mficzel in #35
New Contributors
- @Devclaim made their first contribution in #36
- @hedayati-m made their first contribution in #39
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- fix: Error when ReferenceNode is null on moveInto by @hphoeksma in #22
- FEATURE: Disable Authorization Checks by @gradinarufelix in #14
- BUGFIX: Retry three times and eventually return non-translated texts by @gradinarufelix in #23
- FEATURE: Eel Helper by @gradinarufelix in #17
- Task: make sure a correct uriPathSegment is created by @hphoeksma in #25
New Contributors
- @hphoeksma made their first contribution in #22
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- BUGFIX: Use correct neos/http-factories version by @gradinarufelix in #9
- BUGFIX: Allow explicit disabling of translation by @gradinarufelix in #8
- FEATURE: Add ignored terms by @gradinarufelix in #10
- BUGFIX: Don't break on misconfigured YAML by @rolandschuetz in #12
- TASK: Introduce phpcodesniffer by @mficzel in #18
- TASK: Improve sync process by @gradinarufelix in #20
New Contributors
- @rolandschuetz made their first contribution in #12
Full Changelog: v2.0.1...v2.1.0
Declare compatibility with Neos 7.x and 8.x
v2.0.1 BUGFIX: Correct typo in composer json
v2.0.0
What's Changed
- FEATURE: Implement strategies and add 'sync' strategy by @gradinarufelix in #3
New Contributors
- @gradinarufelix made their first contribution in #3
Full Changelog: v1.1.1...v2.0.0
v1.1.1 Handle languages with combined dimension values
What's Changed
Full Changelog: v1.1.0...v1.1.1
Add the configuration of `options.deeplLanguage` for languagePresets
What's Changed
Full Changelog: v1.0.0...v1.1.0
Initial release
v1.0.0 TASK: Add php 8 to test matrix