Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Releases: WikibaseSolutions/WSArrays

WSArrays 5.0.1

22 Jul 10:22
@26 26
Compare
Choose a tag to compare

Update 5.0.1

  • Fix "undefined index" warnings in Parser.php

WSArrays 5.0

22 Jul 10:09
@26 26
Compare
Choose a tag to compare

Update 5.0

  • Written parser tests
  • Fixed many bugs, crashes and quirks
  • Removed #casibling and #casiblingvalue

WSArrays 3.5

02 Jul 10:14
@26 26
Compare
Choose a tag to compare

Update 3.5:

This update contains security patches. IT IS HIGHLY ADVISED YOU UPDATE TO THIS VERSION!

  • Fix XSS security issue in the ComplexArrayPrinter function. This XSS was possible, because the "isHTML" output parameter was user-controlled. This allowed attackers to insert arbitrary HTML (such as JavaScript) when editing a page. It would not get filtered by MediaWiki, because of the "isHTML" parameter was set.
  • Refactoring source files

WSArrays v3.4.1

31 Mar 12:41
@26 26
85d8463
Compare
Choose a tag to compare

Update 3.4.1

  • Automatically create a symbolic link from the SemanticMediaWiki result printer location to the ComplexArrayPrinter in the extension folder to make installation easier

WSArrays v3.4

17 Mar 11:21
@26 26
b68a951
Compare
Choose a tag to compare

Update v3.4

  • Added ComplexArrayDiff function
  • Bug fixes

WSArrays v3.2.4-stable

23 Jan 13:31
@26 26
e0245a0
Compare
Choose a tag to compare

Update v3.2.4

  • Fixed parsing issues

WSArrays v3.2.2-stable

23 Jan 12:09
@26 26
0ce2f1f
Compare
Choose a tag to compare

Update 3.2.2

  • Fixed some issues in ComplexArrayWrapper
  • Fix an issue where single values would get pushed as a subarray in ComplexArrayPushValue
  • Fix an issue where, when trying to print as markup, the ComplexArrayPrint class would execute a non-existent function

WSArrays v3.2.1

23 Jan 08:43
@26 26
4739b8e
Compare
Choose a tag to compare

Update 3.2.1

  • Fixed undefined offset notice
  • Fixed issue in Semantic ResultPrinter

WSArrays v3.1.1-stable

02 Jan 11:42
@26 26
8c9e541
Compare
Choose a tag to compare

Update 3.1.1

  • Remove broken class extension

WSArrays v3.1-stable

24 Dec 18:28
@26 26
9dc3410
Compare
Choose a tag to compare

Update v3.1-stable

  • Added ComplexArraySibling;
  • Added ComplexArraySiblingValue;
  • Some important bug fixes.

It is highly recommended you update to this version. This version also changed the ComplexArrayPrinter, which needs to be replaced in SemanticMediaWiki when you update to make sure you Wiki keeps working.