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