Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.7
* Requires PHP: 7.4
* Version: 1.9.1
* Version: 1.9.2
* Author: Team Emilia Projects
* Author URI: https://prpl.fyi/about
* License: GPL-3.0+
Expand Down
13 changes: 12 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.7
Tested up to: 7.1
Requires PHP: 7.4
Stable tag: 1.9.1
Stable tag: 1.9.2
License: GPL3+
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

Expand Down Expand Up @@ -83,6 +83,17 @@ https://youtu.be/e1bmxZYyXFY

== Changelog ==

= 1.9.2 =

Enhancements:

* Strengthened capability and permission checks across the plugin.
* Added 2026 monthly badge names.

Maintenance:

* Confirmed compatibility with WordPress 7.1.

= 1.9.1 =

- Security fix: Authenticated (Editor and above) Stored Cross-Site Scripting (XSS) via recommendation titles. Titles are now sanitized when saved, and existing recommendations are cleaned up via an update script.
Expand Down
Loading