Skip to content

Releases: XOOPS/xmf

XMF XOOPS Module Framework

02 Nov 18:51
Compare
Choose a tag to compare

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

11 Sep 17:35
Compare
Choose a tag to compare

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

13 Aug 23:47
Compare
Choose a tag to compare

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

07 Aug 03:00
Compare
Choose a tag to compare

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

28 Jul 20:21
Compare
Choose a tag to compare

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

15 Jul 01:17
Compare
Choose a tag to compare

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

31 May 20:48
Compare
Choose a tag to compare

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

30 Mar 16:15
Compare
Choose a tag to compare

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

28 Mar 22:27
Compare
Choose a tag to compare

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

07 Mar 22:45
Compare
Choose a tag to compare

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.