Plugin Directory

Changeset 3473640


Ignore:
Timestamp:
03/03/2026 12:44:19 PM (4 weeks ago)
Author:
acato
Message:

Update to version 6.0.3 from GitHub

Location:
email-essentials
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • email-essentials/tags/6.0.3/email-essentials.php

    r3450238 r3473640  
    1414 * Author: Remon Pel <remon@acato.nl>
    1515 * Author URI: https://acato.nl
    16  * Version: 6.0.0
     16 * Version: 6.0.3
    1717 * Requires PHP: 7.4
    1818 * Requires at least: 5.6
  • email-essentials/tags/6.0.3/package.json

    r3450238 r3473640  
    11{
    22  "name": "acato-email-essentials",
    3   "version": "6.0.0",
     3  "version": "6.0.3",
    44  "description": "The only plugin you need for email processing in WordPress.",
    55  "author": "Municipality of Acato",
  • email-essentials/tags/6.0.3/readme.txt

    r3450243 r3473640  
    77Tested up to: 6.9
    88Requires PHP: 7.4
    9 Stable tag: 6.0.0
     9Stable tag: 6.0.3
    1010License: GPLv2 or later
    1111License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6767Email Essentials has always been free, but has never been open source. Since version 6.0.0, it is now a FOSS plugin, meaning it is free to use, modify and distribute under the GPLv2 license.
    6868
    69 = How do I report a vulnerability? =
    70 Email responsibledisclosure@acato.nl.
    71 
    7269= How can I contribute? =
    7370You can contribute by reporting bugs, helping others in the community, or contributing code. See our [GitHub repository](https://github.com/acato-plugins/email-essentials) for more information.
     
    7976= Can we support you financially? =
    8077If you are a company, using this plugin in commercial projects, and you wish to support its development, please contact us at [sales@acato.nl](mailto:sales@acato.nl).
     78
     79= Where do I report security bugs found in this plugin? =
     80Please report security bugs found in the source code of this plugin through the [Patchstack Vulnerability Disclosure Program](https://patchstack.com/database/vdp/c3d10616-a8d3-41e1-ab3c-19e53b63b1ab). The Patchstack team will assist you with verification, CVE assignment, and notify the developers of this plugin.
    8181
    8282== Screenshots ==
     
    346346== Changelog ==
    347347
     348= 6.0.3 =
     349* Switched to PatchStack for responsible disclosure.
     350
     351= 6.0.2 =
     352* Bugfix for internal use; automated build script failure.
     353
     354= 6.0.1 =
     355* Bugfix for internal use; deprecation handler used incorrect method signature for CssVarEval::evaluate().
     356
    348357= 6.0.0 =
    349358* GOING FOSS! This is the first release of Email Essentials as a FOSS plugin. After months of preparation, we're finally public! If you want more, come check us out on [Acato.nl](https://www.acato.nl).
  • email-essentials/trunk/email-essentials.php

    r3450238 r3473640  
    1414 * Author: Remon Pel <remon@acato.nl>
    1515 * Author URI: https://acato.nl
    16  * Version: 6.0.0
     16 * Version: 6.0.3
    1717 * Requires PHP: 7.4
    1818 * Requires at least: 5.6
  • email-essentials/trunk/package.json

    r3450238 r3473640  
    11{
    22  "name": "acato-email-essentials",
    3   "version": "6.0.0",
     3  "version": "6.0.3",
    44  "description": "The only plugin you need for email processing in WordPress.",
    55  "author": "Municipality of Acato",
  • email-essentials/trunk/readme.txt

    r3450243 r3473640  
    77Tested up to: 6.9
    88Requires PHP: 7.4
    9 Stable tag: 6.0.0
     9Stable tag: 6.0.3
    1010License: GPLv2 or later
    1111License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6767Email Essentials has always been free, but has never been open source. Since version 6.0.0, it is now a FOSS plugin, meaning it is free to use, modify and distribute under the GPLv2 license.
    6868
    69 = How do I report a vulnerability? =
    70 Email responsibledisclosure@acato.nl.
    71 
    7269= How can I contribute? =
    7370You can contribute by reporting bugs, helping others in the community, or contributing code. See our [GitHub repository](https://github.com/acato-plugins/email-essentials) for more information.
     
    7976= Can we support you financially? =
    8077If you are a company, using this plugin in commercial projects, and you wish to support its development, please contact us at [sales@acato.nl](mailto:sales@acato.nl).
     78
     79= Where do I report security bugs found in this plugin? =
     80Please report security bugs found in the source code of this plugin through the [Patchstack Vulnerability Disclosure Program](https://patchstack.com/database/vdp/c3d10616-a8d3-41e1-ab3c-19e53b63b1ab). The Patchstack team will assist you with verification, CVE assignment, and notify the developers of this plugin.
    8181
    8282== Screenshots ==
     
    346346== Changelog ==
    347347
     348= 6.0.3 =
     349* Switched to PatchStack for responsible disclosure.
     350
     351= 6.0.2 =
     352* Bugfix for internal use; automated build script failure.
     353
     354= 6.0.1 =
     355* Bugfix for internal use; deprecation handler used incorrect method signature for CssVarEval::evaluate().
     356
    348357= 6.0.0 =
    349358* GOING FOSS! This is the first release of Email Essentials as a FOSS plugin. After months of preparation, we're finally public! If you want more, come check us out on [Acato.nl](https://www.acato.nl).
Note: See TracChangeset for help on using the changeset viewer.