Skip to content

Releases: nextras/secured-links

1.10.2

08 Dec 10:08
057b3d9
Compare
Choose a tag to compare

Changes:

  • fix "PHP 8 requires both annotation and attribute to create secured link by @haltuf in #42

Full Changelog: v1.10.1...v1.10.2

1.10.1

07 Dec 09:10
49ffce9
Compare
Choose a tag to compare

Changes:

  • fix compatibility with PHP < 8 by @haltuf in #39

Full Changelog: v1.10.0...v1.10.1

1.10.0

17 Nov 07:59
63c7481
Compare
Choose a tag to compare

Changes:

  • Add Secured as attribute for PHP >= 8.0 by @haltuf in #37

Full Changelog: v1.9.0...v1.10.0

1.9.0

24 Jan 07:51
6e11dd0
Compare
Choose a tag to compare
  • Sync SecuredLinksControlTrait::link() with nette/application 3.1.5+ by @natocTo in #34

Full Changelog: v1.8.0...v1.9.0

1.8.0

21 Oct 06:13
d4618db
Compare
Choose a tag to compare
  • Sync SecuredLinksControlTrait::link() with nette/application 3.1.4+ by @forgie1 in #31
  • Dropped support for PHP 7.1, library is PHP 7.2+ now

Full Changelog: v1.7.0...v1.8.0

1.7.0

20 Dec 14:45
Compare
Choose a tag to compare
  • PHP 8 support
  • replaced Travis CI with GitHub actions
  • session expiration can be configured

1.6.0

23 Jul 18:51
a99a7e5
Compare
Choose a tag to compare

New minor version is here! 🧶

1.5.1

05 Mar 19:14
e81e15f
Compare
Choose a tag to compare

Patch version is here! 🐎

1.5.0

12 Aug 14:44
Compare
Choose a tag to compare

Stable release is here! 🍌

  • minimal version is Nette Framework 3.0
  • implemented support for Nette Framework 3.0 - thanks @PavelJurasek
  • see full changelog

1.4.0

12 Sep 10:42
Compare
Choose a tag to compare

Stable release is here! 🍏

  • minimal version is PHP 5.6 & Nette Framework 2.4
  • increased CSRF token entropy
  • fixed support for typehinted parameters & their normalization
  • see full changelog