Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
e9a3df75
Commit
e9a3df75
authored
Oct 16, 2014
by
Alexander Makarov
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5594 from softark/versions-md-update
[skip ci] added more markdown tags to versions.md for better readability
parents
94ad279c
5e69b157
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
versions.md
docs/internals/versions.md
+11
-3
No files found.
docs/internals/versions.md
View file @
e9a3df75
...
...
@@ -4,17 +4,21 @@ Yii version numbering
Releases
--------
```
A.B.C
```
A = For Yii2 it's always 2.
B = Major version. Non-BC changes with upgrade instructions.
C = BC changes and additions.
-
A = For Yii2 it's always 2.
-
B = Major version. Non-BC changes with upgrade instructions.
-
C = BC changes and additions.
Release candidates
------------------
```
A.B.C-rc
A.B.C-rc2
```
This is when we want to do a release candidate. RC number increments till we're getting a stable release with no
critical bugs and backwards incompatibility reports.
...
...
@@ -22,14 +26,18 @@ critical bugs and backwards incompatibility reports.
Alphas and betas
----------------
```
A.B.C-alpha
A.B.C-alpha2
```
Alphas are unstable versions where significant bugs may and probably do exist. API isn't fixed yet and may be changed
significantly.
`alpha2`
etc. may or may not be released based on overall stability of code and API.
```
A.B.C-beta
A.B.C-beta2
```
Beta is more or less stable with less bugs and API instability than alphas. There still could be changes in API but
there should be a significant reason for it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment