Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.69 KB

CHANGELOG.md

File metadata and controls

54 lines (42 loc) · 1.69 KB

Changelog

v1.1.0 - TBD

v1.1.0 - 2023-07-10

  • #113 Added PHP 8.2 support by @kokspflanze

1.0.0 - 2022-11-21

  • #112 Switch to GitHub Actions by @demiankatz
  • #110 Updated dependencies and added support for PHP 8 by @kokspflanze

v0.5.0 - 2020-09-09

  • #104 Run tests for php 7.2 and 7.3
  • #106 Added a view-helper to get the primary-language
  • #105 Fixed locale url change, from default locale to other locale
  • #107 Added Laminas support
  • #108 Added tests for php74

v0.4.1

  • #99 fixed #26 unit testing applications using SlmLocale

v0.4.0

  • #103 UriPathStrategy don't redirect to default locale

v0.3.0

  • #95 Added zend-mvc v3 support and removed zf2 support
  • #97 Added new AssetStrategy to disable localization for assets

v0.2.1

  • #91 Fixed UriPathStrategy factory and StrategyPluginManager config

v0.2.0

  • Updated to support ZendFramework Service manager v3 and ZendFramework Event Manager v3

v0.1.0

First public stable release

  • Rewrite of internal detector events
  • Update of all available strategies
  • Compliant with coding standards
  • All covered with unit tests