Releases: XOOPS/xmf
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.
v0.4.1: Minor fixes
- static:: instead of ClassName:: - doc block fixes - incorrect result from GenericHelper when not 2.5 - add default to some get() like methods
v0.4.0: Cleanup from review during documentation
- Docblock tweaks, some visibility changes - Move module aware helpers to Xmf\Module\Helper - Dump Krumo add Kint
Library update
Library updates and documentation fixes
Review Fixes
v0.3.4 Review Items
Cleanup
Minor fixes
v0.3.2: Minor refactor for Metagen
- expose checkStopWords() as public - simplify assigning generated meta values - make all mbstring calls conditional
Another cleanup round
Formatting, scrutinizer-ci suggestions
Cleanup Review
- spelling - docblock issues - visibility and inheritance review - add .scrutinizer.yml
Adding IPAddress
Xmf\IPAddress provides IPV6 aware handling for basic IP address requirements.
Also, includes minor cleanups.