You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -89,11 +89,12 @@ In case that the required Cordova plugins are not installed while installing Nod
89
89
***cordova-plugin-whitelist** - This plugin implements a whitelist policy for navigating the application webview on Cordova 4.0
90
90
***cordova-plugin-transport-security** - Cordova / PhoneGap Plugin to allow 'Arbitrary Loads' by adding a declaration to the Info.plist file to bypass the iOS 9 App Transport Security
91
91
92
-
## Naming convention for versions
93
-
Version:
94
-
1.**1.x**: On `1.1-1.x` branch, based on 1.1 version of Ionic framework
95
-
2.**2.x**: On `2.1-2.x` branch, based on 1.2 version of Ionic framework
96
-
3.**3.x**: On `3.1-3.x` branch, based on 1.3 version of Ionic framework
92
+
## Branches naming convention
93
+
Each branch is related to the Ionic framework version the source code is based on. Currently, there are the following branches:
94
+
1.`master`: Main development source code
95
+
2.`1.1-1.x`: Source code maintenance based on Ionic 1.1.x
96
+
97
+
The next branch will be `2.1-2.x` and will be based on Ionic 1.2.x as it has been lately announced on [Official Ionic Blog](http://blog.ionic.io/announcing-ionic-1-2/).
0 commit comments