Changeset 3473640
- Timestamp:
- 03/03/2026 12:44:19 PM (4 weeks ago)
- Location:
- email-essentials
- Files:
-
- 6 edited
- 1 copied
-
tags/6.0.3 (copied) (copied from email-essentials/trunk)
-
tags/6.0.3/email-essentials.php (modified) (1 diff)
-
tags/6.0.3/package.json (modified) (1 diff)
-
tags/6.0.3/readme.txt (modified) (4 diffs)
-
trunk/email-essentials.php (modified) (1 diff)
-
trunk/package.json (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
email-essentials/tags/6.0.3/email-essentials.php
r3450238 r3473640 14 14 * Author: Remon Pel <remon@acato.nl> 15 15 * Author URI: https://acato.nl 16 * Version: 6.0. 016 * Version: 6.0.3 17 17 * Requires PHP: 7.4 18 18 * Requires at least: 5.6 -
email-essentials/tags/6.0.3/package.json
r3450238 r3473640 1 1 { 2 2 "name": "acato-email-essentials", 3 "version": "6.0. 0",3 "version": "6.0.3", 4 4 "description": "The only plugin you need for email processing in WordPress.", 5 5 "author": "Municipality of Acato", -
email-essentials/tags/6.0.3/readme.txt
r3450243 r3473640 7 7 Tested up to: 6.9 8 8 Requires PHP: 7.4 9 Stable tag: 6.0. 09 Stable tag: 6.0.3 10 10 License: GPLv2 or later 11 11 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 67 67 Email 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. 68 68 69 = How do I report a vulnerability? =70 Email responsibledisclosure@acato.nl.71 72 69 = How can I contribute? = 73 70 You 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. … … 79 76 = Can we support you financially? = 80 77 If 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? = 80 Please 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. 81 81 82 82 == Screenshots == … … 346 346 == Changelog == 347 347 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 348 357 = 6.0.0 = 349 358 * 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 14 14 * Author: Remon Pel <remon@acato.nl> 15 15 * Author URI: https://acato.nl 16 * Version: 6.0. 016 * Version: 6.0.3 17 17 * Requires PHP: 7.4 18 18 * Requires at least: 5.6 -
email-essentials/trunk/package.json
r3450238 r3473640 1 1 { 2 2 "name": "acato-email-essentials", 3 "version": "6.0. 0",3 "version": "6.0.3", 4 4 "description": "The only plugin you need for email processing in WordPress.", 5 5 "author": "Municipality of Acato", -
email-essentials/trunk/readme.txt
r3450243 r3473640 7 7 Tested up to: 6.9 8 8 Requires PHP: 7.4 9 Stable tag: 6.0. 09 Stable tag: 6.0.3 10 10 License: GPLv2 or later 11 11 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 67 67 Email 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. 68 68 69 = How do I report a vulnerability? =70 Email responsibledisclosure@acato.nl.71 72 69 = How can I contribute? = 73 70 You 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. … … 79 76 = Can we support you financially? = 80 77 If 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? = 80 Please 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. 81 81 82 82 == Screenshots == … … 346 346 == Changelog == 347 347 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 348 357 = 6.0.0 = 349 358 * 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.