|
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.7.0-alpha] - unreleased |
9 | | - |
10 | | -This is an alpha version! The changes listed here are not final. |
11 | | - |
| 8 | +## [6.7.0] - 2025-11-20 |
12 | 9 | ### Added |
13 | | -- Added typecheck placeholder to implement it later. |
14 | | -- Tested up to WordPress 6.9 |
| 10 | +- Add `typecheck` placeholder script (to be implemented). [#44795] |
| 11 | +- Tested up to WordPress 6.9. [#45571] |
15 | 12 |
|
16 | 13 | ### Changed |
17 | | -- Allows admins or CRM quote managers to accept a quote from the front end |
18 | | -- My Jetpack: Unify the user connection flow with a unified screen. |
19 | | -- Send JSON with built-in WordPress functions. |
20 | | -- Tests: Disable tests on PHP 8.5 due to dependency constraints. |
21 | | -- Update dependencies. |
22 | | -- Update package dependencies. |
23 | | -- Use wp_rand() instead of rand() and mt_rand(). |
| 14 | +- Client Portal: Allow admins and CRM quote managers to accept a quote from the frontend. [#45325] |
| 15 | +- My Jetpack: Unify the user connection flow with a unified screen. [#44469] |
| 16 | +- Send JSON with built-in WordPress functions. [#45002] |
| 17 | +- Tests: Disable tests on PHP 8.5 due to dependency constraints. [#45767] |
| 18 | +- Update dependencies. [#44300] |
| 19 | +- Update package dependencies. [#44356] [#44677] [#44701] [#44725] [#45027] [#45096] [#45097] [#45173] [#45229] [#45334] [#45335] [#45478] [#45652] [#45737] [#45915] [#45932] [#45958] [#45961] |
| 20 | +- Use wp_rand() instead of rand() and mt_rand(). [#44964] |
24 | 21 |
|
25 | 22 | ### Fixed |
26 | | -- API: Prevent PHP error when updating companies through undocumented endpoint. |
27 | | -- Code: Clean up legacy PHPCS config files. |
28 | | -- Code: Resolve PhanImpossibleCondition violations. |
29 | | -- fixes issue where more than 2 decimal places would result in multiple tax rates being added |
30 | | -- Fix to create the notifications table on activation |
31 | | -- Improvement so decimals in tax rates do not allow duplicates |
32 | | -- Invoices: Ensure object owner is properly set. |
33 | | -- Jetpack: remove getIconColor functions for block icons |
34 | | -- Settings: Ensure notice appears when settings are saved. |
35 | | -- Team: Account for longer WP user IDs. |
36 | | -- Team: Fix search button. |
37 | | -- Transactions: Disable UI for unimplemented line items feature. |
38 | | -- WooSync: Improve invalid URL detection. |
| 23 | +- API: Prevent PHP error when updating companies through undocumented endpoint. [#44807] |
| 24 | +- Code: Clean up legacy PHPCS config files. [#44828] |
| 25 | +- Code: Resolve PhanImpossibleCondition violations. [#44869] |
| 26 | +- Create the notifications table on activation. [#45311] |
| 27 | +- Invoices: Ensure object owner is properly set. [#45733] |
| 28 | +- Settings: Ensure notice appears when settings are saved. [#44595] |
| 29 | +- Tax rates: Disallow duplicate tax rates. [#45214] [#45246] |
| 30 | +- Team: Account for longer WP user IDs. [#44830] |
| 31 | +- Team: Fix search button. [#44830] |
| 32 | +- WooSync: Improve invalid URL detection. [#45962] |
39 | 33 |
|
40 | 34 | ## [6.6.1] - 2025-07-10 |
41 | 35 | ### Fixed |
@@ -3712,7 +3706,7 @@ This is an alpha version! The changes listed here are not final. |
3712 | 3706 | - Tested across 4 common web hosts |
3713 | 3707 | - Tested with extensions: WooCommerce CRM Sync, PayPal CRM Sync, CSV Importer, ZBS CRM Mail Campaigns, and CRM Sales Dashboard |
3714 | 3708 |
|
3715 | | -[6.7.0-alpha]: https://github.com/Automattic/jetpack-crm/compare/6.6.1...6.7.0-alpha |
| 3709 | +[6.7.0]: https://github.com/Automattic/jetpack-crm/compare/6.6.1...6.7.0 |
3716 | 3710 | [6.6.1]: https://github.com/Automattic/jetpack-crm/compare/6.6.0...6.6.1 |
3717 | 3711 | [6.6.0]: https://github.com/Automattic/jetpack-crm/compare/6.5.1...6.6.0 |
3718 | 3712 | [6.5.1]: https://github.com/Automattic/jetpack-crm/compare/6.5.0...6.5.1 |
|
0 commit comments