|
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.3-alpha] - unreleased |
9 |
| - |
10 |
| -This is an alpha version! The changes listed here are not final. |
11 |
| - |
| 8 | +## [6.4.3] - 2024-05-23 |
12 | 9 | ### Added
|
13 |
| -- Currency: Added several new currencies to the currency dropdown. |
14 |
| -- Fonts: Updated core Noto Sans, and added new CJK fonts |
15 |
| -- Readme: Adding information on how to contribute to Jetpack CRM |
16 |
| -- WooSync: Added new status mapping to avoid creating invoices and transactions from WooCommerce to Jetpack CRM |
| 10 | +- Currency: Added several new currencies to the currency dropdown. [#36897] |
| 11 | +- Fonts: Updated core Noto Sans, and added new CJK fonts. [#36962] |
| 12 | +- Readme: Adding information on how to contribute to Jetpack CRM. [#36847] |
| 13 | +- WooSync: Added new status mapping to avoid creating invoices and transactions from WooCommerce to Jetpack CRM. [#37276] |
17 | 14 |
|
18 | 15 | ### Changed
|
19 |
| -- General: use wp_admin_notice function introduced in WP 6.4 to display notices. |
20 |
| -- Updated package dependencies. |
| 16 | +- General: use wp_admin_notice function introduced in WP 6.4 to display notices. [#37051] |
| 17 | +- Updated package dependencies. [#36775] [#37147] [#37148] [#37348] [#37379] [#37380] [#37382] |
21 | 18 |
|
22 | 19 | ### Removed
|
23 |
| -- Contact Form: Updated a comment reference to Grunion_Contact_Form_Plugin to be Contact_Form_Plugin. |
| 20 | +- Contact Form: Updated a comment reference to Grunion_Contact_Form_Plugin to be Contact_Form_Plugin. [#37157] |
24 | 21 |
|
25 | 22 | ### Fixed
|
26 |
| -- Companies: Increased city field size from 100 to 200 |
27 |
| -- Contacts: Increased city field size from 100 to 200 |
28 |
| -- Invoices: Fix the logo, image not found, issue in the PDF invoices. |
29 |
| -- Invoices: Remove the blank line below the contact name. |
30 |
| -- Listviews: Invoice quick filter status fix to prevent filters not working |
31 |
| -- MailPoet Sync: Fixed the percentage difference issue calculating the pending pages to proces. |
| 23 | +- Companies: Increased city field size from 100 to 200. [#37509] |
| 24 | +- Contacts: Increased city field size from 100 to 200. [#37509] |
| 25 | +- Invoices: Fix "image not found" logo issue in PDF invoices. [#37311] |
| 26 | +- Invoices: Remove the blank line below the contact name. [#37462] |
| 27 | +- Listviews: Invoice quick filter status fix to prevent filters not working. [#37048] |
| 28 | +- MailPoet Sync: Fix pending pages percentage calculation issue. [#37508] |
32 | 29 |
|
33 | 30 | ## [6.4.2] - 2024-04-08
|
34 | 31 | ### Added
|
@@ -359,7 +356,7 @@ This is an alpha version! The changes listed here are not final.
|
359 | 356 | - Improved: Added a migration to remove outdated AKA lines
|
360 | 357 |
|
361 | 358 | [5.5.4-a.1]: https://github.com/Automattic/jetpack-crm/compare/v5.5.3...v5.5.4-a.1
|
362 |
| -[6.4.3-alpha]: https://github.com/Automattic/jetpack-crm/compare/6.4.2...6.4.3-alpha |
| 359 | +[6.4.3]: https://github.com/Automattic/jetpack-crm/compare/6.4.2...6.4.3 |
363 | 360 | [6.4.2]: https://github.com/Automattic/jetpack-crm/compare/6.4.1...6.4.2
|
364 | 361 | [6.4.1]: https://github.com/Automattic/jetpack-crm/compare/6.4.0...6.4.1
|
365 | 362 | [6.4.0]: https://github.com/Automattic/jetpack-crm/compare/6.3.2...6.4.0
|
|
0 commit comments