This version adds one new tag in MODX and some bug fixes.
MODX is the format used for distributing modifications, therefore this announcement is primarily aimed at MOD authors. We require all modifications submitted for validation after this announcement to use MODX 1.2.6.
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.6.
Required changes
Luckily for MOD authors, this release of MODX is fully backwards compatible.
If you don't want to use the new github tag you 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.5.xsd">
Code: Select all
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://www.phpbb.com/mods/xml/modx-1.2.6.xsd">
http
to https
.Full changelog
- [Feature] Ticket #62896 Added github tag to "About this MOD". To link to the MOD repo at github.
- [Fix] Ticket #62844 "Find and Delete" and "In-line Find and Delete was not translated.
- [Fix] nodeValue is deprecated, replaced with value.
- [Fix] Bug #62705 Page title and heading would not change when language was switched with the language select.
Development of MODX and tools related to it takes place at github. There is an git 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 Teams tracker.
Support
Support can be obtained at the [3.0.x] MOD Writers Discussion forum or the MODX section in the MODDB.
The Modifications Team