From b3965effa066c11bb82326dfbb84a3bf97e203da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Jake=C5=A1?= Date: Fri, 6 Mar 2026 16:40:36 +0100 Subject: [PATCH] Update version to v2.2.18 --- load.php | 2 +- readme.txt | 2 +- version.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/load.php b/load.php index f3658148..276f02f7 100644 --- a/load.php +++ b/load.php @@ -3,7 +3,7 @@ * Plugin Name: SQLite Database Integration * Description: SQLite database driver drop-in. * Author: The WordPress Team - * Version: 2.2.17 + * Version: 2.2.18 * Requires PHP: 7.2 * Textdomain: sqlite-database-integration * diff --git a/readme.txt b/readme.txt index 8fa9ac2c..a1694b8b 100644 --- a/readme.txt +++ b/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.17 +Stable tag: 2.2.18 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Tags: performance, database diff --git a/version.php b/version.php index 457031d9..4efd95e5 100644 --- a/version.php +++ b/version.php @@ -5,4 +5,4 @@ * * This constant needs to be updated on plugin release! */ -define( 'SQLITE_DRIVER_VERSION', '2.2.17' ); +define( 'SQLITE_DRIVER_VERSION', '2.2.18' );