From da012e49a1747ebfe1d1fce8333d23a68f66bea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Cabrera?= Date: Tue, 20 Apr 2021 14:01:41 +0100 Subject: [PATCH] Bumps version to 5.3.1 --- readme.txt | 2 +- wordpress-popular-posts.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 04156ac8..777b5367 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: popular, posts, widget, popularity, top Requires at least: 4.9 Tested up to: 5.7.1 Requires PHP: 5.4 -Stable tag: 5.3.0 +Stable tag: 5.3.1 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 eeab5439..f5a154ae 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: 5.3.0 + * Version: 5.3.1 * Author: Hector Cabrera * Author URI: https://cabrerahector.com/ * License: GPL-2.0+ @@ -29,7 +29,7 @@ die(); } -define('WPP_VERSION', '5.3.0'); +define('WPP_VERSION', '5.3.1'); define('WPP_MIN_PHP_VERSION', '5.4'); define('WPP_MIN_WP_VERSION', '4.9');