PluginProbe
SQLite Object Cache / 1.6.0
SQLite Object Cache v1.6.0
1.6.5 trunk 0.1.7 1.0.0 1.1.0 1.1.1 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.4.0 1.4.1 1.5.1 1.5.4 1.5.5 1.5.6 1.5.7 All 30 releases
← All changes | includes/cli.php +1 -1 1.5.51.6.0 View file →
@@ -45,9 +45,9 @@
45 45 $msg = sprintf(
46 46 /* translators: 1: version for sqlite 2: version for plugin 3: igbinary --- for WP-CLI */
47 47 __( 'Versions: Plugin: %2$s SQLite: %1$s igbinary: %3$s.', 'sqlite-object-cache' ),
48 48 $wp_object_cache->sqlite_get_version(),
49 - '1.5.5',
49 + '1.6.0',
50 50 $igbinary );
51 51 }
52 52
53 53 WP_CLI::log( $this->commentPrefix . $msg );