Skip to content

XMF XOOPS Module Framework

Compare
Choose a tag to compare
@geekwright geekwright released this 02 Dec 03:53
· 110 commits to master since this release
9e5b8b9

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.18 includes:

  • PHP 7.4 ready
  • fix error in Database\Table::loadTableFromYamlFile()
  • add Uuid::packAsBinary() and Uuid::unpackBinary() methods
  • add Module/Helper/GenericHelper::uploadPath() and uploadUrl() methods
  • add proxy support in IPAddress::fromRequest();