Skip to content

Commit ee854d2

Browse files
authored
Release 2.2.22 (#355)
## Release `2.2.22` Version bump and changelog update for release `2.2.22`. **Changelog draft:** * Support INSERT without INTO keyword ([#354](#354)) * Add tests for MySQL row-level locking clauses ([#342](#342)) * Improve automated deploy setup. **Full changelog:** v2.2.21...release/v2.2.22 ## Next steps 1. **Review** the changes in this pull request. 2. **Push** any additional edits to this branch (`release/v2.2.22`). 3. **Merge** this pull request to complete the release. Merging will automatically build the plugin ZIP, create a [GitHub release](https://github.com/WordPress/sqlite-database-integration/releases), and deploy to [WordPress.org](https://wordpress.org/plugins/sqlite-database-integration/).
1 parent 5c5790a commit ee854d2

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

packages/mysql-on-sqlite/src/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
*
66
* This constant needs to be updated on plugin release!
77
*/
8-
define( 'SQLITE_DRIVER_VERSION', '2.2.21' );
8+
define( 'SQLITE_DRIVER_VERSION', '2.2.22' );

packages/plugin-sqlite-database-integration/load.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: SQLite Database Integration
44
* Description: SQLite database driver drop-in.
55
* Author: The WordPress Team
6-
* Version: 2.2.21
6+
* Version: 2.2.22
77
* Requires PHP: 7.2
88
* Textdomain: sqlite-database-integration
99
*

packages/plugin-sqlite-database-integration/readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Contributors: wordpressdotorg, aristath, janjakes, zieladam, berislav.grgic
44
Requires at least: 6.4
55
Tested up to: 6.9
66
Requires PHP: 7.2
7-
Stable tag: 2.2.21
7+
Stable tag: 2.2.22
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010
Tags: performance, database
@@ -46,6 +46,12 @@ with SQLite syntax and behavior.
4646

4747
== Changelog ==
4848

49+
= 2.2.22 =
50+
51+
* Support INSERT without INTO keyword ([#354](https://github.com/WordPress/sqlite-database-integration/pull/354))
52+
* Add tests for MySQL row-level locking clauses ([#342](https://github.com/WordPress/sqlite-database-integration/pull/342))
53+
* Improve automated deploy setup.
54+
4955
= 2.2.21 =
5056

5157
* Monorepo setup + release automation ([#334](https://github.com/WordPress/sqlite-database-integration/pull/334))

0 commit comments

Comments
 (0)