Skip to content

Commit 05e6e0b

Browse files
committed
Merge pull request #104 from JeroenDeDauw/rel341
3.4.1 release
2 parents 64505d0 + bc2dcbd commit 05e6e0b

4 files changed

Lines changed: 19 additions & 6 deletions

File tree

Maps.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
return 1;
2020
}
2121

22-
define( 'Maps_VERSION' , '3.5 alpha' );
22+
define( 'Maps_VERSION' , '3.4.1' );
2323

2424
// Include the composer autoloader if it is present.
2525
if ( is_readable( __DIR__ . '/vendor/autoload.php' ) ) {

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"extra": {
5050
"branch-alias": {
51-
"dev-master": "3.5.x-dev"
51+
"dev-master": "3.4.x-dev"
5252
}
5353
}
5454
}

docs/INSTALL.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,14 @@ These are the installation and configuration instructions for the [Maps extensio
1818
<td><a href="https://github.com/JeroenDeDauw/Maps/tree/master">master</a></td>
1919
</tr>
2020
<tr>
21-
<th><a href="https://github.com/JeroenDeDauw/Maps/blob/master/docs/RELEASE-NOTES.md">Maps 3.4</a></th>
21+
<th><a href="https://github.com/JeroenDeDauw/Maps/blob/master/docs/RELEASE-NOTES.md">Maps 3.4.1</a></th>
2222
<td>Stable release</td>
23+
<td>2016-01-30</td>
24+
<td><a href="https://github.com/JeroenDeDauw/Maps/tree/master">3.4.1</a></td>
25+
</tr>
26+
<tr>
27+
<th><a href="https://github.com/JeroenDeDauw/Maps/blob/master/docs/RELEASE-NOTES.md">Maps 3.4</a></th>
28+
<td>Obsolete release</td>
2329
<td>2015-07-25</td>
2430
<td><a href="https://github.com/JeroenDeDauw/Maps/tree/master">3.4.0</a></td>
2531
</tr>
@@ -71,8 +77,15 @@ These are the installation and configuration instructions for the [Maps extensio
7177
<th>Composer</th>
7278
<th>Validator</th>
7379
</tr>
80+
<tr>
81+
<th>3.4.x</th>
82+
<td>5.3.2 - 7.x</td>
83+
<td>1.18 - 1.27</td>
84+
<td>Required</td>
85+
<td>2.x (handled by Composer)</td>
86+
</tr>
7487
<tr>
75-
<th>Maps 3.3.x & 3.4.x</th>
88+
<th>Maps 3.3.x</th>
7689
<td>5.3.2 - 5.6.x</td>
7790
<td>1.18 - 1.25</td>
7891
<td>Required</td>

docs/RELEASE-NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
These are the release notes for the [Maps extension](../README.md).
22

3-
## Maps 3.5
3+
## Maps 3.4.1
44

5-
(In development)
5+
Released on January 30th, 2016.
66

77
* Fixed Open Street Map HTTPS support issues (by Karsten Hoffmeyer)
88
* Migrated remaining wfMsg* to wfMessage (by Florian Schmidt)

0 commit comments

Comments
 (0)