Release notes for Piece_Flow 1.9.0 (stable)
Release Date: 2007-05-28
A new release of Piece_Flow is now available.
What's New in Piece_Flow 1.9.0
- Plain Old PHP Object Support
- A user-defined class can be used as an action without subclassing Piece_Flow_Action.
See the following release notes for details.
Enhancements
Web Flow Engine
- Added a feature so that a user-defined class can be used as an action without subclassing Piece_Flow_Action. (Ticket #18)
- Updated invoke() and invokeAndTriggerEvent() so as to throw an exception if the method that will be called does not exist in an action class. (Ticket #20)

