Releases: Pierre-Lannoy/wp-mailarchiver
Releases · Pierre-Lannoy/wp-mailarchiver
Version 4.1.0
Added
- Compatibility with WordPress 6.6 & 6.7.
Changed
- Ability to self-update from Github.
- The plugin user agent is now more consistent and "standard".
Fixed
- There's a WordPress core "feature" which causes some PII to leak (to wp.org) during plugin and theme updates. This is no more the case for this plugin.
- In some cases, a WordPress notice can be triggered concerning the loading sequence of translations.
Removed
- Test site launching from wordpress.org plugin page.
- All Databeam hooks and libraries, as the Databeam project is abandoned.
- Dependency on wp.org for updates.
Version 4.0.0
Added
- [BC] To enable installation on more heterogeneous platforms, the plugin now adapts its internal logging mode to already loaded libraries.
Changed
- Updated DecaLog SDK from version 4.1.0 to version 5.0.0.
Fixed
- PHP error with some plugins like Woocommerce Paypal Payments.
Version 3.0.1 + 3.0.2
[3.0.2] - Fixed
- There's some issues while pushing on wp.org repository.
[3.0.1] - Fixed
- There's some typos in the admin UI.
- All translations are not available.
Version 3.0.0
Added
- Full compatibility with Elasticsearch 8.
Changed
- [BC] Updated DecaLog SDK from version 3.0.0 to version 4.2.0.
- Upgraded Monolog library from version 2.9.1 to version 2.9.3.
- Upgraded GuzzleHttp library from version 7.2.0 to version 7.8.1.
- Upgraded Elasticsearch library from version 7.6.1 to version 8.13.0.
- Minimal required WordPress version is now 6.2.
Version 2.14.0
Added
- New archiver to store archives in Hosterra Email.
Fixed
- There's some typos in the admin UI.
Version 2.13.0
Added
- Compatibility with WordPress 6.5.
Changed
- Minimal required WordPress version is now 6.1.
- Minimal required PHP version is now 8.1.
Version 2.12.0
Added
- Compatibility with WordPress 6.4.
Version 2.11.0
Added
- Compatibility with WordPress 6.3.
- New option in archivers for proactive protection against XSS vulnerabilities.
Changed
- Improved view for plain text email bodies.
- Improved compatibility with Contact Forms plugin.
- The color for
shmop
test in Site Health is now gray to not worry to much about it (was previously orange).
Fixed
- [SEC004] XSS vulnerability / CVE-2023-3136 (thanks to Alex Thomas from Wordfence).
Version 2.10.1
Fixed
- [SEC003] CSRF vulnerability / CVE-2023-27444 (thanks to Mika from Patchstack).
Version 2.10.0
The developments of PerfOps One suite, of which this plugin is a part, is now sponsored by Hosterra.
Hosterra is a web hosting company I founded in late 2022 whose purpose is to propose web services operating in a European data center that is water and energy efficient and ensures a first step towards GDPR compliance.
This sponsoring is a way to keep PerfOps One plugins suite free, open source and independent.
Added
- Compatibility with WordPress 6.2.
Changed
- Upgraded Monolog library from version 2.8.0 to version 2.9.1.
- Improved loading by removing unneeded jQuery references in public rendering (thanks to Kishorchand).
Fixed
- In some edge-cases, detecting IP may produce PHP deprecation warnings (thanks to YR Chen).