Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f106fbb

Browse files
committed
Update versioning section
1 parent 94c6a83 commit f106fbb

File tree

1 file changed

+10
-22
lines changed

1 file changed

+10
-22
lines changed

README.md

Lines changed: 10 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -500,39 +500,27 @@ Geocoder follows [Semantic Versioning](http://semver.org/).
500500

501501
### End Of Life
502502

503+
#### 1.x
504+
503505
As of December 2014, branch `1.7` is not officially supported anymore, meaning
504506
major version `1` reached end of life. Last version is:
505507
[1.7.1](https://github.com/geocoder-php/Geocoder/releases/tag/1.7.1). This
506508
branch did not receive any new fixes over the last year, and all plugins/modules
507509
require Geocoder `~2.0`.
508510

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
517512

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).
520515

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.
523518

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.
525520

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
532522

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.
536524

537525

538526
Contributing

0 commit comments

Comments
 (0)