Skip to content

3.1.0 Release

Compare
Choose a tag to compare
@Alexia Alexia released this 13 Mar 21:30
· 106 commits to master since this release
  • Update to WikiPage and ContenHandler classes for article modifications.
  • Swap out deprecated NS_IMAGE define for NS_FILE.
  • Fix issue with an issue with a parameter not always being an array passed into array merge. - Thanks to plegault3397 and Developaws.
  • Improved performance of lastrevisionbefore/firstrevisionsince for small result sets. - Thanks to Cotto.
  • Fixed issue with ORDER BY sort direction not applying to all columns and only the last column. - Thanks to Cotto.
  • Ability to user relative timestamps for limiting query results. Best used with allowcachedresults=false. - Thanks to Cotto.