Skip to content

Commit

Permalink
Limit .org tags to 5, as required.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixarntz committed Jul 29, 2024
1 parent bc54c76 commit 414993a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
"cache",
"flushing",
"invalidation",
"clearing",
"performance",
"user experience",
"lightweight"
"performance"
],
"homepage": "https://wordpress.org/plugins/flush-transients/",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion flush-transients.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* License: GNU General Public License v2 (or later)
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: flush-transients
* Tags: transients, cache, flushing, invalidation, clearing, performance, user experience, lightweight
* Tags: transients, cache, flushing, invalidation, performance
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
"cache",
"flushing",
"invalidation",
"clearing",
"performance",
"user experience",
"lightweight"
"performance"
],
"homepage": "https://wordpress.org/plugins/flush-transients/",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Requires PHP: 5.2
Stable tag: 1.0.0
License: GNU General Public License v2 (or later)
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: transients, cache, flushing, invalidation, clearing, performance, user experience, lightweight
Tags: transients, cache, flushing, invalidation, performance

This plugin allows you to flush WordPress transients, plain and simple.

Expand Down

0 comments on commit 414993a

Please sign in to comment.