Releases: addwiki/mediawiki-api-base
Releases · addwiki/mediawiki-api-base
3.1.0
15 Oct 20:51
Compare
Sorry, something went wrong.
No results found
You can find the release notes in RELEASENOTES.md of this repository
3.0.0
23 Oct 08:56
Compare
Sorry, something went wrong.
No results found
You can find the release notes in RELEASENOTES.md of this repository
2.8.0
16 Feb 19:46
Compare
Sorry, something went wrong.
No results found
You can find the release notes in RELEASENOTES.md of this repository
2.7.0
15 Feb 23:57
Compare
Sorry, something went wrong.
No results found
You can find the release notes in RELEASENOTES.md of this repository
2.6.0
02 Feb 22:59
Compare
Sorry, something went wrong.
No results found
2.5.0
27 Nov 09:27
Compare
Sorry, something went wrong.
No results found
Token passed to action=logout api call, as now required by MediaWiki. PR #44 .
2.4.0
02 Nov 10:54
Compare
Sorry, something went wrong.
No results found
New MultipartRequest class added. PR #38 .
2.3.1
03 May 08:02
Compare
Sorry, something went wrong.
No results found
Version 2.3.1 (3 May 2017)
Don't fail on libxml errors if the RSD URL can still be found. PR #35 , Fixes T163527 .
2.3.0
27 Apr 15:50
Compare
Sorry, something went wrong.
No results found
Version 2.3.0 (27 April 2017)
All guzzle configuration settings can now be overridden in ClientFactory. #27
Requests that fail due to maxlag will be automatically retried. #28 . Fixes T143193 .
Added MediawikiApi::getApiUrl. #24
Debugging infomation now logged when login fails. #26
UsageException messages now include the error code and result the API returned. #31
Both formatversion=2 and old style API results supported #33
Fix MediawikiApi::newFromPage() fails on non-XML HTML . #34
Various CI improvements.
2.2.1
03 Aug 18:24
Compare
Sorry, something went wrong.
No results found
Version 2.2.1 (3 August 2016)
Cast SimpleXMLElements attributes as string in MediawikiApi::newFromPage()