Skip to content

Commit

Permalink
Get ready for v 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevalk committed Jan 6, 2025
1 parent a505c8b commit b7e1b5f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 =

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "progress-planner",
"version": "1.0.0",
"version": "1.0.2",
"private": true,
"description": "WordPress plugin",
"author": "Team Emilia Projects",
Expand Down
2 changes: 1 addition & 1 deletion progress-planner.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down
15 changes: 14 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit b7e1b5f

Please sign in to comment.