Skip to content

Commit 0602a2f

Browse files
committed
Prepare release 2.2.21
1 parent 4d41074 commit 0602a2f

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

packages/mysql-on-sqlite/src/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
*
66
* This constant needs to be updated on plugin release!
77
*/
8-
define( 'SQLITE_DRIVER_VERSION', '2.2.20' );
8+
define( 'SQLITE_DRIVER_VERSION', '2.2.21' );

packages/plugin-sqlite-database-integration/load.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: SQLite Database Integration
44
* Description: SQLite database driver drop-in.
55
* Author: The WordPress Team
6-
* Version: 2.2.20
6+
* Version: 2.2.21
77
* Requires PHP: 7.2
88
* Textdomain: sqlite-database-integration
99
*

packages/plugin-sqlite-database-integration/readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Contributors: wordpressdotorg, aristath, janjakes, zieladam, berislav.grgic
44
Requires at least: 6.4
55
Tested up to: 6.9
66
Requires PHP: 7.2
7-
Stable tag: 2.2.20
7+
Stable tag: 2.2.21
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010
Tags: performance, database
@@ -44,4 +44,10 @@ SQLite-backed implementation. Core WordPress code continues to use
4444
the wpdb API, while queries are internally adapted to be compatible
4545
with SQLite syntax and behavior.
4646

47+
== Changelog ==
4748

49+
= 2.2.21 =
50+
51+
* Monorepo setup + release automation ([#334](https://github.com/WordPress/sqlite-database-integration/pull/334))
52+
* Rework release workflow ([#350](https://github.com/WordPress/sqlite-database-integration/pull/350))
53+
* Fix incorrect PHP polyfill implementations ([#338](https://github.com/WordPress/sqlite-database-integration/pull/338))

0 commit comments

Comments
 (0)