@@ -500,39 +500,27 @@ Geocoder follows [Semantic Versioning](http://semver.org/).
500
500
501
501
### End Of Life
502
502
503
+ #### 1.x
504
+
503
505
As of December 2014, branch ` 1.7 ` is not officially supported anymore, meaning
504
506
major version ` 1 ` reached end of life. Last version is:
505
507
[ 1.7.1] ( https://github.com/geocoder-php/Geocoder/releases/tag/1.7.1 ) . This
506
508
branch did not receive any new fixes over the last year, and all plugins/modules
507
509
require Geocoder ` ~2.0 ` .
508
510
509
- ### Stable Version
510
-
511
- Stable version
512
- [ 2.0.0] ( https://github.com/geocoder-php/Geocoder/releases/tag/2.0.0 ) has been
513
- released on July 2013, and it is the only known stable major version. Branch
514
- [ ` 2.x ` ] ( https://github.com/geocoder-php/Geocoder/tree/2.x ) is used to contribute
515
- bug and/or security fixes, and that is the one you should use in order to
516
- contribute.
511
+ #### 2.x
517
512
518
- Latest version is:
519
- [ 2.8.1] ( https://github.com/geocoder-php/Geocoder/releases/tag/2.8.1 ) .
513
+ Version [ 2.0.0 ] ( https://github.com/geocoder-php/Geocoder/releases/tag/2.0.0 ) has been
514
+ released on July 2013. Latest version is: [ 2.8.1] ( https://github.com/geocoder-php/Geocoder/releases/tag/2.8.1 ) .
520
515
521
- ** Important: ** as of December 2014, this version is in a ** feature freeze **
522
- state. All new features should be contributed to (upcoming) version 3.0.
516
+ As of December 2014, this version is in a ** feature frozen ** state. All new features
517
+ should be contributed to version 3.0 and upper .
523
518
524
- ** Important: ** version 2.0.0 does not have any EOL date scheduled yet .
519
+ Branch ` 2.x ` will reach end of life on December 2015 .
525
520
526
- ### Next Version
527
-
528
- Version 3.0.0 is the next major version of Geocoder. You can take a look at the
529
- [ ` master ` ] ( https://github.com/geocoder-php/Geocoder/tree/master ) branch in order
530
- to follow its development. That is also why it is a bad idea to require
531
- ` dev-master ` into your ` composer.json ` file.
521
+ ### Stable Version
532
522
533
- Branch ` 2.x ` is merged into ` master ` time to time, so that all bug/security
534
- fixes contributed to the current stable version will also appear in the next
535
- version.
523
+ Version ` 3.x ` is the current stable version of Geocoder.
536
524
537
525
538
526
Contributing
0 commit comments