Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Releases: userfrosting/fortress

4.5.0

21 Apr 00:45
5574da7
Compare
Choose a tag to compare
  • Updated dependencies

4.4.1

28 Dec 19:47
8102e5a
Compare
Choose a tag to compare
  • Replaced Travis with GitHub Action for build
  • Upgrade deprecation in tests

4.4.0

18 Mar 01:22
30f04cd
Compare
Choose a tag to compare
  • Added support for UserFrosting/i18n 4.4.0
  • Fix bad param when loading YAML from RequestSchema
  • Enables extension of the RequestDataTransformer class by allowing implementation of a custom transformField function (#29)
  • Changed private method into protected ones to improve extensibility (#30)

4.3.0

22 Jun 22:06
148df3a
Compare
Choose a tag to compare
  • Dropping support for PHP 5.6 & 7.0
  • Updated dependencies
  • Updated PHPUnit to 7.5

4.2.2

29 Mar 01:30
f0e4de4
Compare
Choose a tag to compare
  • Fix error if custom validator doesn't provides a message.
  • Removed broken and deprecated RequestSchema::loadSchema method.
  • 100% Test coverage ([#24])

4.2.1

13 Jan 23:19
4e0d947
Compare
Choose a tag to compare
  • Fix issue with ResourceLocator

4.2.0

13 Jan 22:13
80dba3e
Compare
Choose a tag to compare
  • Updated Dependencies for 4.2

4.1.3

11 Jan 01:41
c2f9509
Compare
Choose a tag to compare
  • Fix warning with PHP 7.3

4.1.2

14 Nov 02:46
74617cf
Compare
Choose a tag to compare
  • Updated Run Method to add NameSpace Array (#23)

v4.1.1

11 Jul 02:43
Compare
Choose a tag to compare

Properly recognize schema keys with no content in RequestDataTransformer (userfrosting/UserFrosting#766)