Release Notes

Focus: bug fixes, feature enhancements, and maintenance

NB: THIS VERSION IS THE LAST SUPPORTING PHP 7.x.

Bug fix

  • Fix a number of issues to do with resource, basket, and ideas listing.

Feature enhancements

  • Added dictionary paging. For resource lists ordered by creator and title (or attachment when using advanced search to display only attachments), paging can now be set to dictionary (e.g., aardvark <—> batman, batmobile <—> kitten and so on) in MYWIKINDX.

Maintenance

  • Reduce the number of SQL statements required for resource lists (speeds up processing and reduces memory requirements).
  • Merge the SmartyMenu class with the MENU class and keep the menu handler inside the Smarty plugin (change in anticipation of Smarty 5).
  • Register a missing function for Smarty (array_key_exists).
  • Reimplementation for Smarty 4 of the SmartyMenu plugin as a function.