Skip to content

Releases: ProgressPlanner/progress-planner

v1.5.0

05 Jun 08:04
33a3669

Choose a tag to compare

What's Changed

Full Changelog: v1.4.2...v1.5.0

v1.4.2

09 May 11:34
294ab46

Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2

v1.4.1

09 May 04:55
dd3edf9

Choose a tag to compare

What's Changed

  • Fix PHP error on Yoast SEO Settings page when Premium is active by @ilicfilip in #478

Full Changelog: v1.4.0...v1.4.1

v1.4.0

08 May 11:26
95753c0

Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

28 Apr 10:54
6d13674

Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

08 Apr 10:03

Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.2.0

v1.1.1

01 Apr 09:45
3f211a7

Choose a tag to compare

This release was a major refactor.
Very few things changed for users, but internally a lot of structure has changed, paving the way for future implementations.


Bugs we fixed:

  • Fixed unnecessary display of the upgrade popover.
  • Fixed saving license key from 'Subscribe to weekly' emails popover.
  • Reduced number of database queries when checking for user activity scores.
  • Fixed database queries when getting activities by type.

Enhancements:

  • Simplified the Dashboard widget.
  • Styling improvements.
  • Improved some translation strings.
  • Improved suggestions for writing new posts.
  • UI improvements in the plugin settings page.
  • TODO tasks can now award 1 point per week, counting toward the monthly badges.

Under the hood:

  • Completely refactored the TODOs system.
  • Refactored the suggested-tasks system.
  • Refactored our AJAX calls.
  • Performance & caching improvements.
  • Refactored popovers implementation.
  • Added implementation to migrate plugin data on updates.
  • Improved debugging suite.
  • Added new hooks for integration with 3rd-party plugins.
  • Added a data collector system for tasks providers.
  • Refactored the way tasks are saved in the database for consistency.
  • Improved one_time and repetitive task type abstractions.
  • Refactored the celebrations system.

v1.1.0

20 Feb 11:58

Choose a tag to compare

In this release, we've added more recommendations from Ravi on how to improve your site. We've also made these recommendations more visible on your WordPress
settings pages, by showing on settings pages exactly which things we think you should change. Also, if you're just now starting to use Progress Planner,
we've made the onboarding experience a lot more fun: we show you immediately which of Ravi's recommended tasks you've already completed and we give
you points for those!

Added these recommendations from Ravi:

Bugs we fixed:

  • If you had WP_DEBUG set to false, the plugin would still tell you to disable WP_DEBUG_DISPLAY. We think Ravi was a bit overzealous in his recommendation, so we've fixed that.

Under the hood:

  • We've added our set of debug tools straight into the plugin. If you define PRPL_DEBUG as true in your wp-config.php file, you'll get a PRPL Debug admin bar menu item.
  • Improved suggested tasks completion conditions so they don't trigger at the wrong moment.

v1.0.4

11 Feb 08:07
dcfcc53

Choose a tag to compare

Enhancements:

  • We've moved Ravi's recommendations to the top left of your Progress Planner dashboard. They're the most important thing on there, so we wanted to give it prime placement.
  • We changed "Update post" to "Review post" / "Review page" and wrote better instructions for reviewing old posts and pages. These tasks now prioritize the most important pages, like your About page, Privacy policy, Contact page and FAQ page.
  • Added an option to redirect users to the Progress Planner dashboard after login. The WordPress dashboard isn't particularly useful in our eyes, this mind entice you to action more.
  • Added a plugin-deactivation feedback form (we tell you, because you'll never see it, right? :) ).
  • Removed the celebration for "Perform all updates" if it was done by WordPress's automatic update. We all love confetti, but when it comes all the time without you doing anything, it loses its value, right? Hence this fix.

We've added the following Recommendations from Ravi:

1.0.3

22 Jan 12:06
74c55ba

Choose a tag to compare

Fixed:

  • Detection of page-types in the settings page.
  • Properly resetting caches for monthly badges.

Enhancements:

  • Added a new "Challenges" widget to the dashboard.