Skip to content

Commit

Permalink
Bumps version to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cabrerahector committed Jun 24, 2024
1 parent 0aa1f87 commit 55d8697
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.2",
"version": "7.0.0",
"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.7
Tested up to: 6.5.4
Requires PHP: 7.2
Stable tag: 6.4.2
Stable tag: 7.0.0
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 plugin that displays the most popular posts on your blog.
* Version: 6.4.2
* Version: 7.0.0
* Requires at least: 5.7
* Requires PHP: 7.2
* Author: Hector Cabrera
Expand All @@ -31,7 +31,7 @@
die();
}

define('WPP_VERSION', '6.4.2');
define('WPP_VERSION', '7.0.0');

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

0 comments on commit 55d8697

Please sign in to comment.