diff --git a/readme.txt b/readme.txt index 3f4a231..70e5b38 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.1 +Stable tag: 3.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/recently.php b/recently.php index 05ff940..a77acfd 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.1 + * Version: 3.0.2 * Author: Hector Cabrera * Author URI: https://cabrerahector.com/ * License: GPL-2.0+ @@ -29,7 +29,7 @@ die(); } -define('RECENTLY_VERSION', '3.0.1'); +define('RECENTLY_VERSION', '3.0.2'); define('RECENTLY_MIN_PHP_VERSION', '5.4'); define('RECENTLY_MIN_WP_VERSION', '4.9');