Skip to content

Releases: ingenerator/warden-ui-kohana

v3.1.0

16 Dec 10:58
7fe184c
Compare
Choose a tag to compare

Drops composer dependency on doctrine/annotations - not used by warden since warden-core:2.0.

Note that this may cause problems for projects that depend on doctrine/annotations without
themselves declaring this.

v3.0.0

25 Sep 16:42
af76133
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v3.0.0

v2.2.0

14 Feb 07:33
4618793
Compare
Choose a tag to compare

What's Changed

  • Ensure validation annotations are being read and validated by @craig410 in #25

Full Changelog: v2.1.0...v2.2.0

v2.1.0

08 Feb 14:13
0250a2b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

28 Jul 08:53
f5fe215
Compare
Choose a tag to compare

What's Changed

  • Migrate from Swift Mailer to Symfony mailer by @craig410 in #23
  • Support PHP 8.2

Full Changelog: v1.4.2...v2.0.0

Improve dependency config

24 Oct 15:13
ec3afb4
Compare
Choose a tag to compare

Merge up the fixes from 1.3.x into the 1.4 series:

  • Bump minimum supported swiftmailer to 6.3.0 and mark a conflict with egulias/email-validator before 3.0 (swiftmailer claims to support the 2.x series but in fact this is broken).

  • Remove direct dependency on symfony/validator and (dev) egulias/email-validator - these are already required in by dependencies e.g. ingenerator/warden-validator-symfony and so we don't actually need to directly require them. These dependencies were causing conflicts when ingenerator/warden-validator-symfony wanted to pull in a new symfony/validator release as a non-breaking change.

v1.4.1 Require updated egulias/email-validator

24 Oct 08:38
5817cd9
Compare
Choose a tag to compare

What's Changed

  • Require warden-validator-symfony ^1.2.1 by @craig410 in #19

Full Changelog: v1.4.0...v1.4.1

v1.3.1

24 Oct 14:52
01be71e
Compare
Choose a tag to compare

What's Changed

  • Remove direct deps on symfony/validator and egulias/email-validator by @acoulton in #20

Full Changelog: v1.3.0...v1.3.1

v1.4.0 Support PHP 8.1

17 Oct 10:46
860a8d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

Support PHP 8.0

21 Apr 20:21
4fa7138
Compare
Choose a tag to compare
Merge pull request #16 from ingenerator/support-php8

Support php8.0