Skip to content

Commit 7e1af11

Browse files
committed
Up the version & update the readme file
1 parent 12747f4 commit 7e1af11

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

load.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
* Plugin Name: SQLite Database Integration
44
* Description: SQLite database driver drop-in. (based on SQLite Integration by Kojima Toshiyasu)
55
* Author: WordPress Performance Team
6-
* Version: 1.0.3
6+
* Version: 2.0
77
* Requires PHP: 5.6
88
* Textdomain: sqlite-database-integration
99
*
1010
* This project is based on the original work of Kojima Toshiyasu and his SQLite Integration plugin,
1111
* and the work of Evan Mattson and his WP SQLite DB plugin - See https://github.com/aaemnnosttv/wp-sqlite-db
12+
*
13+
* @package wp-sqlite-integration
1214
*/
1315

1416
define( 'SQLITE_MAIN_FILE', __FILE__ );

readme.txt

Lines changed: 6 additions & 1 deletion
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: 1.0.3
7+
Stable tag: 2.0
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010
Tags: performance, database
@@ -15,11 +15,16 @@ 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).
21+
1822
== Frequently Asked Questions ==
1923

2024
= What is the purpose of this plugin? =
2125

2226
The primary purpose of the SQLite plugin is to allow testing the use of an SQLite database, with the goal to eventually land in WordPress core.
27+
2328
You can read the original proposal on the [Make blog](https://make.wordpress.org/core/2022/09/12/lets-make-wordpress-officially-support-sqlite/), as well as the [call for testing](https://make.wordpress.org/core/2022/12/20/help-us-test-the-sqlite-implementation/) for more context and useful information.
2429

2530
= Can I use this plugin on my production site? =

0 commit comments

Comments
 (0)