Skip to content

Commit

Permalink
Documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rotimi committed Apr 29, 2024
1 parent b6fe2b6 commit 0284357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@ Versions 2.x & 3.x mainly differ in the versions of **aura/sqlquery** their **Mo
Version 4.x is not backwards compatible with 3.x.

Versions 2.x & 3.x are feature complete as of May 2023, only bug fixes will be applied to those versions.

New features will all be going to version 4 on the master branch.
Bug fixes for version 2.2.x will be applied to the 2.2.x branch.
Bug-fix pull requests for versions 2.x & 3.x will continue to be accepted even after version 4 is released.
New feature pull requests for versions 2.x & 3.x will be rejected, new features will only be added to the master branch.


## Installation

Expand Down
2 changes: 1 addition & 1 deletion run-tests-against-multiple-db-versions.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function readableElapsedTime($microtime, $format = null, $round = 3) {
// maybe later other options could be read
// into this variable

$console_prompt2 = "Please enter a password that would be used for the Mysql & Mariadb root accounts (it must match the one specified in `phpunit.xml`):";
$console_prompt2 = "Please enter a password that would be used for the Mysql & Mariadb root accounts:";
$mysql_root_psw = readFromLine(PHP_EOL . $console_prompt2);

$test_results = [];
Expand Down

0 comments on commit 0284357

Please sign in to comment.