Skip to content

Commit dab7541

Browse files
committed
Fix not working with WP-CLI
1 parent cf41f58 commit dab7541

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

quicksilver.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Quicksilver
44
* Plugin URI: http://mechanikadesign.com
55
* Description: A WordPress cleanup and performance optimization plugin.
6-
* Version: 1.3.0
6+
* Version: 1.3.1
77
* Author: Mechanika Design
88
* Author URI: https://mechanikadesign.com
99
* License: GPL2+
@@ -14,9 +14,7 @@
1414
*/
1515

1616
namespace Quicksilver;
17-
use Media;
18-
19-
require 'vendor/autoload.php';
17+
require __DIR__ . '/vendor/autoload.php';
2018

2119
new General;
2220
new Embed;

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: Warren Galyen
33
Tags: optimization, optimize, optimizer, loading speed, performance, speed, clean, clean up, cleaner, ping, pingback, heartbeat, emoji, emojis
44
Requires at least: 5.9
55
Tested up to: 6.4.3
6-
Stable tag: 1.3.0
6+
Stable tag: 1.3.1
77
License: GPLv2 or later
88

99
**Quicksilver** is a minimalist WordPress plugin which cleans up your website and optimizes it for best performance.
@@ -43,6 +43,9 @@ The plugin doesn't have any settings page or configuration. Just install and for
4343

4444
== Changelog ==
4545

46+
= 1.3.1 =
47+
* Fix not working with WP-CLI
48+
4649
= 1.3.0 =
4750
* Remove settings page
4851
* Do not use jQuery from Google CDN for better compatibility

0 commit comments

Comments
 (0)