From 4e6bc2c24803de6dcc410ac4102efb9694870306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Jake=C5=A1?= Date: Tue, 25 Aug 2026 14:05:33 +0200 Subject: [PATCH] Prepare release 3.0.1 --- 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 505b4eadd..87a3a5ff4 100644 --- a/packages/mysql-on-sqlite/src/version.php +++ b/packages/mysql-on-sqlite/src/version.php @@ -9,4 +9,4 @@ * * This constant needs to be updated on plugin release! */ -define( 'SQLITE_DRIVER_VERSION', '3.0.0' ); +define( 'SQLITE_DRIVER_VERSION', '3.0.1' ); diff --git a/packages/plugin-sqlite-database-integration/load.php b/packages/plugin-sqlite-database-integration/load.php index 36f435531..d8acddedf 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: 3.0.0 + * Version: 3.0.1 * Requires PHP: 7.2 * Network: true * License: GPL-2.0-or-later diff --git a/packages/plugin-sqlite-database-integration/readme.txt b/packages/plugin-sqlite-database-integration/readme.txt index 59e26062b..9fe541522 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: 7.1 Requires PHP: 7.2 -Stable tag: 3.0.0 +Stable tag: 3.0.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Tags: sqlite, database @@ -66,6 +66,11 @@ Yes. The plugin replaces the default MySQL-based database layer with an SQLite-b == Changelog == += 3.0.1 = + +* Mark the plugin as compatible with WordPress 7.1 ([#497](https://github.com/WordPress/sqlite-database-integration/pull/497)) +* Fix fresh multisite database setup ([#492](https://github.com/WordPress/sqlite-database-integration/pull/492)) + = 3.0.0 = **SQLite Database Integration 3 is here! 🎉**