close

Plugin Directory

Changeset 3487057


Ignore:
Timestamp:
03/20/2026 09:01:13 AM (2 months ago)
Author:
PierreLannoy
Message:

MailArchiver 4.6.0 released from GitHub

Location:
mailarchiver
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • mailarchiver/tags/4.6.0/CHANGELOG.md

    r3465852 r3487057  
    44The 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).
    55
     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
    619## [4.5.1] - 2026-02-20
    720
    821### Fixed
    922- [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 
    1123
    1224## [4.5.0] - 2026-02-19
  • mailarchiver/tags/4.6.0/init.php

    r3465852 r3487057  
    1313define( 'MAILARCHIVER_PRODUCT_ABBREVIATION', 'mailarchiver' );
    1414define( 'MAILARCHIVER_SLUG', 'mailarchiver' );
    15 define( 'MAILARCHIVER_VERSION', '4.5.1' );
     15define( 'MAILARCHIVER_VERSION', '4.6.0' );
    1616define( 'MAILARCHIVER_MONOLOG_VERSION', '2.9.3' );
    1717define( 'MAILARCHIVER_CODENAME', '"-"' );
  • mailarchiver/tags/4.6.0/mailarchiver.php

    r3465852 r3487057  
    1111 * Plugin URI:        https://perfops.one/mailarchiver
    1212 * Description:       Automatically archive and store all emails sent from your site.
    13  * Version:           4.5.1
    14  * Requires at least: 6.2
    15  * Requires PHP:      8.1
     13 * Version:           4.6.0
     14 * Requires at least: 6.4
     15 * Requires PHP:      8.2
    1616 * Author:            Pierre Lannoy / PerfOps One
    1717 * Author URI:        https://perfops.one
  • mailarchiver/tags/4.6.0/readme.txt

    r3465852 r3487057  
    22Contributors: PierreLannoy, hosterra
    33Tags: archive, email, email log, log, mail
    4 Requires at least: 6.2
    5 Requires PHP: 8.1
    6 Tested up to: 6.9
    7 Stable tag: 4.5.1
     4Requires at least: 6.4
     5Requires PHP: 8.2
     6Tested up to: 7.0
     7Stable tag: 4.6.0
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    5454This 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.
    5555
    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.
     56Anyway, 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.
    5757
    5858= Privacy =
     
    9090== Frequently Asked Questions ==
    9191
    92 = What are the requirements for this plugin to work? =
    93 
    94 You need at least **WordPress 5.2** and **PHP 7.2**.
    95 
    9692= Can this plugin work on multisite? =
    9793
     
    10096= Where can I get support? =
    10197
    102 Support is provided via the official [WordPress page](https://wordpress.org/support/plugin/mailarchiver/).
     98Support 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.
    10399
    104100= Where can I find documentation? =
  • mailarchiver/trunk/CHANGELOG.md

    r3465852 r3487057  
    44The 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).
    55
     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
    619## [4.5.1] - 2026-02-20
    720
    821### Fixed
    922- [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 
    1123
    1224## [4.5.0] - 2026-02-19
  • mailarchiver/trunk/init.php

    r3465852 r3487057  
    1313define( 'MAILARCHIVER_PRODUCT_ABBREVIATION', 'mailarchiver' );
    1414define( 'MAILARCHIVER_SLUG', 'mailarchiver' );
    15 define( 'MAILARCHIVER_VERSION', '4.5.1' );
     15define( 'MAILARCHIVER_VERSION', '4.6.0' );
    1616define( 'MAILARCHIVER_MONOLOG_VERSION', '2.9.3' );
    1717define( 'MAILARCHIVER_CODENAME', '"-"' );
  • mailarchiver/trunk/mailarchiver.php

    r3465852 r3487057  
    1111 * Plugin URI:        https://perfops.one/mailarchiver
    1212 * Description:       Automatically archive and store all emails sent from your site.
    13  * Version:           4.5.1
    14  * Requires at least: 6.2
    15  * Requires PHP:      8.1
     13 * Version:           4.6.0
     14 * Requires at least: 6.4
     15 * Requires PHP:      8.2
    1616 * Author:            Pierre Lannoy / PerfOps One
    1717 * Author URI:        https://perfops.one
  • mailarchiver/trunk/readme.txt

    r3465852 r3487057  
    22Contributors: PierreLannoy, hosterra
    33Tags: archive, email, email log, log, mail
    4 Requires at least: 6.2
    5 Requires PHP: 8.1
    6 Tested up to: 6.9
    7 Stable tag: 4.5.1
     4Requires at least: 6.4
     5Requires PHP: 8.2
     6Tested up to: 7.0
     7Stable tag: 4.6.0
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    5454This 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.
    5555
    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.
     56Anyway, 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.
    5757
    5858= Privacy =
     
    9090== Frequently Asked Questions ==
    9191
    92 = What are the requirements for this plugin to work? =
    93 
    94 You need at least **WordPress 5.2** and **PHP 7.2**.
    95 
    9692= Can this plugin work on multisite? =
    9793
     
    10096= Where can I get support? =
    10197
    102 Support is provided via the official [WordPress page](https://wordpress.org/support/plugin/mailarchiver/).
     98Support 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.
    10399
    104100= Where can I find documentation? =
Note: See TracChangeset for help on using the changeset viewer.