Skip to content

Tags: SkyLundy/Fluency

Tags

v2.3.0

Toggle v2.3.0's commit message
Version 2.3.0 Add new hooks, improve documentation, add new DTO method

v2.2.0

Toggle v2.2.0's commit message
Add ProcessWire language name to ConfiguredLanguageData object

v2.1.1

Toggle v2.1.1's commit message
Version bump, update release notes for bugfix on previous commit

v2.1.0

Toggle v2.1.0's commit message
Update documentation and change translation cache expiry to expireNever.

Add source language select on language translator pages to allow
translating to a language where the source language differs from the
default language, Update PHP files to follow PSR-12 fomratting
standards, consolidate namespace declarations/usage. Additional
namespace consolidation and cleanup, Additional features, code
improvement, and bugfixes. Version bump, update release notes

v2.0.0

Toggle v2.0.0's commit message
Version bump to 2.0

v1.0.9

Toggle v1.0.9's commit message
Version bump to 1.0.9, update changelog, add PW forum link to readme,…

… Add additional checks and config resets for resetEngineData during upgrade

v1.0.8

Toggle v1.0.8's commit message
Version bump to 1.0.8 - Apply hotfixes

v1.0.7

Toggle v1.0.7's commit message
Move initialization methods to init(), remove call to method that doe…

…s not exist

v1.0.6

Toggle v1.0.6's commit message
Move initialization methods to init(), remove call to method that doe…

…s not exist

v1.0.5

Toggle v1.0.5's commit message
Fix return value for getConfiguredLanguages method that would cause an

exception in some instances. Fluency now boots the translation engine
outside of the admin in case $fluency is used outside of the admin. Fix
link rendering issue. Update CHANGELOG.md