Skip to content

Releases: bedita/i18n

Release 3.2.0

01 Apr 16:07
18dc6a5
Compare
Choose a tag to compare

Main changes are:

  • Use embedded translations in relationships.translations.data array, if set, in I18n.field() helper method

Release 1.6.0

01 Apr 16:04
f38967f
Compare
Choose a tag to compare

Main changes are:

  • Use embedded translations in relationships.translations.data array, if set, in I18n.field() helper method. (backport from master)

Release 3.1.0

22 Jan 10:21
c34b959
Compare
Choose a tag to compare

Upgrade to CakePHP 4.2.*

Release 3.0.1

14 May 16:33
49d67ca
Compare
Choose a tag to compare

Main changes are:

  • I18nMiddleware disabled by default. The middleware throws an exception if missing some required configuration. To enable middleware $this->addPlugin('BEdita/I18n', ['middleware' => true]);

Release 3.0.0

06 May 10:43
135a57b
Compare
Choose a tag to compare

Main changes are:

  • take advantage of Plugin object to automatically add I18nMiddleware to middleware queue
  • I18nMiddleware now implements MiddlewareInterface
  • improve documentation

Release 2.0.0

19 Feb 11:45
8bde1ca
Compare
Choose a tag to compare

Compatible with CakePHP 4.0

Release 1.5.3

20 Dec 11:48
b8f7d2f
Compare
Choose a tag to compare

Main changes are:

  • Fix bug to avoid multiple redirect in I18nMiddleware with 'match' => '/' configuration
  • Coding style update after CakePHP CodeSniffer 3.3.0

Release 1.5.2

29 Oct 11:32
55d2c9b
Compare
Choose a tag to compare

Main changes are:

  • Avoid trailing slashes in I18nMiddleware redirects to improve SEO

Release 1.5.1

21 Oct 10:13
7238f2a
Compare
Choose a tag to compare

Main changes are:

  • fix parse problem with single quotes \' sequences

Release 1.5.0

29 Jul 16:30
9163a0c
Compare
Choose a tag to compare

Main changes are:

  • full support of latest CakePHP 3.8 release