Releases: perfectyorg/perfecty-push-wp
Releases · perfectyorg/perfecty-push-wp
Release v1.6.3
- Tested up to WordPress 6.7 and PHP 7/8
Release v1.6.2
- Tested up to WordPress 6.0
Release v1.6.1
v1.6.1
Release v1.6.0
- 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 to6.0.7
Release v1.5.1
- Remove unnecessary autoload, related to #111.
Release v1.5.0
- 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
Release v1.4.1
Release v1.4.0
- 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.