diff --git a/CHANGELOG.md b/CHANGELOG.md index 35e87ebb0..f185ca45d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,14 @@ Fixed: -* Duplicate weekly suggested tasks. -* The REST API endpoint for getting stats. -* Scrollable monthly badges widget height on page load. -* 2026 monthly badges showing up +* Remove duplicated weekly suggested tasks. +* The REST API endpoint for getting stats was broken, causing the weekly emails not to work. +* Scrollable monthly badges widget was the wrong height on page load. +* 2026 monthly badges were showing up and shouldn't (yet). Enhancements: -* Refocus the "add new task" input after ToDo item is added. +* Refocus the "add new task" input after a to-do item is added. = 1.0.1 = diff --git a/package.json b/package.json index 8a24be634..82cdd397f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "progress-planner", - "version": "1.0.0", + "version": "1.0.2", "private": true, "description": "WordPress plugin", "author": "Team Emilia Projects", diff --git a/progress-planner.php b/progress-planner.php index 1eedc7f47..6cdad75b8 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: 1.0.1 + * Version: 1.0.2 * Author: Team Emilia Projects * Author URI: https://prpl.fyi/about * License: GPL-3.0+ diff --git a/readme.txt b/readme.txt index d560223e4..827a9ac55 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.7 Requires PHP: 7.4 -Stable tag: 1.0.1 +Stable tag: 1.0.2 License: GPL3+ License URI: https://www.gnu.org/licenses/gpl-3.0.en.html @@ -78,6 +78,19 @@ https://youtu.be/e1bmxZYyXFY == Changelog == += 1.0.2 = + +Fixed: + +* Remove duplicated weekly suggested tasks. +* The REST API endpoint for getting stats was broken, causing the weekly emails not to work. +* Scrollable monthly badges widget was the wrong height on page load. +* 2026 monthly badges were showing up and shouldn't (yet). + +Enhancements: + +* Refocus the "add new task" input after a to-do item is added. + = 1.0.1 = Fixed: