Releases: XOOPS/xmf
XMF XOOPS Module Framework
XOOPS Module Framework is a selection of classes and supporting files intended to help simplify many of the routine tasks commonly needed in module development.
Release v1.2.0 includes:
- Separates the stop word logic from MetaGen into a new StopWords class
- Deprecates MetaGen::checkStopWords()
XMF XOOPS Module Framework
XOOPS Module Framework is a selection of classes and supporting files intended to help simplify many of the routine tasks commonly needed in module development.
Release v1.1.4 includes:
#17 Handle non-ascii text in Metagen::generateKeywords()
XMF XOOPS Module Framework
XOOPS Module Framework is a selection of classes and supporting files intended to help simplify many of the routine tasks commonly needed in module development.
Release v1.1.3 includes:
Fix #15 XoopsRequest class not found in StripSlashesRecursive method
XMF XOOPS Module Framework
XOOPS Module Framework is a selection of classes and supporting files intended to help simplify many of the routine tasks commonly needed in module development.
Release v1.1.2 includes:
- Fix #13 Can't check isUserAdmin on Anonymous
XMF XOOPS Module Framework
XOOPS Module Framework is a selection of classes and supporting files intended to help simplify many of the routine tasks commonly needed in module development.
Release v1.1.1 Changes for upstream updates
- firebase/php-jwt to 4.0.0
- Bump min PHP to 5.3.9 to allow symfony/yaml 2.8.*
XMF XOOPS Module Framework
XOOPS Module Framework is a selection of classes and supporting files intended to help simplify many of the routine tasks commonly needed in module development.
Release v1.1.0 Changes
- Add Xmf\Database\Migrate class to provide schema synchronization capabilities for modules.
- Bug fixes in Xmf\Database\Tables including option to disable automatic quoting of values in update() and insert() to support using column functions instead of only scalars
XMF XOOPS Module Framework
XOOPS Module Framework is a selection of classes and supporting files intended to help simplify many of the routine tasks commonly needed in module development.
Release v1.0.2 Changes
- fixes an issue with incorrect file path validation
- add method Request::hasVar()
XMF XOOPS Module Framework
XOOPS Module Framework is a selection of classes and supporting files intended to help simplify many of the routine tasks commonly needed in module development.
This release includes minor cleanups to match changes in XOOPS/XoopsCore25
XMF XOOPS Module Framework
XOOPS Module Framework is a selection of classes and supporting files intended to help simplify many of the routine tasks commonly needed in module development.
XMF XOOPS Module Framework
XOOPS Module Framework is a selection of classes and supporting files intended to help simplify many of the routine tasks commonly needed in module development.
RC2 fixes a an issues found in Xmf\FilterInput.