Releases: Alexia/DynamicPageList
Releases · Alexia/DynamicPageList
3.0.12 Release
- Fixed SQL debug output being broken.
- Fixed E_NOTICE attempting to access null as an array.
- Fixed #dplreplace throwing errors if parameters were not passed.
3.0.11 Release
- Fixed a bug introduced in 3.0.10 related to database regular expressions.
- Fixed empty category headings throwing warnings.
- Fixed the #dplmatrix parser function throwing errors if the sixth parameter was omitted.
3.0.10 Release
- Really fixed ordermethod=firstedit this time thanks to cillianderoiste.
- Fixed a warning that could occur in uncommon cases.
- Fixed and improved parameters that take regular expressions.
- Regular expressions are now validated to prevent warnings from being tossed and DPL will now provide a generic error that the parameter was bad.
- Fixed various uses of deprecated language function calls.
3.0.9 Release
- Fixed interaction with Extension:HitCounters that was causing a fatal exception.
- Fixed language string used to display numbers from Extension:HitCounters.
- Added support for mode=gallery.
- Fixed ordermethod=category where it no longer times out.
- Fixed minrevisions tag causing SQL error.
- Fixed ordermethod=firstedit. It now sorts in the correct direction.