revIgniter v2.0.0 has been released. This major release introduces backwards incompatible changes: Libraries, Helpers, Plugins (now Helpers), Models and Hooks have been converted to script only stacks. So, script local variables in these libraries are finally not shared all over the whole application anymore. The number of reserved names has been reduced considerably by combining most global variables into one single array variable. There is no differentiation anymore between Helpers and Plugins, Plugins were converted to Helpers. Removed all the ballast (which accumulated over the last 10 years) dealing with backward compatibility, revIgniter requires now LC server version 8.1 or higher.
To update your current application please see the Update Instructions.
To get more informations please read the Change Log of the User Guide.
Posted on Monday, February 18, 2019
revIgniter v1.10.3 has been released. This is just a maintenance release which fixes a couple of issues discovered while working on the next major release. To get more informations please read the Change Log of the User Guide.
If you are running revIgniter please see the Update Instructions.
Posted on Friday, January 4, 2019
revIgniter v1.10.2 has been released. This release adds digest types “SHA-384” and “SHA-512” to the JWT helper. It adds a SHA3 prepping handler to form validation and fixes two issues. To get more informations please read the Change Log of the User Guide.
If you are running revIgniter please see the Update Instructions.
Posted on Monday, November 12, 2018