Skip to content

Commit

Permalink
Release Version 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schengawegga committed Jan 16, 2024
1 parent bf52097 commit c3bd216
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"name": "Adam Harvey",
"role": "Lead"
},
{
"email": "[email protected]",
"name": "Armin Graefe",
"role": "Lead"
},
{
"email": "[email protected]",
"name": "Stig Bakken",
Expand Down
23 changes: 19 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ DB is compatible with PHP 5 and PHP 7.
<email>[email protected]</email>
<active>no</active>
</lead>
<lead>
<name>Armin Graefe</name>
<user>schengawegga</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<developer>
<name>Stig Bakken</name>
<user>ssb</user>
Expand All @@ -65,18 +71,27 @@ DB is compatible with PHP 5 and PHP 7.
<email>[email protected]</email>
<active>no</active>
</developer>
<date>2021-08-10</date>
<date>2024-01-17</date>
<version>
<release>1.11.0</release>
<api>1.11.0</api>
<release>1.12.0</release>
<api>1.12.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
* PR #11: Define invalid view error and also include deadlock and lockwait errors
* feature: add sqlite3 driver #18
* feature: add lastId() method on mysql, mysqli and sqlite3 #19 #21
* task: fix prototypes for PHP 8 #12
* task: Try and fix test by removing each #16
* task: PHP8.1 Compatability restore error handling to previous state whilst … #13
* task: DB::apiVersion() should be declared as static #17
* task: Fix PHP8.2 Deprecated use of ${var} instead of {$var} #14
* task: PHP8.2 ready #21
* task: Mark mssql-Driver, mysql-Driver and sybase-Driver as Deprecated #21
* bug: PHP 8.0 testcase failure #23 #24
</notes>
<contents>
<dir name="/">
Expand Down

0 comments on commit c3bd216

Please sign in to comment.