Skip to content

Commit

Permalink
Update plugin descriptions for v1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mwalek committed May 6, 2022
1 parent df2e6dc commit d40b5f2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
27 changes: 18 additions & 9 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
Contributors: mwalek
Tags: cache, cachebuster, prevent, clear, buster
Requires at least: 4.0
Tested up to: 5.9.3
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.0.1
Stable tag: 1.1.0


Stop browser caching by randomizing asset version numbers.
Expand Down Expand Up @@ -42,9 +42,18 @@ This will delete all pages/posts from the cache, and Cache Buster will prevent t

== Changelog ==

= 1.1.1 =

Release Date - May 06, 2022

**Enhanced**

* Don't randomize asset version numbers in the admin area.
* Hide Cache Buster's status from non-admins.

= 1.1.0 =

Release Date - April 24, 2022
Release Date - April 25, 2022

**Added**

Expand All @@ -57,14 +66,14 @@ Release Date - April 24, 2022
* Delete database options when Cache Buster is uninstalled.
* Improve overall code efficiency.

= 1.0.1 =
= 1.0.0 =

Release Date - May 23, 2021
Release Date - June 24, 2020

* Switch to semantic versioning.
* Initial release

= 1.0.0 =
== Upgrade Notice ==

Release Date - June 24, 2020
= 1.1.1 =

* Initial release
Fixes the visibility of Cache Buster's status, preventing non-admins from seeing it.
4 changes: 2 additions & 2 deletions super-light-cache-buster.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php
/*
* @since 1.1.0
* @since 1.0.0
* @package Super_Light_Cache_Buster
*
* @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.0
* Version: 1.1.1
* Author: Mwale Kalenga
* Author URI: https://mwale.me
* License: GPL-3.0+
Expand Down

0 comments on commit d40b5f2

Please sign in to comment.