From 89a2abaf86e91d5ef429ffee9c6541712c8e24f3 Mon Sep 17 00:00:00 2001 From: Ari Stathopoulos Date: Tue, 17 Dec 2024 14:44:10 +0200 Subject: [PATCH] Update version & changelog --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ progress-planner.php | 2 +- readme.txt | 31 +++++++++++++++++++++++++++++-- 3 files changed, 57 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b6a1d53f..789f6d85b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ += 1.0.1 = + +Fixed: + +* Share buttons not working on localhost sites. +* Non-translatable names for monthly badges. +* Graphs appearance. +* Confetti being triggered on every page load. +* Assets versioning. +* Duplicate update-core tasks. +* Information icon for 'Create a long post' task was showing text of 'create a short post' task. +* Numerous other minor bugfixes. + +Enhancements: + +* Improved the onboarding experience. +* Internal refacture of local tasks. +* Privacy policy improvements. +* Removed "product" and "blog" page-types from the settings page. +* Auto-detecting page-types in the settings page. + += 1.0.0 = + +We added Ravi's Recommendations: recommendations on what you should do next on your site! + +We also fixed all previous bugs (most of them twice) and probably introduced new ones ;-) + = 0.9.6 = Fixed: diff --git a/progress-planner.php b/progress-planner.php index fa70fc31c..1eedc7f47 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.0 + * Version: 1.0.1 * Author: Team Emilia Projects * Author URI: https://prpl.fyi/about * License: GPL-3.0+ diff --git a/readme.txt b/readme.txt index fefd1e0bf..d560223e4 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.0 +Stable tag: 1.0.1 License: GPL3+ License URI: https://www.gnu.org/licenses/gpl-3.0.en.html @@ -78,11 +78,38 @@ https://youtu.be/e1bmxZYyXFY == Changelog == += 1.0.1 = + +Fixed: + +* Share buttons not working on localhost sites. +* Non-translatable names for monthly badges. +* Graphs appearance. +* Confetti being triggered on every page load. +* Assets versioning. +* Duplicate update-core tasks. +* Information icon for 'Create a long post' task was showing text of 'create a short post' task. +* Numerous other minor bugfixes. + +Enhancements: + +* Improved the onboarding experience. +* Internal refacture of local tasks. +* Privacy policy improvements. +* Removed "product" and "blog" page-types from the settings page. +* Auto-detecting page-types in the settings page. + = 1.0.0 = We added Ravi's Recommendations: recommendations on what you should do next on your site! -We also fixed all previous bugs (most of them twice) and probably introduced new ones ;-) +We also fixed all previous bugs (most of them twice) and probably introduced new ones ;-) + += 0.9.6 = + +Fixed: + +* Accessibility of the to-do list. = 0.9.5 =