Skip to content

Commit

Permalink
version change
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejmackowiak committed Feb 26, 2020
1 parent b607cec commit 5807927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions widget-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: https://github.com/rooseve/wp-widget-cache
Description: Cache the output of your blog widgets. Usually it will significantly reduce the sql queries to your database and speed up your site.
Author: Andrew Zhang
Version: 0.27
Version: 0.26.6
Author URI: https://github.com/rooseve/wp-widget-cache
*/
require_once(dirname(__FILE__) . "/inc/wcache.class.php");
Expand All @@ -14,7 +14,7 @@ class WidgetCache

var $plugin_name = 'WP Widget Cache';

var $plugin_version = '0.27';
var $plugin_version = '0.26.6';

var $wcache;

Expand Down

0 comments on commit 5807927

Please sign in to comment.