Skip to content

Releases: hamstar/Wikimate

v1.1.0

30 Jul 22:51
e1ceb2a
Compare
Choose a tag to compare

Changes included in this release:

  • Added a new undelete() method
  • Added support for the API's deletetalk parameter in the delete() methods based on a new mechanism to handle version-dependent parameters of API modules
  • Updated the dependency on rmccue/requests to v2.x
  • Resolved several warnings
  • Improved code formatting and commenting

For more details on these changes, including links to the corresponding pull requests, please check the Changelog.

v1.0.0

05 Sep 15:06
8d71b71
Compare
Choose a tag to compare

This release completes Wikimate's initial development phase and:

  • makes two small backwards incompatible changes to error handling in the API;
  • removes the globals.php file in lieu of Composer's regular autoloading;
  • adds the new WikimateException class for API communication errors;
  • centralizes API communication checks and debug logging; and
  • adds contribution guidelines and makes numerous other documentation improvements.

It requires MediaWiki v1.27 or newer. For more details on these changes, including links to the corresponding pull requests, please check the Changelog.

v0.15.0

26 Aug 10:53
bc4135d
Compare
Choose a tag to compare

This release adds new file revert methods and the logout method, remembers the CSRF token to reduce API calls, and fixes the user agent format. Since v0.13.0 Wikimate requires MediaWiki v1.27 or newer. For more details on these changes, including links to the corresponding pull requests, please check the Changelog.

v0.14.0

24 Aug 09:04
e562299
Compare
Choose a tag to compare

This release adds support for the maxlag parameter and for getting/setting the user agent, changes API calls from deprecated PHP format to JSON format, and improves PHPDoc commentary and USAGE.md. Since v0.13.0 Wikimate requires MediaWiki v1.27 or newer. For more details on these changes, including links to the corresponding pull requests, please check the Changelog.

v0.13.0

05 Jul 19:16
b879818
Compare
Choose a tag to compare

This release modernizes token handling for API interactions, adds more debug logging, adds governance documentation, and collects minor improvements into a stable release. It requires MediaWiki v1.27 or newer. For more details on these changes, including links to the corresponding pull requests, please check the Changelog.

v0.12.0

03 Feb 20:20
Compare
Choose a tag to compare

This release adds the new class WikiFile to retrieve the properties and history of a file, download and upload its contents, and delete a file or an older revision of it.

v0.11.0

16 Nov 13:50
Compare
Choose a tag to compare

This version collects better section support, restructured and expanded documentation, a sizable number of bug fixes, and other improvements into a stable release.

v0.10.0

24 Jun 06:07
Compare
Choose a tag to compare

This release marks the switchover from shubers curl library to rmmcue's Requests library which is more maintained.

Thanks to @samwilson for the upgrade!

v0.9.0

12 Jun 23:44
Compare
Choose a tag to compare
bump to v0.9

The version number hasn't been changed since 2011, and there have been a few commits done.  Bumping this to v0.9 before we add modifications on #22.