diff --git a/packages/plugin-sqlite-database-integration/load.php b/packages/plugin-sqlite-database-integration/load.php index 49eb3089d..36f435531 100644 --- a/packages/plugin-sqlite-database-integration/load.php +++ b/packages/plugin-sqlite-database-integration/load.php @@ -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. diff --git a/packages/plugin-sqlite-database-integration/readme.txt b/packages/plugin-sqlite-database-integration/readme.txt index 378f5713b..59e26062b 100644 --- a/packages/plugin-sqlite-database-integration/readme.txt +++ b/packages/plugin-sqlite-database-integration/readme.txt @@ -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 diff --git a/wp-setup.sh b/wp-setup.sh index fa250e697..a0e9f1267 100755 --- a/wp-setup.sh +++ b/wp-setup.sh @@ -8,7 +8,7 @@ set -e -WP_VERSION="7.0.1" +WP_VERSION="7.1" DIR="$(dirname "$0")" WP_DIR="$DIR/wordpress"