Skip to content

Commit a615167

Browse files
author
rotexdegba
committed
Documentation in progress
1 parent db1d3fb commit a615167

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121

2222
## Installation Requirements
2323

24-
PHP 8.2+ for version 6.x.
24+
PHP 8.2+ for version 6.x & 7.x
2525

26-
PHP 8.1+ for versions 4.x & 5.x.
26+
PHP 8.1+ for versions 4.x & 5.x
2727

2828
PHP 7.4+ for versions 2.x & 3.x
2929

@@ -38,7 +38,7 @@ Version 4.x & 5.x have been rigorously tested against:
3838
- PostgreSQL 12.18+, 13.14+, 14.11+, 15.6+ & 16.2+
3939
- See [run-tests-against-multiple-db-versions.php](./run-tests-against-multiple-db-versions.php)
4040

41-
Version 6.x has been rigorously tested against:
41+
Version 6.x & 7.x have been rigorously tested against:
4242
- Sqlite 3.46.1
4343
- MariaDB 10.4.34, 10.5.29, 10.6.25, 10.11.16, 11.4.10, 11.8.6 & 12.2.2
4444
- MySQL 5.6.51, 5.7.44, 8.0.45, 8.4.8 & 9.6.0
@@ -61,6 +61,8 @@ Versions 2.x & 3.x mainly differ in the versions of **aura/sqlquery** their **Mo
6161

6262
> Deprecated **Utils::search2D(...)** in 2.x has been removed in 3.x
6363
64+
Version 6.x is not backwards compatible with 7.x.
65+
6466
Version 5.x is not backwards compatible with 4.x.
6567

6668
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
123125

124126
Documentation for version 5.x+ can be found [here](https://github.com/rotexsoft/leanorm/blob/5.x/docs/index.md).
125127

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

128132
Please submit an issue (preferably with a pull request) to address mistakes or omissions in the documentation or to propose improvements to the documentation.
129133

@@ -141,7 +145,8 @@ New Test files must be manually added to the phpunit.xml.dist file in order for
141145

142146
These are the branches in this repository:
143147

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.
145150
- **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.
146151
- **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.
147152
- **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

Comments
 (0)