Changeset 3487057
- Timestamp:
- 03/20/2026 09:01:13 AM (2 months ago)
- Location:
- mailarchiver
- Files:
-
- 8 edited
- 1 copied
-
tags/4.6.0 (copied) (copied from mailarchiver/trunk)
-
tags/4.6.0/CHANGELOG.md (modified) (1 diff)
-
tags/4.6.0/init.php (modified) (1 diff)
-
tags/4.6.0/mailarchiver.php (modified) (1 diff)
-
tags/4.6.0/readme.txt (modified) (4 diffs)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/init.php (modified) (1 diff)
-
trunk/mailarchiver.php (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mailarchiver/tags/4.6.0/CHANGELOG.md
r3465852 r3487057 4 4 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and **MailArchiver** adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 5 5 6 ## [4.6.0] - 2026-03-20 7 8 ### Added 9 - Compatibility with WordPress 7.0. 10 11 ### Changed 12 - Minimal requirements are now PHP 8.2 and WordPress 6.4. 13 - Some strings in `readme.txt` have been updated. 14 15 ### Removed 16 - Compatibility with PHP 8.1. 17 - Compatibility with WordPress 6.2 & 6.3. 18 6 19 ## [4.5.1] - 2026-02-20 7 20 8 21 ### Fixed 9 22 - [SEC007] Authenticated (Admininistrator+) SQL Injection via the `logid` parameter / [CVE-2026-2831](https://www.cve.org/CVERecord?id=CVE-2026-2831) (thanks to Ronnachai Chaipha (rxnr) via [Wordfence](https://www.wordfence.com)). 10 11 23 12 24 ## [4.5.0] - 2026-02-19 -
mailarchiver/tags/4.6.0/init.php
r3465852 r3487057 13 13 define( 'MAILARCHIVER_PRODUCT_ABBREVIATION', 'mailarchiver' ); 14 14 define( 'MAILARCHIVER_SLUG', 'mailarchiver' ); 15 define( 'MAILARCHIVER_VERSION', '4. 5.1' );15 define( 'MAILARCHIVER_VERSION', '4.6.0' ); 16 16 define( 'MAILARCHIVER_MONOLOG_VERSION', '2.9.3' ); 17 17 define( 'MAILARCHIVER_CODENAME', '"-"' ); -
mailarchiver/tags/4.6.0/mailarchiver.php
r3465852 r3487057 11 11 * Plugin URI: https://perfops.one/mailarchiver 12 12 * Description: Automatically archive and store all emails sent from your site. 13 * Version: 4. 5.114 * Requires at least: 6. 215 * Requires PHP: 8. 113 * Version: 4.6.0 14 * Requires at least: 6.4 15 * Requires PHP: 8.2 16 16 * Author: Pierre Lannoy / PerfOps One 17 17 * Author URI: https://perfops.one -
mailarchiver/tags/4.6.0/readme.txt
r3465852 r3487057 2 2 Contributors: PierreLannoy, hosterra 3 3 Tags: archive, email, email log, log, mail 4 Requires at least: 6. 25 Requires PHP: 8. 16 Tested up to: 6.97 Stable tag: 4. 5.14 Requires at least: 6.4 5 Requires PHP: 8.2 6 Tested up to: 7.0 7 Stable tag: 4.6.0 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 54 54 This plugin is free and provided without warranty of any kind. Use it at your own risk, I'm not responsible for any improper use of this plugin, nor for any damage it might cause to your site. Always backup all your data before installing a new plugin. 55 55 56 Anyway, I'll be glad to help you if you encounter issues when using this plugin. Just use the support section of this plugin page.56 Anyway, I'll be glad to help you if you encounter issues when using this plugin. Please read carefully the FAQ at the bottom of this page before requesting support. 57 57 58 58 = Privacy = … … 90 90 == Frequently Asked Questions == 91 91 92 = What are the requirements for this plugin to work? =93 94 You need at least **WordPress 5.2** and **PHP 7.2**.95 96 92 = Can this plugin work on multisite? = 97 93 … … 100 96 = Where can I get support? = 101 97 102 Support is provided via the official [WordPress page](https://wordpress.org/support/plugin/mailarchiver/). 98 Support is provided via the official [WordPress page](https://wordpress.org/support/plugin/mailarchiver/). Because I am human myself, please note that I only answer to support requests made by humans, who behave like humans. This excludes requests or bug reports written by AI or those that do not adhere to basic rules of courtesy. 103 99 104 100 = Where can I find documentation? = -
mailarchiver/trunk/CHANGELOG.md
r3465852 r3487057 4 4 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and **MailArchiver** adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 5 5 6 ## [4.6.0] - 2026-03-20 7 8 ### Added 9 - Compatibility with WordPress 7.0. 10 11 ### Changed 12 - Minimal requirements are now PHP 8.2 and WordPress 6.4. 13 - Some strings in `readme.txt` have been updated. 14 15 ### Removed 16 - Compatibility with PHP 8.1. 17 - Compatibility with WordPress 6.2 & 6.3. 18 6 19 ## [4.5.1] - 2026-02-20 7 20 8 21 ### Fixed 9 22 - [SEC007] Authenticated (Admininistrator+) SQL Injection via the `logid` parameter / [CVE-2026-2831](https://www.cve.org/CVERecord?id=CVE-2026-2831) (thanks to Ronnachai Chaipha (rxnr) via [Wordfence](https://www.wordfence.com)). 10 11 23 12 24 ## [4.5.0] - 2026-02-19 -
mailarchiver/trunk/init.php
r3465852 r3487057 13 13 define( 'MAILARCHIVER_PRODUCT_ABBREVIATION', 'mailarchiver' ); 14 14 define( 'MAILARCHIVER_SLUG', 'mailarchiver' ); 15 define( 'MAILARCHIVER_VERSION', '4. 5.1' );15 define( 'MAILARCHIVER_VERSION', '4.6.0' ); 16 16 define( 'MAILARCHIVER_MONOLOG_VERSION', '2.9.3' ); 17 17 define( 'MAILARCHIVER_CODENAME', '"-"' ); -
mailarchiver/trunk/mailarchiver.php
r3465852 r3487057 11 11 * Plugin URI: https://perfops.one/mailarchiver 12 12 * Description: Automatically archive and store all emails sent from your site. 13 * Version: 4. 5.114 * Requires at least: 6. 215 * Requires PHP: 8. 113 * Version: 4.6.0 14 * Requires at least: 6.4 15 * Requires PHP: 8.2 16 16 * Author: Pierre Lannoy / PerfOps One 17 17 * Author URI: https://perfops.one -
mailarchiver/trunk/readme.txt
r3465852 r3487057 2 2 Contributors: PierreLannoy, hosterra 3 3 Tags: archive, email, email log, log, mail 4 Requires at least: 6. 25 Requires PHP: 8. 16 Tested up to: 6.97 Stable tag: 4. 5.14 Requires at least: 6.4 5 Requires PHP: 8.2 6 Tested up to: 7.0 7 Stable tag: 4.6.0 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 54 54 This plugin is free and provided without warranty of any kind. Use it at your own risk, I'm not responsible for any improper use of this plugin, nor for any damage it might cause to your site. Always backup all your data before installing a new plugin. 55 55 56 Anyway, I'll be glad to help you if you encounter issues when using this plugin. Just use the support section of this plugin page.56 Anyway, I'll be glad to help you if you encounter issues when using this plugin. Please read carefully the FAQ at the bottom of this page before requesting support. 57 57 58 58 = Privacy = … … 90 90 == Frequently Asked Questions == 91 91 92 = What are the requirements for this plugin to work? =93 94 You need at least **WordPress 5.2** and **PHP 7.2**.95 96 92 = Can this plugin work on multisite? = 97 93 … … 100 96 = Where can I get support? = 101 97 102 Support is provided via the official [WordPress page](https://wordpress.org/support/plugin/mailarchiver/). 98 Support is provided via the official [WordPress page](https://wordpress.org/support/plugin/mailarchiver/). Because I am human myself, please note that I only answer to support requests made by humans, who behave like humans. This excludes requests or bug reports written by AI or those that do not adhere to basic rules of courtesy. 103 99 104 100 = Where can I find documentation? =
Note: See TracChangeset
for help on using the changeset viewer.
