This repository has been archived by the owner on Apr 5, 2020. It is now read-only.
Releases: xp-framework/scriptlet
Releases · xp-framework/scriptlet
9.2.2: Compatibility release
9.2.1: PHP 7.2 compatibility
Cancel state handling in its setup method
- Allows to cancel further handling of state after setup - @johannes85
Cancel state handling in its setup method (backport)
- Allows to cancel further handling of state after setup (backport from 9.x.x) - @johannes85
Cancel state handling in its setup method (backport)
- Allows to cancel further handling of state after setup (backport from 9.x.x) - @johannes85
9.1.1: POST data fix
- Fixed HTTP POST data processing in xp-forge/web adapter - @thekid
9.1.0: xp-forge/web adapter
9.0.0: XP9 Compatibility
8.4.6: Refactor typeof()
- Refactored code to use
typeof()
instead ofxp::typeOf()
, see
xp-framework/rfc#323
(@thekid)
8.4.5: Exception handling fix
- Merged pull request #22: Fix for global exception handling
(@johannes85)