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
2 changes: 2 additions & 0 deletions packages/plugin-sqlite-database-integration/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* Version: 3.0.0
* 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
2 changes: 1 addition & 1 deletion packages/plugin-sqlite-database-integration/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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
License: GPLv2 or later
Expand Down
2 changes: 1 addition & 1 deletion wp-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

set -e

WP_VERSION="7.0.1"
WP_VERSION="7.1"

DIR="$(dirname "$0")"
WP_DIR="$DIR/wordpress"
Expand Down
Loading