diff --git a/readme.txt b/readme.txt index 27104aa..c850ee9 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: recent, posts, widget, recently Requires at least: 4.9 Tested up to: 5.7 Requires PHP: 5.4 -Stable tag: 3.0.0 +Stable tag: 3.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/recently.php b/recently.php index a6b7c3f..05ff940 100644 --- a/recently.php +++ b/recently.php @@ -16,7 +16,7 @@ * Plugin Name: Recently * Plugin URI: https://wordpress.org/plugins/recently/ * Description: A highly customizable & feature-packed recent posts widget. - * Version: 3.0.0 + * Version: 3.0.1 * Author: Hector Cabrera * Author URI: https://cabrerahector.com/ * License: GPL-2.0+ @@ -29,7 +29,7 @@ die(); } -define('RECENTLY_VERSION', '3.0.0'); +define('RECENTLY_VERSION', '3.0.1'); define('RECENTLY_MIN_PHP_VERSION', '5.4'); define('RECENTLY_MIN_WP_VERSION', '4.9');