Skip to content

Releases: perfectyorg/perfecty-push-wp

Release v1.6.3

28 Dec 04:41
Compare
Choose a tag to compare
  • Tested up to WordPress 6.7 and PHP 7/8

Release v1.6.2

03 Oct 11:16
Compare
Choose a tag to compare
  • Tested up to WordPress 6.0

Release v1.6.1

22 Feb 06:58
Compare
Choose a tag to compare

Release v1.6.0

09 Feb 19:11
Compare
Choose a tag to compare
  • Important: Default styles for the prompt are provided. If necessary, please override the corresponding CSS classes in your theme. Fixes #135
  • Added support for WP 5.9 and beta support to PHP 8. Fixes #136
  • Two new Settings added: Log level and Log driver. Fixes #137
  • Logs auto-cleanup for the Database driver. Deletes the entries older than 10 days in chunks of 1000 rows. Fixes #94
  • Improve multilingual support, use default values as placeholders in the Widget texts. Fixes 143
  • Upgraded the web-push lib to 6.0.7

Release v1.5.1

07 Jan 23:03
b77fcf5
Compare
Choose a tag to compare
  • Remove unnecessary autoload, related to #111.

Release v1.5.0

07 Jan 14:26
Compare
Choose a tag to compare
  • Send automatic notifications for Custom Post Types (public). Related #103
  • Use the external composer libraries only when necessary to avoid potential conflicts. Related #111
  • Fix compatibility issues with the Otter Blocks plugin. Related #125
  • Use WordPress defined timezone in Notifications and Users view. Related #127

Release v1.4.2

15 Dec 15:05
ff65467
Compare
Choose a tag to compare
  • Set the default log level to ERROR. Related #117
  • Move the cron job check warning to the logger. Related #110

Release v1.4.1

07 Sep 19:39
Compare
Choose a tag to compare
  • Improvements to the job management section and the job stats. Related #104, #102

Release v1.4.0

27 Aug 21:27
Compare
Choose a tag to compare
  • Performance improvements, send ~10.000 notifications/minute in a 2 GB RAM/1vCPU server. Related: #81 and #86
  • Parallel flushing size parameter was added with a default value of 50 notifications.
  • Custom welcome message that can be enabled/disabled. Thanks to @mociofiletto. Related #91
  • Added the 'perfecty-push' suffix to the server_url option.

Release v1.3.3

05 Aug 16:53
Compare
Choose a tag to compare
  • Unleashing mechanism for stalled notification jobs. Fixes #86
  • Send logs to error_log() by default when logging is not even enabled. Fixes #85
  • Tested up to WordPress 5.8