|
5 | 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) |
6 | 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
7 | 7 |
|
8 | | -## [6.4.4-alpha] - unreleased |
9 | | - |
10 | | -This is an alpha version! The changes listed here are not final. |
11 | | - |
12 | | -### Added |
13 | | -- Consolidate and expand changelog history |
14 | | - |
15 | | -### Changed |
16 | | -- Change codebase to use clsx instead of classnames. |
17 | | -- General: indicate compatibility with the upcoming version of WordPress - 6.6. |
18 | | -- Updated package dependencies. |
| 8 | +## [6.4.4] - 2024-08-07 |
19 | 9 |
|
20 | 10 | ### Removed |
21 | | -- Remove obsolete PHP version check in `tests/action-skip-test-php.sh`. No change to the plugin itself. |
22 | | -- Remove unused MailPoet use statements. |
| 11 | +- MailPoet: Remove unused MailPoet use statements. [#38453] |
23 | 12 |
|
24 | 13 | ### Fixed |
25 | | -- Bump version provided via API |
26 | | -- Lossless image optimization of images in projects/plugins [subdirectories from a* through social] |
27 | | -- WooSync: Fix a warning message on sync and fatal error when a fee value is not a number |
| 14 | +- WooSync: Fix a warning message on sync and fatal error when a fee value is not a number [#38570] |
28 | 15 |
|
29 | 16 | ## [6.4.3] - 2024-05-23 |
30 | 17 | ### Added |
@@ -3614,7 +3601,7 @@ This is an alpha version! The changes listed here are not final. |
3614 | 3601 | - Tested with extensions: WooCommerce CRM Sync, PayPal CRM Sync, CSV Importer, ZBS CRM Mail Campaigns, and CRM Sales Dashboard |
3615 | 3602 |
|
3616 | 3603 | [5.5.4-a.1]: https://github.com/Automattic/jetpack-crm/compare/v5.5.3...v5.5.4-a.1 |
3617 | | -[6.4.4-alpha]: https://github.com/Automattic/jetpack-crm/compare/6.4.3...6.4.4-alpha |
| 3604 | +[6.4.4]: https://github.com/Automattic/jetpack-crm/compare/6.4.3...6.4.4 |
3618 | 3605 | [6.4.3]: https://github.com/Automattic/jetpack-crm/compare/6.4.2...6.4.3 |
3619 | 3606 | [6.4.2]: https://github.com/Automattic/jetpack-crm/compare/6.4.1...6.4.2 |
3620 | 3607 | [6.4.1]: https://github.com/Automattic/jetpack-crm/compare/6.4.0...6.4.1 |
|
0 commit comments