Skip to content

Commit 903c8a9

Browse files
committed
v2.1.0
1 parent d560b0f commit 903c8a9

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

load.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
<?php
22
/**
33
* Plugin Name: SQLite Database Integration
4-
* Description: SQLite database driver drop-in. (based on SQLite Integration by Kojima Toshiyasu)
4+
* Description: SQLite database driver drop-in.
55
* Author: WordPress Performance Team
6-
* Version: 2.0
6+
* Version: 2.1.0
77
* Requires PHP: 5.6
88
* Textdomain: sqlite-database-integration
99
*
10-
* This project is based on the original work of Kojima Toshiyasu and his SQLite Integration plugin,
11-
* and the work of Evan Mattson and his WP SQLite DB plugin - See https://github.com/aaemnnosttv/wp-sqlite-db
10+
* This feature plugin allows WordPress to use SQLite instead of MySQL as its database.
1211
*
1312
* @package wp-sqlite-integration
1413
*/

readme.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Contributors: wordpressdotorg, aristath
44
Requires at least: 6.0
55
Tested up to: 6.1
66
Requires PHP: 5.6
7-
Stable tag: 2.0
7+
Stable tag: 2.1.0
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010
Tags: performance, database
@@ -15,9 +15,7 @@ SQLite-integration plugin from the WordPress Performance Team.
1515

1616
The SQLite plugin is a community, feature plugin. The intent is to allow testing an SQLite integration with WordPress and gather feedback, with the goal of eventually landing it in WordPress core.
1717

18-
This project is based on the original work of Kojima Toshiyasu and his SQLite Integration plugin, and the work of Evan Mattson and his WP SQLite DB plugin - See https://github.com/aaemnnosttv/wp-sqlite-db.
19-
20-
It also includes code from the PHPMyAdmin project (specifically parts of the PHPMyAdmin/sql-parser library), licensed under the GPL v2 or later. More info on the PHPMyAdmin/sql-parser library can be found on [GitHub](https://github.com/phpmyadmin/sql-parser).
18+
This feature plugin includes code from the PHPMyAdmin project (specifically parts of the PHPMyAdmin/sql-parser library), licensed under the GPL v2 or later. More info on the PHPMyAdmin/sql-parser library can be found on [GitHub](https://github.com/phpmyadmin/sql-parser).
2119

2220
== Frequently Asked Questions ==
2321

0 commit comments

Comments
 (0)