Skip to content

Commit 12bd444

Browse files
committed
Bumps version to 6.4.2
1 parent 887de63 commit 12bd444

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wordpress-popular-posts",
3-
"version": "6.4.1",
3+
"version": "6.4.2",
44
"description": "A highly customizable widget that displays your most popular posts.",
55
"main": "index.js",
66
"scripts": {

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: popular, posts, widget, popularity, top
55
Requires at least: 5.3
66
Tested up to: 6.4.1
77
Requires PHP: 7.2
8-
Stable tag: 6.4.1
8+
Stable tag: 6.4.2
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

wordpress-popular-posts.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Plugin Name: WordPress Popular Posts
1717
* Plugin URI: https://wordpress.org/plugins/wordpress-popular-posts/
1818
* Description: A highly customizable widget that displays the most popular posts on your blog.
19-
* Version: 6.4.1
19+
* Version: 6.4.2
2020
* Requires at least: 5.3
2121
* Requires PHP: 7.2
2222
* Author: Hector Cabrera
@@ -31,7 +31,7 @@
3131
die();
3232
}
3333

34-
define('WPP_VERSION', '6.4.1');
34+
define('WPP_VERSION', '6.4.2');
3535

3636
$wpp_main_plugin_file = __FILE__;
3737
// Load plugin bootstrap

0 commit comments

Comments
 (0)