Skip to content
Closed
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: 1 addition & 1 deletion packages/mysql-on-sqlite/src/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*
* This constant needs to be updated on plugin release!
*/
define( 'SQLITE_DRIVER_VERSION', '2.2.20' );
define( 'SQLITE_DRIVER_VERSION', '2.2.20-testing.1' );
2 changes: 1 addition & 1 deletion packages/plugin-sqlite-database-integration/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: SQLite Database Integration
* Description: SQLite database driver drop-in.
* Author: The WordPress Team
* Version: 2.2.20
* Version: 2.2.20-testing.1
* Requires PHP: 7.2
* Textdomain: sqlite-database-integration
*
Expand Down
13 changes: 12 additions & 1 deletion packages/plugin-sqlite-database-integration/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.20
Stable tag: 2.2.20-testing.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: performance, database
Expand Down Expand Up @@ -45,3 +45,14 @@ the wpdb API, while queries are internally adapted to be compatible
with SQLite syntax and behavior.



== Changelog ==

= 2.2.20-testing.1 =

* Rework release workflow ([#350](https://github.com/WordPress/sqlite-database-integration/pull/350))
* Fix incorrect PHP polyfill implementations ([#338](https://github.com/WordPress/sqlite-database-integration/pull/338))
* Update version to v2.2.20 ([#337](https://github.com/WordPress/sqlite-database-integration/pull/337))
* Migrate database file from a possible legacy path ([#336](https://github.com/WordPress/sqlite-database-integration/pull/336))
* Revert "Add SQLite database application ID and new consistent file extension" ([#335](https://github.com/WordPress/sqlite-database-integration/pull/335))
* Monorepo setup + release automation ([#334](https://github.com/WordPress/sqlite-database-integration/pull/334))
Loading