|
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.0-alpha] - unreleased |
9 | | - |
10 | | -This is an alpha version! The changes listed here are not final. |
11 | | - |
| 8 | +## [6.4.0] - 2024-01-23 |
12 | 9 | ### Added |
13 | | -- Database: Added preliminary support for SQLite. |
14 | | -- Settings: Add setting to fine tune the Total Value field calculation for contacts and companies. |
15 | | - |
16 | | -### Changed |
17 | | -- Updated package dependencies. |
| 10 | +- Database: Added preliminary support for SQLite. [#34868] |
| 11 | +- Settings: Add setting to fine tune the Total Value field calculation for contacts and companies. [#34957] |
18 | 12 |
|
19 | 13 | ### Fixed |
20 | | -- Backend: Add fallback for dev site detection. |
21 | | -- Contacts: Updated default statuses. |
22 | | -- Custom fields: More robust fallbacks for slug creation. |
| 14 | +- Backend: Add fallback for dev site detection. [#34867] |
| 15 | +- Contacts: Updated default statuses. [#34892] |
| 16 | +- Custom fields: More robust fallbacks for slug creation. [#35175] |
23 | 17 | - Dashboard: Adjust queries for SQLite compatibility. |
24 | | - REST API: Allow calls when not using pretty permalinks. |
25 | | -- Database: Ensure logs table is initiated with all columns. |
26 | | -- Fixed: Escape output in typeaheads. |
27 | | -- Invoices: Fixed total amount in preview and pdf when refunds or credit notes are applied. |
| 18 | +- REST API: Allow calls when not using pretty permalinks. [#35201] |
| 19 | +- Database: Ensure logs table is initiated with all columns. [#34871] |
| 20 | +- Fixed: Escape output in typeaheads. [#35171] |
| 21 | +- Invoices: Fixed total amount in preview and pdf when refunds or credit notes are applied. [#34211] |
28 | 22 | - Jetpack Forms: Detect and process custom date fields correctly. |
29 | | - Custom fields: Gracefully handle invalid date field data. |
30 | | -- Listview: Better output escaping in listviews. |
| 23 | +- Custom fields: Gracefully handle invalid date field data. [#34890] |
| 24 | +- Listview: Better output escaping in listviews. [#35140] |
31 | 25 | - System Assistant: Fix broken links on some tasks. |
32 | | - Migrations: task_offset_fix migration would not mark as complete on some timezones |
33 | | -- Templates: Ensure file paths are valid before trying to load. |
34 | | -- Transactions: Better support for SQLite. |
| 26 | +- Migrations: Fix issue where task_offset_fix migration would not mark as complete on some timezones. [#34873] |
| 27 | +- Templates: Ensure file paths are valid before trying to load. [#34949] |
| 28 | +- Transactions: Better support for SQLite. [#34868] |
35 | 29 |
|
36 | 30 | ## [6.3.2] - 2023-12-19 |
37 | 31 | ### Changed |
@@ -298,7 +292,7 @@ This is an alpha version! The changes listed here are not final. |
298 | 292 | - Improved: Added a migration to remove outdated AKA lines |
299 | 293 |
|
300 | 294 | [5.5.4-a.1]: https://github.com/Automattic/jetpack-crm/compare/v5.5.3...v5.5.4-a.1 |
301 | | -[6.4.0-alpha]: https://github.com/Automattic/jetpack-crm/compare/6.3.2...6.4.0-alpha |
| 295 | +[6.4.0]: https://github.com/Automattic/jetpack-crm/compare/6.3.2...6.4.0 |
302 | 296 | [6.3.2]: https://github.com/Automattic/jetpack-crm/compare/6.3.1...6.3.2 |
303 | 297 | [6.3.1]: https://github.com/Automattic/jetpack-crm/compare/6.3.0...6.3.1 |
304 | 298 | [6.3.0]: https://github.com/Automattic/jetpack-crm/compare/6.2.0...6.3.0 |
|
0 commit comments