diff --git a/readme.txt b/readme.txt index ccc7643..d89eb76 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: popular, posts, widget, popularity, top Requires at least: 4.7 Tested up to: 4.9.6 Requires PHP: 5.3 -Stable tag: 4.1.1 +Stable tag: 4.1.2 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 713bd58..fcc479d 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: 4.1.1 + * Version: 4.1.2 * Author: Hector Cabrera * Author URI: https://cabrerahector.com/ * License: GPL-2.0+ @@ -29,7 +29,7 @@ die(); } -define( 'WPP_VER', '4.1.1' ); +define( 'WPP_VER', '4.1.2' ); /* * The code that runs during plugin activation.