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

Commit 67a9b86

Browse files
authored
Merge pull request #125 from SemanticMediaWiki/bye342
Make 3.4.2 farewell release
2 parents 6eb4be0 + 11327d9 commit 67a9b86

File tree

4 files changed

+17
-12
lines changed

4 files changed

+17
-12
lines changed

INSTALL.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ These are the installation and configuration instructions for the [SemanticMaps]
66

77
## Versions
88

9-
Note that Semantic Maps 3.4.x is the last release of Semantic Maps as a dedicated extension. It has been
9+
Note that Semantic Maps 3.4.2 is the last release of Semantic Maps as a dedicated extension. It has been
1010
merged into the [Maps](https://github.com/JeroenDeDauw/Maps) extension, where development continues. All features
11-
available in Semantic Maps 3.4.x are now available in Maps 4.0.x!
11+
available in Semantic Maps 3.4.2 are now available in Maps 4.0 and later!
1212

1313
<table>
1414
<tr>
@@ -18,9 +18,9 @@ available in Semantic Maps 3.4.x are now available in Maps 4.0.x!
1818
<th>Git branch</th>
1919
</tr>
2020
<tr>
21-
<th><a href="RELEASE-NOTES.md">Semantic Maps 3.4.x</a></th>
22-
<td>Stable release</td>
23-
<td>Future</td>
21+
<th><a href="RELEASE-NOTES.md">Semantic Maps 3.4.2</a></th>
22+
<td>Obsolete release</td>
23+
<td>2016-11-23</td>
2424
<td><a href="https://github.com/SemanticMediaWiki/SemanticMaps/tree/3.4.0">3.4.x</a></td>
2525
</tr>
2626
<tr>

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ includes the ability to add, edit, aggregate and visualize coordinate data store
1111
[Semantic MediaWiki](https://semantic-mediawiki.org/).
1212

1313
Since Semantic Maps uses the Maps API, you can use multiple mapping services. These include
14-
Google Maps (with Google Earth support), Yahoo! Maps, OpenLayers and OpenStreetMap.
14+
Google Maps (with Google Earth support), OpenLayers and Leaflet.
1515

1616
Both Semantic Maps and Maps are based on Semantic Google Maps and Semantic Layers, and are
1717
meant to replace these extensions. Having Semantic MediaWiki and Maps installed is a
@@ -28,7 +28,7 @@ the same way as that of the Maps extension.
2828

2929
## Contributing and support
3030

31-
Semantic Maps 3.4.x is the last release of Semantic Maps as a dedicated extension.
31+
Semantic Maps 3.4.2 is the last release of Semantic Maps as a dedicated extension.
3232
It has been merged into the [Maps extension](https://github.com/JeroenDeDauw/Maps),
33-
where development continues. All features available in Semantic Maps 3.4.x are
34-
available in Maps 4.0.x.
33+
where development continues. All features available in Semantic Maps 3.4.2 are
34+
available in Maps 4.0 and later.

RELEASE-NOTES.md

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

3-
Note that Semantic Maps 3.4.x is the last release of Semantic Maps as a dedicated extension. It has been
3+
Note that Semantic Maps 3.4.2 is the last release of Semantic Maps as a dedicated extension. It has been
44
merged into the [Maps](https://github.com/JeroenDeDauw/Maps) extension, where development continues. All features
5-
available in Semantic Maps 3.4.x are now available in Maps 4.0.x!
5+
available in Semantic Maps 3.4.2 are now available in Maps 4.0 and later!
66

7+
## Semantic Maps 3.4.2
8+
9+
Released on November 23rd, 2016.
10+
11+
* Updated the documentation to reflect that this extension is now obsolete and should be replaced by Maps 4.0 and later.
712

813
## Semantic Maps 3.4.1
914

SemanticMaps.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
throw new Exception( 'You need to have Maps installed in order to use Semantic Maps' );
3232
}
3333

34-
define( 'SM_VERSION', '3.4.1' );
34+
define( 'SM_VERSION', '3.4.2' );
3535

3636
require_once __DIR__ . '/SM_Settings.php';
3737

0 commit comments

Comments
 (0)