This repository has been archived by the owner on Sep 12, 2022. It is now read-only.
Releases: WikibaseSolutions/WSArrays
Releases · WikibaseSolutions/WSArrays
WSArrays 5.0.1
WSArrays 5.0
Update 5.0
- Written parser tests
- Fixed many bugs, crashes and quirks
- Removed #casibling and #casiblingvalue
WSArrays 3.5
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
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
Update v3.4
- Added ComplexArrayDiff function
- Bug fixes
WSArrays v3.2.4-stable
Update v3.2.4
- Fixed parsing issues
WSArrays v3.2.2-stable
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
Update 3.2.1
- Fixed undefined offset notice
- Fixed issue in Semantic ResultPrinter
WSArrays v3.1.1-stable
Update 3.1.1
- Remove broken class extension
WSArrays v3.1-stable
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.