From a81ea77acb9ce4e8d1fd32ef68e3481950d1ddf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Cabrera?= Date: Sun, 24 Jul 2022 15:07:55 -0400 Subject: [PATCH] Bumps version to 6.0.3 --- readme.txt | 2 +- wordpress-popular-posts.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index d64973fc..69d13af7 100644 --- a/readme.txt +++ b/readme.txt @@ -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.2 +Stable tag: 6.0.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/wordpress-popular-posts.php b/wordpress-popular-posts.php index d049e6c9..b53ec983 100644 --- a/wordpress-popular-posts.php +++ b/wordpress-popular-posts.php @@ -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.2 + * Version: 6.0.3 * Requires at least: 5.3 * Requires PHP: 7.2 * Author: Hector Cabrera @@ -31,7 +31,7 @@ die(); } -define('WPP_VERSION', '6.0.2'); +define('WPP_VERSION', '6.0.3'); $wpp_main_plugin_file = __FILE__; // Load plugin bootstrap