Skip to content

Commit d40b5f2

Browse files
committed
Update plugin descriptions for v1.1.1.
1 parent df2e6dc commit d40b5f2

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

readme.txt

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
Contributors: mwalek
33
Tags: cache, cachebuster, prevent, clear, buster
44
Requires at least: 4.0
5-
Tested up to: 5.9.3
5+
Tested up to: 6.0
66
Requires PHP: 5.2
77
License: GPLv3 or later
88
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
9-
Stable tag: 1.0.1
9+
Stable tag: 1.1.0
1010

1111

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

4343
== Changelog ==
4444

45+
= 1.1.1 =
46+
47+
Release Date - May 06, 2022
48+
49+
**Enhanced**
50+
51+
* Don't randomize asset version numbers in the admin area.
52+
* Hide Cache Buster's status from non-admins.
53+
4554
= 1.1.0 =
4655

47-
Release Date - April 24, 2022
56+
Release Date - April 25, 2022
4857

4958
**Added**
5059

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

60-
= 1.0.1 =
69+
= 1.0.0 =
6170

62-
Release Date - May 23, 2021
71+
Release Date - June 24, 2020
6372

64-
* Switch to semantic versioning.
73+
* Initial release
6574

66-
= 1.0.0 =
75+
== Upgrade Notice ==
6776

68-
Release Date - June 24, 2020
77+
= 1.1.1 =
6978

70-
* Initial release
79+
Fixes the visibility of Cache Buster's status, preventing non-admins from seeing it.

super-light-cache-buster.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22
/*
3-
* @since 1.1.0
3+
* @since 1.0.0
44
* @package Super_Light_Cache_Buster
55
*
66
* @wordpress-plugin
77
* Plugin Name: Super Light Cache Buster
88
* 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.
9-
* Version: 1.1.0
9+
* Version: 1.1.1
1010
* Author: Mwale Kalenga
1111
* Author URI: https://mwale.me
1212
* License: GPL-3.0+

0 commit comments

Comments
 (0)