Skip to content

Releases: XOOPS/xmf

XMF XOOPS Module Framework

05 Dec 05:41
4b3222d
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.29 includes:

  • Updates to library dependencies
  • refine ULID spport
  • cosmetic and code improvements

XMF XOOPS Module Framework

01 Nov 01:58
7f383f7
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.28 includes:

  • Updates to library dependencies
  • PHP 8.0 Error Suppression operator issues
  • Handle case of no permissionHandler found
  • Adds ULID spport
  • cosmetic and code improvements

XMF XOOPS Module Framework

19 Mar 16:09
c52381b
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.27 includes:

  • Update to firebase/php-jwt 6.0.0

XMF XOOPS Module Framework

16 Apr 20:46
8987315
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.26 includes:

  • Add Xmf\Module\Helper\Permission::getItemIds($gperm_name, $gperm_groupid)
  • Use new module version in XoopsCore25
  • Fix issues in Xmf\Database\Tables and Xmf\Database\Migrate
  • Fix some issues related to new PHP versions

XMF XOOPS Module Framework

07 May 16:39
0f73d7c
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.25 includes:

  • add \Xmf\Module\Admin::renderNavigation() method

XMF XOOPS Module Framework

26 Mar 02:40
4dcdf96
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.24 includes:

Fixes for PHP 5.3 compatibility

XMF XOOPS Module Framework

16 Feb 00:48
d84ac79
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.23 includes:

Additional fix in Debug for Kint 3.3

XMF XOOPS Module Framework

14 Feb 02:15
beefd06
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.22 includes:

  • fixes in Debug for Kint 3.3

XMF XOOPS Module Framework

13 Feb 23:55
b842b55
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.21 includes:

  • Library updates
  • XOOPS standardization
  • Minor code cleanups

XMF XOOPS Module Framework

18 Aug 19:16
fc73db4
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.20 includes:

  • \Xmf\Module\Helper\AbstractHelper::serializeForHelperLog() fix logging of a resource type
  • Unit test updates for latest version of Webmozart\Assert