Skip to content

Commit

Permalink
Merge pull request #104 from JeroenDeDauw/rel341
Browse files Browse the repository at this point in the history
3.4.1 release
  • Loading branch information
JeroenDeDauw committed Jan 30, 2016
2 parents 64505d0 + bc2dcbd commit 05e6e0b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Maps.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
return 1;
}

define( 'Maps_VERSION' , '3.5 alpha' );
define( 'Maps_VERSION' , '3.4.1' );

// Include the composer autoloader if it is present.
if ( is_readable( __DIR__ . '/vendor/autoload.php' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.5.x-dev"
"dev-master": "3.4.x-dev"
}
}
}
17 changes: 15 additions & 2 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,14 @@ These are the installation and configuration instructions for the [Maps extensio
<td><a href="https://github.com/JeroenDeDauw/Maps/tree/master">master</a></td>
</tr>
<tr>
<th><a href="https://github.com/JeroenDeDauw/Maps/blob/master/docs/RELEASE-NOTES.md">Maps 3.4</a></th>
<th><a href="https://github.com/JeroenDeDauw/Maps/blob/master/docs/RELEASE-NOTES.md">Maps 3.4.1</a></th>
<td>Stable release</td>
<td>2016-01-30</td>
<td><a href="https://github.com/JeroenDeDauw/Maps/tree/master">3.4.1</a></td>
</tr>
<tr>
<th><a href="https://github.com/JeroenDeDauw/Maps/blob/master/docs/RELEASE-NOTES.md">Maps 3.4</a></th>
<td>Obsolete release</td>
<td>2015-07-25</td>
<td><a href="https://github.com/JeroenDeDauw/Maps/tree/master">3.4.0</a></td>
</tr>
Expand Down Expand Up @@ -71,8 +77,15 @@ These are the installation and configuration instructions for the [Maps extensio
<th>Composer</th>
<th>Validator</th>
</tr>
<tr>
<th>3.4.x</th>
<td>5.3.2 - 7.x</td>
<td>1.18 - 1.27</td>
<td>Required</td>
<td>2.x (handled by Composer)</td>
</tr>
<tr>
<th>Maps 3.3.x & 3.4.x</th>
<th>Maps 3.3.x</th>
<td>5.3.2 - 5.6.x</td>
<td>1.18 - 1.25</td>
<td>Required</td>
Expand Down
4 changes: 2 additions & 2 deletions docs/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
These are the release notes for the [Maps extension](../README.md).

## Maps 3.5
## Maps 3.4.1

(In development)
Released on January 30th, 2016.

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

0 comments on commit 05e6e0b

Please sign in to comment.