diff --git a/readme.txt b/readme.txt index b95c789..80a6abe 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.2 Requires PHP: 5.4 -Stable tag: 3.0.4 +Stable tag: 3.0.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/recently.php b/recently.php index e739ac7..fdf4502 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.4 + * Version: 3.0.5 * Author: Hector Cabrera * Author URI: https://cabrerahector.com/ * License: GPL-2.0+ @@ -29,7 +29,7 @@ die(); } -define('RECENTLY_VERSION', '3.0.4'); +define('RECENTLY_VERSION', '3.0.5'); define('RECENTLY_MIN_PHP_VERSION', '5.4'); define('RECENTLY_MIN_WP_VERSION', '4.9');