This repository was archived by the owner on Mar 29, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed
Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1616 return 1 ;
1717}
1818
19- define ( 'SM_VERSION ' , '3.2 alpha ' );
19+ define ( 'SM_VERSION ' , '3.1.2 ' );
2020
2121if ( version_compare ( $ GLOBALS ['wgVersion ' ], '1.19c ' , '< ' ) ) {
2222 throw new Exception ( 'This version of Semantic Maps requires MediaWiki 1.18 or above; '
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change 11These 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
512Released on September 14th, 2014.
You can’t perform that action at this time.
0 commit comments