Luya Versions Save

LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.

2.3.1

3 months ago

2.3.1 (7. February 2024)

  • #2187 Fixed parameter placeholders in translations (bg, hu, ro)

Full Changelog: https://github.com/luyadev/luya/compare/2.3.0...2.3.1

2.3.0

1 year ago

2.3.0 (20. April 2023)

Check the UPGRADE document to read more about breaking changes.

  • #2165 Officially deprecated unit tests for php 7.0 and 7.1. Code is unchanged.
  • #2182 Ensure PHP 8.1 compatibility when TagParser::convertWithMarkdown() receives an empty value.

2.2.1

1 year ago

2.2.1 (5. October 2022)

  • #2159 Added missing option to create menu items with a scheme instead of relative paths.
  • #2152 Fix issue when creating a LUYA theme on Windows.

2.2.0

1 year ago

2.2.0 (25. May 2022)

  • #2147 PHP 8.1 compatibility
  • #2124 luya\validators\PhoneNumberValidator can now be used as standalone validator like this: (new PhoneNumberValidator())->validate('+411231245').

2.1.0

2 years ago

2.1.0 (27. April 2022)

  • #2123 Added new property $events to add custom events in luya\behaviors\JsonBehavior. F.e ['class' => JsonBehavior::class, 'events' => [NgRestModel::EVENT_AFTER_NGREST_FIND => 'decodeAttributes']].
  • #2118 Removed conflicting $attributeLabels property from DynamicModel (Yii provides this option since 2.0.35, therefore not required by LUYA anymore).

2.0.2

2 years ago

2.0.2 (7. December 2021)

  • #2113 Improve error handling for expected composition values configuration.
  • New translations for bg, fr, hu, pt and ro

2.0.1

2 years ago

2.0.1 (29. July 2021)

  • Forgot to adjust the LUYA Version Constant luya\Boot::VERSION.

2.0.0

2 years ago

2.0.0 (27. July 2021)

Check the UPGRADE document to read more about breaking changes.

  • #2068 Disabled the automatically register process of CSRF tokens. Since ActiveForms are widely used they register the CSRF token.
  • #2081 Removed deprecated methods and/or added a deprecation error trigger.
  • #2077 Fix issue with caching when using SVG widget and symbol names.
  • #2085 Option to disable language override by resolved composition content in UrlManager.
  • #2089 Ensure that scanDirectoryFiles() returns only files and not folders.

1.9.0

3 years ago

1.9.0 (11. February 2021)

  • #2074 Replace helpers with luya\yii-helpers library. Added testsuite 2.0 for php 8.0 and 7.0 tests.

1.8.0

3 years ago

1.8.0 (24. Novemeber 2020)

  • #2069 WebsiteLink does not prepend the URL protocol when an anchor link #foo-bar is provided.
  • #2067 Added new ['sort' => false] option to ExportHelper::csv() and ExportHelper::xls().