Releases: swissspidy/performant-translations
Releases · swissspidy/performant-translations
v1.2.0
What's Changed
- Use slug in generator tag instead of plugin name by @westonruter in #174
- Remove now obsolete code by @swissspidy in #173
New Contributors
- @westonruter made their first contribution in #174
Full Changelog: v1.1.2...v1.2.0
v1.1.2
- Fixed a minor regression when assembling file paths to look up.
Full Changelog: v1.1.1...v1.1.2
v1.1.1
- Fixed: Addressed a slight performance regression in 1.1.0.
- Fixed: Addressed an issue with incorrect plural forms for certain locales.
Full Changelog: v1.1.0...v1.1.1
v1.1.0
- Enhancement: Support for this functionality existing in WordPress 6.5.
- Enhancement: Added hardening for file paths not being strings because of a faulty plugin filter.
- Enhancement: Invalidate OPcache after writing PHP files.
- Enhancement: Improve compatibility with pluralized strings referenced as singulars.
Full Changelog: v1.0.9...v1.1.0
v1.0.9
- Improved compatibility with WPML string translation add-on by hooking into
wpml_st_translation_file_updated
Full Changelog: v1.0.8...v1.0.9
v1.0.8
What's Changed
- Fix/backport unload logic by @swissspidy in #119
- Add workaround for potential file permission issues by @swissspidy in #109
Full Changelog: v1.0.7...v1.0.8
v1.0.7
What's Changed
- Fix translation file order by @swissspidy in #115
- Regenerate all core translation files upon translation update by @swissspidy in #116
Full Changelog: v1.0.6...v1.0.7
v1.0.6
1.0.5
1.0.4
What's Changed
- Set parsed flag as early as possible by @swissspidy in #79
- Use null coalescing operator to improve code readability by @swissspidy in #85
- Use different file extension to prevent conflicts by @swissspidy in #84
- Re-load existing translation file if it exists by @swissspidy in #90
- Use WP Filesystem API if available by @swissspidy in #66
Full Changelog: v1.0.3...v1.0.4