| @@ -1,15 +1,15 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | 3 | * Plugin Name: SQLite Object Cache |
| 4 | - * Version: 1.6.5 | |
| 4 | + * Version: 1.6.2 | |
| 5 | 5 | * Plugin URI: https://github.com/OllieJones/sqlite-object-cache |
| 6 | 6 | * Description: A persistent object cache backend powered by SQLite3. |
| 7 | 7 | * Author: Oliver Jones |
| 8 | 8 | * Author URI: https://github.com/OllieJones/ |
| 9 | - * Requires at least: 5.9 | |
| 9 | + * Requires at least: 5.5 | |
| 10 | 10 | * Requires PHP: 5.6 |
| 11 | - * Tested up to: 7.1 | |
| 11 | + * Tested up to: 7.0 | |
| 12 | 12 | * Text Domain: sqlite-object-cache |
| 13 | 13 | * Domain Path: /languages/ |
| 14 | 14 | * License: GPLv2 or later |
| 15 | 15 | * License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| @@ -42,9 +42,9 @@ | ||
| 42 | 42 | * @return object SQLite_Object_Cache |
| 43 | 43 | * @since 1.0.0 |
| 44 | 44 | */ |
| 45 | 45 | function sqlite_object_cache() { |
| 46 | - $instance = new SQLite_Object_Cache( __FILE__, '1.6.5' ); | |
| 46 | + $instance = new SQLite_Object_Cache( __FILE__, '1.6.2' ); | |
| 47 | 47 | |
| 48 | 48 | if ( is_admin() ) { |
| 49 | 49 | $instance->settings = new SQLite_Object_Cache_Settings( $instance, plugin_basename( __FILE__ )); |
| 50 | 50 | } |