Skip to content
This repository was archived by the owner on Mar 29, 2019. It is now read-only.

Commit 169284a

Browse files
committed
3.1.2 rel
1 parent 161dab8 commit 169284a

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

SemanticMaps.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
return 1;
1717
}
1818

19-
define( 'SM_VERSION', '3.2 alpha' );
19+
define( 'SM_VERSION', '3.1.2' );
2020

2121
if ( version_compare( $GLOBALS['wgVersion'], '1.19c', '<' ) ) {
2222
throw new Exception( 'This version of Semantic Maps requires MediaWiki 1.18 or above;'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"require": {
3333
"php": ">=5.3.0",
3434
"composer/installers": "1.*,>=1.0.1",
35-
"data-values/geo": "~1.0",
35+
"data-values/geo": "~1.1",
3636
"mediawiki/maps": "~3.2",
3737
"mediawiki/semantic-media-wiki": "~2.0",
3838
"mediawiki/validator": "~2.0"

docs/INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ These are the installation and configuration instructions for the [SemanticMaps]
2020
<td><a href="https://github.com/JeroenDeDauw/SemanticMaps/tree/master">master</a></td>
2121
</tr>
2222
<tr>
23-
<th><a href="https://github.com/JeroenDeDauw/SemanticMaps/blob/master/docs/RELEASE-NOTES.md">Semantic Maps 3.1.1</a></th>
23+
<th><a href="https://github.com/JeroenDeDauw/SemanticMaps/blob/master/docs/RELEASE-NOTES.md">Semantic Maps 3.1.2</a></th>
2424
<td>Stable release</td>
25-
<td>2014-09-14</td>
26-
<td><a href="https://github.com/JeroenDeDauw/SemanticMaps/tree/3.1.1">3.1.1</a></td>
25+
<td>2014-11-11</td>
26+
<td><a href="https://github.com/JeroenDeDauw/SemanticMaps/tree/3.1.2">3.1.2</a></td>
2727
</tr>
2828
<tr>
2929
<th><a href="https://github.com/JeroenDeDauw/SemanticMaps/blob/master/docs/RELEASE-NOTES.md">Semantic Maps 3.0.0</a></th>

docs/RELEASE-NOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
These are the release notes for the Semantic Maps extension.
22

3+
## Semantic Maps 3.1.2
4+
5+
Released on November 11th, 2014.
6+
7+
* Updated dependencies to latest versions.
8+
* Improved compatibility with Semantic MediaWiki 2.1.x.
9+
310
## Semantic Maps 3.1.1
411

512
Released on September 14th, 2014.

0 commit comments

Comments
 (0)