Skip to content

Releases: addwiki/mediawiki-api-base

3.0.0

23 Oct 08:56
Compare
Choose a tag to compare

You can find the release notes in RELEASENOTES.md of this repository

2.8.0

16 Feb 19:46
Compare
Choose a tag to compare

You can find the release notes in RELEASENOTES.md of this repository

2.7.0

15 Feb 23:57
Compare
Choose a tag to compare

You can find the release notes in RELEASENOTES.md of this repository

2.6.0

02 Feb 22:59
Compare
Choose a tag to compare
Publishing tag 2.6.0

2.5.0

27 Nov 09:27
a4bce0d
Compare
Choose a tag to compare
  • Token passed to action=logout api call, as now required by MediaWiki. PR #44.

2.4.0

02 Nov 10:54
Compare
Choose a tag to compare
  • New MultipartRequest class added. PR #38.

2.3.1

03 May 08:02
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

Version 2.2.1 (3 August 2016)

  • Cast SimpleXMLElements attributes as string in MediawikiApi::newFromPage()

1.1.1

20 Jul 08:51
Compare
Choose a tag to compare

Version 1.1.1 (20 July 2016)

  • Issue with README fixed