Skip to content

Commit

Permalink
Update plugin version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mwalek committed Sep 29, 2022
1 parent 9829704 commit 9a4d0df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Tested up to: 6.0
Requires PHP: 5.2
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Stable tag: 1.1.0
Stable tag: 1.1.2


Stop browser caching by randomizing asset version numbers.
Expand Down
4 changes: 2 additions & 2 deletions super-light-cache-buster.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @wordpress-plugin
* Plugin Name: Super Light Cache Buster
* Description: With a compressed size of under 10KB, this simple plugin adds random version numbers to CSS & JS assets to vanquish browser caching. Clear your Site and Server-side caches, and this plugin will do the rest.
* Version: 1.1.1
* Version: 1.1.2
* Author: Mwale Kalenga
* Author URI: https://mwale.me
* License: GPL-3.0+
Expand Down Expand Up @@ -96,7 +96,7 @@ public function plugin_settings_page_content() {?>
submit_button();
?>
</form>
<diV>
<div>
</div> <?php
}
public function admin_notice() { ?>
Expand Down

0 comments on commit 9a4d0df

Please sign in to comment.