Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.4.1 release #104

Merged
merged 2 commits into from
Jan 30, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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