soderlind / wp-loupe

WP Loupe is a plugin for WordPress that significantly improves the search capabilities of your website
GNU General Public License v3.0
47 stars 0 forks source link

Update PHP version and check SQLite version #11

Closed soderlind closed 4 months ago

soderlind commented 4 months ago

This pull request updates the PHP version requirement to 8.1 and adds a safety check to ensure that the SQLite version is at least 3.16.0. It also updates the loupe dependency to version 0.6.x. Fixes #9 and #10.