Skip to content

Releases: yiisoft/yii-middleware

Version 1.1.0

10 Jun 07:52
1.1.0
4c21fd7

Choose a tag to compare

  • Chg #129: Bump PHP minimal version to 8.1 and refactor code to use new features (@DAGpro)
  • Chg #129: Change PHP constraint in composer.json to 8.1 - 8.4 (@DAGpro)
  • Chg #129: Bump yiisoft/router version to ^4.0 (@DAGpro)
  • Chg #129: Bump yiisoft/session version to ^3.0 (@DAGpro)
  • Chg #130: Bump minimal version of yiisoft/cookie to ^1.2.3 (@vjik)
  • Chg #132: Mark CorsAllowAll, ForceSecureConnection, HttpCache and TagRequest middlewares as deprecated (@vjik)
  • Enh #130: Allow to use PSR-20 clock interface to get current time into Locale middleware (@vjik)
  • Bug #129: Explicitly mark nullable parameters (@DAGpro)

Version 1.0.4

03 Sep 19:34
1.0.4
b2a8157

Choose a tag to compare

  • Enh #121: Add network-utilities dependency and use it instead of validator for IpFilter (@arogachev)
  • Enh #121: Add support for validator of version 2.0, mark it as deprecated (@arogachev)

Version 1.0.3

06 Jun 07:04
1.0.3
d196fa7

Choose a tag to compare

Version 1.0.2

06 Oct 11:29
1.0.2
747e731

Choose a tag to compare

  • Enh #103: Add Access-Control-Expose-Headers: * to CorsAllowAll (@xepozz)
  • Bug #105: Fire SetLocaleEvent and prepare URL generator in Locale before handle request (@vjik)
  • Bug #112: Check ignored requests earlier and do not set default locale (@g-rodigy)

1.0.1

04 Jun 21:44
1.0.1
8c001b1

Choose a tag to compare

  • Chg #95: Remove unused network utilities dependency (@arogachev)
  • Bug #96: Fix unexpected redirects from Locale middleware on GET requests (@vjik)
  • Bug #97: Don't search locale in cookies when $cookieDuration is null (@vjik)