From eac59e87b51034e055750adb964996a0f693f1d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Jake=C5=A1?= Date: Fri, 3 Apr 2026 16:01:12 +0200 Subject: [PATCH 1/2] Prepare release 2.2.22 --- packages/mysql-on-sqlite/src/version.php | 2 +- packages/plugin-sqlite-database-integration/load.php | 2 +- packages/plugin-sqlite-database-integration/readme.txt | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/packages/mysql-on-sqlite/src/version.php b/packages/mysql-on-sqlite/src/version.php index b8920086..2505ab9d 100644 --- a/packages/mysql-on-sqlite/src/version.php +++ b/packages/mysql-on-sqlite/src/version.php @@ -5,4 +5,4 @@ * * This constant needs to be updated on plugin release! */ -define( 'SQLITE_DRIVER_VERSION', '2.2.21' ); +define( 'SQLITE_DRIVER_VERSION', '2.2.22' ); diff --git a/packages/plugin-sqlite-database-integration/load.php b/packages/plugin-sqlite-database-integration/load.php index 28df4ebd..14ee2c42 100644 --- a/packages/plugin-sqlite-database-integration/load.php +++ b/packages/plugin-sqlite-database-integration/load.php @@ -3,7 +3,7 @@ * Plugin Name: SQLite Database Integration * Description: SQLite database driver drop-in. * Author: The WordPress Team - * Version: 2.2.21 + * Version: 2.2.22 * Requires PHP: 7.2 * Textdomain: sqlite-database-integration * diff --git a/packages/plugin-sqlite-database-integration/readme.txt b/packages/plugin-sqlite-database-integration/readme.txt index 08fda7b0..dbad15b6 100644 --- a/packages/plugin-sqlite-database-integration/readme.txt +++ b/packages/plugin-sqlite-database-integration/readme.txt @@ -4,7 +4,7 @@ Contributors: wordpressdotorg, aristath, janjakes, zieladam, berislav.grgic Requires at least: 6.4 Tested up to: 6.9 Requires PHP: 7.2 -Stable tag: 2.2.21 +Stable tag: 2.2.22 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Tags: performance, database @@ -46,6 +46,11 @@ with SQLite syntax and behavior. == Changelog == += 2.2.22 = + +* Support INSERT without INTO keyword ([#354](https://github.com/WordPress/sqlite-database-integration/pull/354)) +* Add tests for MySQL row-level locking clauses ([#342](https://github.com/WordPress/sqlite-database-integration/pull/342)) + = 2.2.21 = * Monorepo setup + release automation ([#334](https://github.com/WordPress/sqlite-database-integration/pull/334)) From ef29e28eb7cea97d03fc9739ed37a37b8f82aa2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Jake=C5=A1?= Date: Fri, 3 Apr 2026 16:08:33 +0200 Subject: [PATCH 2/2] Add changelog item --- packages/plugin-sqlite-database-integration/readme.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/plugin-sqlite-database-integration/readme.txt b/packages/plugin-sqlite-database-integration/readme.txt index dbad15b6..d394425d 100644 --- a/packages/plugin-sqlite-database-integration/readme.txt +++ b/packages/plugin-sqlite-database-integration/readme.txt @@ -50,6 +50,7 @@ with SQLite syntax and behavior. * Support INSERT without INTO keyword ([#354](https://github.com/WordPress/sqlite-database-integration/pull/354)) * Add tests for MySQL row-level locking clauses ([#342](https://github.com/WordPress/sqlite-database-integration/pull/342)) +* Improve automated deploy setup. = 2.2.21 =