Skip to content

1.15.0

Compare
Choose a tag to compare
@boxblinkracer boxblinkracer released this 01 Jan 21:38
· 186 commits to main since this release

Changed

  • Updated to OpenAI model gpt-3.5-turbo-instruct because the old model gpt-3.5-turbo will be shut down.
  • The validation of a configuration does now throw an error if no Translation-Sets are defined.

Fixed

  • Fixed bug where the DuplicateContentRule validation didn't work for single-hierarchy storages like INI, ...
  • If an empty config value was provided, it did not correctly use the default phpunuhi.xml file.

Removed

  • Removed fake translator service. This was accidentally existed inside the code and factory, but was only meant for
    unit tests.