diff --git a/progress-planner.php b/progress-planner.php index b480fdc0a..3a634180a 100644 --- a/progress-planner.php +++ b/progress-planner.php @@ -9,7 +9,7 @@ * Description: A plugin to help you fight procrastination and get things done. * Requires at least: 6.3 * Requires PHP: 7.4 - * Version: 0.9.3 + * Version: 0.9.4 * Author: Team Emilia Projects * Author URI: https://prpl.fyi/about * License: GPL-3.0+ diff --git a/readme.txt b/readme.txt index a5da5edeb..c1fb565dd 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: planning, maintenance, writing, blogging Requires at least: 6.3 Tested up to: 6.5 Requires PHP: 7.4 -Stable tag: 0.9.3 +Stable tag: 0.9.4 License: GPL3+ License URI: https://www.gnu.org/licenses/gpl-3.0.en.html @@ -78,6 +78,18 @@ https://youtu.be/e1bmxZYyXFY == Upgrade Notice == += 0.9.4 = + +Enhancements: + +* Added a setting to include post types, we default to `post` and `page` and you can add others as you wish. + +Fixed: + +* Completing the last badge wouldn't ever work, fixed. +* Fixed some bugs around detecting badges being "had". +* Replaced links to the site with shortlinks, so we can change them as needed without doing a release. + = 0.9.3 = This version improves plugin security by sanitizing to-do items better. This basically means your co-workers on the site can't hack you.