File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
2525if ( is_readable ( __DIR__ . '/vendor/autoload.php ' ) ) {
Original file line number Diff line number Diff line change 4848 },
4949 "extra" : {
5050 "branch-alias" : {
51- "dev-master" : " 3.5 .x-dev"
51+ "dev-master" : " 3.4 .x-dev"
5252 }
5353 }
5454}
Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change 11These 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)
You can’t perform that action at this time.
0 commit comments