Skip to content

Releases: mzur/kirby-uniform

v3.3.1

08 Nov 17:12
Compare
Choose a tag to compare

Added:

  • Section about CSRF tokens and cached pages in the answers section of the docs ( #144 )

Fixed:

  • Instances where kirby-form handled field rule arrays incorrectly

v3.3.0

14 Oct 15:20
Compare
Choose a tag to compare

Added:

Fixed:

  • Exceptions thrown by Kirby's email helper are now properly catched by the EmailAction ( #140 )
  • File fields now work properly with (or without) required ( #142 )

v3.2.1

19 Sep 19:20
Compare
Choose a tag to compare

Fixed:

  • Upload action documentation
  • Argument handling of the mime validator ( #139 )

v3.2.0

20 Aug 10:27
Compare
Choose a tag to compare

Added:

  • New file upload action ( #113 )

v3.1.0

29 Jun 16:20
Compare
Choose a tag to compare

Added:

  • Better error handling in the EmailAction ( #132 )

Fixed:

  • Definition of the honeypot field for things like password managers ( #127 )

v3.0.1

20 Feb 18:04
Compare
Choose a tag to compare

Features:

  • Data sent by the WebhookAction is now easily customizable ( docs )
  • Support for multiple static forms on the same page ( docs )

Fix:

  • New Composer installation instructions so Uniform is loaded in the Panel as well ( #120 )
  • Removed dev dependencies from the bundled autoloader ( #121 )

v3.0.0

30 Jan 16:38
Compare
Choose a tag to compare

Uniform has been completely rewritten, is more reliable, tested, modular, easier to use and better documented.

Uniform v2.3 was moved to the v2 branch and will be supported with bugfixes there.

Head over to Read the Docs for the full documentation and the upgrade guide.

Changes since v3.0.0-beta2:

  • The TokenMismatchException is now thrown only if the debug mode is enabled
  • Some improvements to the docs

v3.0.0-beta2

12 Jan 13:57
Compare
Choose a tag to compare
v3.0.0-beta2 Pre-release
Pre-release

Features:

  • French translation
  • Spanish translation
  • SessionStoreAction

Changes:

  • The csrf_field helper can now be called multiple times without invalidating previous CSRF fields/tokens

Fix:

  • Loading of language files in a multi language setup
  • Some form data was not accessible in an email snippet

v3.0.0-beta

27 Dec 09:37
Compare
Choose a tag to compare
v3.0.0-beta Pre-release
Pre-release

This is the beta release of the completely rewritten Uniform v3. This version is based on the solid foundation of kirby-form, more object oriented, modular and tested.

Uniform v2.3 was moved to the v2 branch and will be supported with bugfixes there.

Head over to Read the Docs for the full documentation and the upgrade guide.

v2.3

14 Dec 19:20
Compare
Choose a tag to compare

This will be the final release of Uniform v2 (not counting possible bugfixes). Uniform v3 is under active development and will be released soon.

New features: