diff --git a/Maps.php b/Maps.php index ec1066413..4b93c277b 100644 --- a/Maps.php +++ b/Maps.php @@ -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' ) ) { diff --git a/composer.json b/composer.json index 6306648d6..0da631daf 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,7 @@ }, "extra": { "branch-alias": { - "dev-master": "3.5.x-dev" + "dev-master": "3.4.x-dev" } } } diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 6b076c702..ffb865f94 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -18,8 +18,14 @@ These are the installation and configuration instructions for the [Maps extensio master - Maps 3.4 + Maps 3.4.1 Stable release + 2016-01-30 + 3.4.1 + + + Maps 3.4 + Obsolete release 2015-07-25 3.4.0 @@ -71,8 +77,15 @@ These are the installation and configuration instructions for the [Maps extensio Composer Validator + + 3.4.x + 5.3.2 - 7.x + 1.18 - 1.27 + Required + 2.x (handled by Composer) + - Maps 3.3.x & 3.4.x + Maps 3.3.x 5.3.2 - 5.6.x 1.18 - 1.25 Required diff --git a/docs/RELEASE-NOTES.md b/docs/RELEASE-NOTES.md index 89a756263..71ed01c5e 100644 --- a/docs/RELEASE-NOTES.md +++ b/docs/RELEASE-NOTES.md @@ -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)