Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.09 KB

File metadata and controls

45 lines (25 loc) · 1.09 KB

Yii Translator PHP Message Storage Change Log

1.1.3 under development

  • no changes in this release.

1.1.2 December 06, 2025

  • Chg #69, #70: Change PHP constraint in composer.json to 8.0 - 8.5 (@vjik)
  • Bug #71: Fix yiisoft/translator version constraint in composer.json that prevents using Yii Translator versions higher than 3.0 (@vjik)

1.1.1 February 19, 2023

  • Enh #55: Add support of yiisoft/translator version ^3.0 (@vjik)

1.1.0 November 08, 2022

  • Chg #42: Remove package configuration (@vjik)
  • Enh #40: Raise minimum PHP version to ^8.0 (@vjik, @xepozz)
  • Enh #43: Add support of yiisoft/translator version ^2.0 (@vjik)

1.0.5 September 13, 2022

  • Fix #36: Fix alias name in config (@rustamwin)

1.0.4 January 10, 2022

  • Bug #34: Added support of language codes with digits (@darkdef)

1.0.3 October 18, 2021

  • Bug #31: Validate locale in file path (@darkdef)

1.0.2 September 07, 2021

  • Bug: Fix DynamicReference namespace (@samark)

1.0.1 June 21, 2021

  • Bug #28: Fix saving strings with quote (@darkdef)

1.0.0 May 13, 2021

  • Initial release.