Skip to content

Commit

Permalink
Bumps version to 6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cabrerahector committed Aug 28, 2022
1 parent 10d280c commit 98e797c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wordpress-popular-posts",
"version": "6.0.0",
"version": "6.0.4",
"description": "A highly customizable widget that displays your most popular posts.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: popular, posts, widget, popularity, top
Requires at least: 5.3
Tested up to: 6.0.1
Requires PHP: 7.2
Stable tag: 6.0.3
Stable tag: 6.0.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
4 changes: 2 additions & 2 deletions wordpress-popular-posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin Name: WordPress Popular Posts
* Plugin URI: https://wordpress.org/plugins/wordpress-popular-posts/
* Description: A highly customizable widget that displays the most popular posts on your blog.
* Version: 6.0.3
* Version: 6.0.4
* Requires at least: 5.3
* Requires PHP: 7.2
* Author: Hector Cabrera
Expand All @@ -31,7 +31,7 @@
die();
}

define('WPP_VERSION', '6.0.3');
define('WPP_VERSION', '6.0.4');

$wpp_main_plugin_file = __FILE__;
// Load plugin bootstrap
Expand Down

0 comments on commit 98e797c

Please sign in to comment.