Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion wp/wp-content/plugins/sqlite-database-integration/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
* 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
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Textdomain: sqlite-database-integration
*
* This feature plugin allows WordPress to use SQLite instead of MySQL as its database.
Expand Down
9 changes: 7 additions & 2 deletions wp/wp-content/plugins/sqlite-database-integration/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Contributors: wordpressdotorg, aristath, janjakes, zieladam, berislav.grgicak, bpayton, zaerl
Requires at least: 6.4
Tested up to: 7.0
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
Expand Down Expand Up @@ -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! 🎉**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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' );