Comments on: Piklist Checker v0.6.0 is now available https://piklist.com/2014/12/04/piklist-checker-v0-6-0-now-available/ Build Powerful Websites with WordPress Mon, 30 Sep 2019 20:12:59 +0000 hourly 1 https://wordpress.org/?v=5.5.8 By: Steve https://piklist.com/2014/12/04/piklist-checker-v0-6-0-now-available/#comment-8565 Mon, 16 Mar 2015 18:42:24 +0000 http://piklist.com/?p=2610#comment-8565 In reply to Rory Murphy.

Hi Rory– Thanks for letting us know. This has been fixed in v0.6.2.

]]>
By: Rory Murphy https://piklist.com/2014/12/04/piklist-checker-v0-6-0-now-available/#comment-8212 Fri, 27 Feb 2015 02:51:07 +0000 http://piklist.com/?p=2610#comment-8212 Hi Steve – I found a minor issue with the plugin checker which is that the deactivate_plugin method doesn’t work on Windows (I know, I know, but it’s corporate issued for my dev laptop). Issue is on line 98 where it does an strstr call – all the plugins in self::$plugins have paths following *nix ‘/’ conventions but $this_plugin has a ‘\’ – my fix was to add a str_replace(‘\\’, ‘/’, $this_plugin) to the top of that method (line 85). Hope that helps!

]]>