Skip to content

Commit f83ee20

Browse files
Xymphwaldyrious
authored andcommitted
Prepare for v0.13.0 release
1 parent 97b51a9 commit f83ee20

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Since v0.10.0 this project adheres to [Semantic Versioning](http://semver.org/)
44

55
### Upcoming version
66

7+
No changes yet.
8+
9+
### Version 0.13.0 - 2021-07-05
10+
711
#### Added
812

913
* Added more debug logging of MediaWiki requests and responses ([#101], [#106])

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ It currently consists of three classes:
66
* **WikiFile** – Provides an interface to downloading/uploading files and getting their properties.
77

88
The [latest released version](https://github.com/hamstar/Wikimate/releases) of Wikimate
9-
is v0.12.0, released on Feb 3, 2017.
9+
is v0.13.0, released on Jul 5, 2021. It requires MediaWiki v1.27 or newer.
1010
See [CHANGELOG.md](CHANGELOG.md) for the detailed version history.
1111

1212
## Installation
@@ -26,7 +26,7 @@ Then, download Wikimate, and initialise it by running `composer install` (or
2626
To use Wikimate within another project, you can add it as a composer dependency
2727
by adding the following to your `composer.json` file:
2828

29-
"hamstar/Wikimate": "0.12.0"
29+
"hamstar/Wikimate": "0.13.0"
3030

3131
## Usage
3232

Wikimate.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/// =============================================================================
33
/// Wikimate is a wrapper for the MediaWiki API that aims to be very easy to use.
44
///
5-
/// @version 0.12.0
5+
/// @version 0.13.0
66
/// @copyright SPDX-License-Identifier: MIT
77
/// =============================================================================
88

@@ -17,7 +17,7 @@ class Wikimate
1717
/**
1818
* @var string The current version number (conforms to http://semver.org/).
1919
*/
20-
const VERSION = '0.12.0';
20+
const VERSION = '0.13.0';
2121

2222
const TOKEN_DEFAULT = 'csrf';
2323
const TOKEN_LOGIN = 'login';

0 commit comments

Comments
 (0)