This version adds several optional parameters in MODX and some minor bug fixes.
MODX is the format used for distributing modifications, therefore this announcement is primarily aimed at MOD authors. We will require all modifications submitted after this announcement to use MODX 1.2.5.
How to get it
As always, you can obtain the latest version of MODX at the MODX Resource Centre. Additional information and files can be found there too.
MODX Creator has been updated to MODX 1.2.5.
Required changes
Luckily for MOD authors, this release of MODX is almost fully backwards compatible.
If your install file contains the link attribute php-installer you need to replace that with the new php-installer tag.
Those of you that did not have time yet to use that attribute only need to include the revised XSL file and change this:
- Code: Select all
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.2.4.xsd">
- Code: Select all
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.2.5.xsd">
Full changelog
- [FIX] Removed php-installer as link attribute and added it as a tag in the actions group.
- [FEATURE] Added delete tag group for deleting files and directories.
- [FEATURE] Added link to the ISP page at phpbb.com.
- [FEATURE] Added <remove> and <inline-remove> to the action group.
Development
Development of MODX and tools related to it takes place at the code forge. There is an SVN repository there for those who would like to follow the development.
Bugs
If you encounter any problems, we'd highly appreciate it if you reported them to the MOD Team Tools bug tracker.
The Modifications Team


