Skip to content

Releases: revig/revigniter

Release v2.4.4

13 Oct 14:21
Compare
Choose a tag to compare

This version fixes annoying issues in the user guide and makes adjustments to the styles of the error messages.

Release v2.4.2

29 Aug 20:12
Compare
Choose a tag to compare

Adapted the pagination library so that it can be used with ASYNergy.

Release v2.4.1

07 Jul 11:02
Compare
Choose a tag to compare

Fixed missing parameter in function declaration of function rigFormValidRun().

Release v2.4.0

29 Jun 19:28
Compare
Choose a tag to compare

This release adds a new ASYNergy library that connects revIgniter with the ASYNergy JavaScript application.

Release v2.3.4

26 Dec 11:05
Compare
Choose a tag to compare

This maintenance release includes minor improvements, as well as bug fixes related to JSON data processing and default controllers located in subfolders.

Release v2.3.3

21 Dec 12:14
Compare
Choose a tag to compare

The JSON Web Token helper has been revised. You can now sign tokens with an asymmetric signing algorithm using RSA public/private key pairs. The Input library has been revised. This means that LC arrays can now be posted without having to use the libURLFormData() function. Also, JSON data can be posted using libURLFormData(), which was as yet not possible.

Release v2.3.2

21 Dec 12:10
Compare
Choose a tag to compare

This release fixes an issue related to custom stacks. It turned out that stack names must match stack file names. This was unintentionally introduced in version 2.2.1.

Release v2.3.1

18 Nov 13:29
Compare
Choose a tag to compare

This release fixes an issue with bot detection and with preloading fonts. Furthermore it extends the CSP directives/settings.

Release v2.3.0

13 Nov 14:45
Compare
Choose a tag to compare

This release adds Content Security Policy headers and bot detection.

2.2.1

16 Aug 16:15
Compare
Choose a tag to compare

Adding configuration and debugging code to custom stacks is now optional.