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
@@ -61,6 +61,8 @@ Versions 2.x & 3.x mainly differ in the versions of **aura/sqlquery** their **Mo
61
61
62
62
> Deprecated **Utils::search2D(...)** in 2.x has been removed in 3.x
63
63
64
+
Version 6.x is not backwards compatible with 7.x.
65
+
64
66
Version 5.x is not backwards compatible with 4.x.
65
67
66
68
Version 4.x is not backwards compatible with 3.x.
@@ -123,7 +125,9 @@ Documentation for version 4.1.x+ can be found [here](https://github.com/rotexsof
123
125
124
126
Documentation for version 5.x+ can be found [here](https://github.com/rotexsoft/leanorm/blob/5.x/docs/index.md).
125
127
126
-
Documentation for version 6.x+ can be found [here](https://github.com/rotexsoft/leanorm/blob/master/docs/index.md).
128
+
Documentation for version 6.x+ can be found [here](https://github.com/rotexsoft/leanorm/blob/6.x/docs/index.md).
129
+
130
+
Documentation for version 7.x+ can be found [here](https://github.com/rotexsoft/leanorm/blob/master/docs/index.md).
127
131
128
132
Please submit an issue (preferably with a pull request) to address mistakes or omissions in the documentation or to propose improvements to the documentation.
129
133
@@ -141,7 +145,8 @@ New Test files must be manually added to the phpunit.xml.dist file in order for
141
145
142
146
These are the branches in this repository:
143
147
144
-
-**master:** contains code for the latest major version (6.x) of this package.
148
+
-**master:** contains code for the latest major version (7.x) of this package.
149
+
-**6.x:** contains code for the 6.x versions of this package. Only bug fixes should be added to this branch. This branch is feature complete.
145
150
-**5.x:** contains code for the 5.x versions of this package. Only bug fixes should be added to this branch. This branch is feature complete.
146
151
-**4.1.x:** contains code for the 4.1.x versions of this package. Only bug fixes should be added to this branch. This branch is feature complete.
147
152
-**4.0.x:** contains code for the 4.0.x versions of this package. Only bug fixes should be added to this branch. This branch is feature complete.
0 commit comments