From 2a5ec271e292319ed5de0a6d594ab951789f0ab9 Mon Sep 17 00:00:00 2001 From: Aristeides Stathopoulos Date: Mon, 18 Dec 2023 13:28:56 +0200 Subject: [PATCH] tag version 2.1.4 --- load.php | 4 ++-- readme.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/load.php b/load.php index ccfe5510..16bc5f93 100644 --- a/load.php +++ b/load.php @@ -3,8 +3,8 @@ * Plugin Name: SQLite Database Integration * Description: SQLite database driver drop-in. * Author: WordPress Performance Team - * Version: 2.1.3 - * Requires PHP: 5.6 + * Version: 2.1.4 + * Requires PHP: 7.0 * Textdomain: sqlite-database-integration * * This feature plugin allows WordPress to use SQLite instead of MySQL as its database. diff --git a/readme.txt b/readme.txt index 2f555e02..364b51a0 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Contributors: wordpressdotorg, aristath Requires at least: 6.0 Tested up to: 6.4 Requires PHP: 5.6 -Stable tag: 2.1.3 +Stable tag: 2.1.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Tags: performance, database