Skip to content

Commit

Permalink
Merge pull request #284 from JeroenDeDauw/rel401
Browse files Browse the repository at this point in the history
4.0.1 release
  • Loading branch information
JeroenDeDauw authored Nov 18, 2016
2 parents a8ffaa8 + 06a3247 commit 9f59f5a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,6 @@ Older versions (no longer supported):
</tr>
</table>

When installing Maps 2.x, see the installation instructions that come bundled with it. Also
make use of Validator 0.5.x. More recent versions of Validator will not work.

### Database support

All current versions of Maps have full support for all databases that can be used with MediaWiki.
Expand Down
2 changes: 1 addition & 1 deletion Maps.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
);
}

define( 'Maps_VERSION' , '4.0.0' );
define( 'Maps_VERSION' , '4.0.1' );
define( 'SM_VERSION', Maps_VERSION );

if ( $GLOBALS['egMapsGMaps3Language'] === '' ) {
Expand Down
4 changes: 2 additions & 2 deletions 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 4.1
## Maps 4.0.1

Development version
Released on November 19th, 2016.

* The `geocode` parser hook now correctly uses its `geoservice` and `allowcoordinates` parameters

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "4.1.x-dev"
"dev-master": "4.0.x-dev"
}
},
"replace": {
Expand Down

0 comments on commit 9f59f5a

Please sign in to comment.