Skip to content

Commit 76ab244

Browse files
tbradshamatticbot
authored andcommitted
Updated package versions for automattic/jetpackcrm
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/19549106998 Upstream-Ref: Automattic/jetpack@cccc37a
1 parent 814feeb commit 76ab244

28 files changed

+183
-191
lines changed

CHANGELOG.md

Lines changed: 21 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,31 @@
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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
129
### 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]
1512

1613
### 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]
2421

2522
### 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]
3933

4034
## [6.6.1] - 2025-07-10
4135
### Fixed
@@ -3712,7 +3706,7 @@ This is an alpha version! The changes listed here are not final.
37123706
- Tested across 4 common web hosts
37133707
- Tested with extensions: WooCommerce CRM Sync, PayPal CRM Sync, CSV Importer, ZBS CRM Mail Campaigns, and CRM Sales Dashboard
37143708

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
37163710
[6.6.1]: https://github.com/Automattic/jetpack-crm/compare/6.6.0...6.6.1
37173711
[6.6.0]: https://github.com/Automattic/jetpack-crm/compare/6.5.1...6.6.0
37183712
[6.5.1]: https://github.com/Automattic/jetpack-crm/compare/6.5.0...6.5.1

ZeroBSCRM.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Jetpack CRM
44
* Plugin URI: https://jetpackcrm.com
55
* Description: Jetpack CRM is the simplest CRM for WordPress. Self host your own Customer Relationship Manager using WP.
6-
* Version: 6.7.0-alpha
6+
* Version: 6.7.0
77
* Author: Automattic - Jetpack CRM team
88
* Author URI: https://jetpackcrm.com
99
* Text Domain: zero-bs-crm

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
]
4646
},
4747
"config": {
48-
"autoloader-suffix": "06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_7_0_alpha",
48+
"autoloader-suffix": "06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_7_0",
4949
"allow-plugins": {
5050
"automattic/jetpack-autoloader": true,
5151
"automattic/jetpack-composer-plugin": true,
@@ -60,6 +60,7 @@
6060
"automattic/woocommerce": "^3.1",
6161
"dompdf/dompdf": "^2.0"
6262
},
63+
"repositories": [],
6364
"autoload": {
6465
"classmap": [
6566
"src/"

includes/ZeroBSCRM.Core.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ final class ZeroBSCRM {
2424
*
2525
* @var string
2626
*/
27-
const VERSION = '6.7.0-alpha';
27+
const VERSION = '6.7.0';
2828

2929
/**
3030
* Jetpack CRM version (used in various extensions as of January 2025).

jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [4.3.13] - 2025-11-17
99
### Changed
10-
- Update package dependencies. [#45915] [#45958]
10+
- Update package dependencies. [#45915]
11+
- Update package dependencies. [#45958]
1112

1213
## [4.3.12] - 2025-11-10
1314
### Changed

jetpack_vendor/automattic/jetpack-constants/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"require-dev": {
1010
"brain/monkey": "^2.6.2",
1111
"yoast/phpunit-polyfills": "^4.0.0",
12-
"automattic/jetpack-changelogger": "^6.0.9",
12+
"automattic/jetpack-changelogger": "^6.0.5",
1313
"automattic/phpunit-select-config": "^1.0.3"
1414
},
1515
"suggest": {

jetpack_vendor/automattic/jetpack-status/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"require-dev": {
1111
"brain/monkey": "^2.6.2",
1212
"yoast/phpunit-polyfills": "^4.0.0",
13-
"automattic/jetpack-changelogger": "^6.0.9",
13+
"automattic/jetpack-changelogger": "^6.0.7",
1414
"automattic/jetpack-connection": "@dev",
1515
"automattic/jetpack-plans": "@dev",
1616
"automattic/jetpack-ip": "^0.4.10",

readme.txt

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,29 @@ We offer a full, no-hassle refund within 14 days. You can read more about that,
362362

363363

364364
== Changelog ==
365-
### 6.6.1 - 2025-07-10
365+
### 6.7.0 - 2025-11-20
366+
#### Added
367+
- Add `typecheck` placeholder script (to be implemented).
368+
- Tested up to WordPress 6.9.
369+
370+
#### Changed
371+
- Client Portal: Allow admins and CRM quote managers to accept a quote from the frontend.
372+
- My Jetpack: Unify the user connection flow with a unified screen.
373+
- Send JSON with built-in WordPress functions.
374+
- Tests: Disable tests on PHP 8.5 due to dependency constraints.
375+
- Update dependencies.
376+
- Update package dependencies.
377+
- Use wp_rand() instead of rand() and mt_rand().
378+
366379
#### Fixed
367-
- Address regression that caused excess queries.
368-
- Quote Templates: Clean up link when creating a new quote template.
380+
- API: Prevent PHP error when updating companies through undocumented endpoint.
381+
- Code: Clean up legacy PHPCS config files.
382+
- Code: Resolve PhanImpossibleCondition violations.
383+
- Create the notifications table on activation.
384+
- Invoices: Ensure object owner is properly set.
385+
- Settings: Ensure notice appears when settings are saved.
386+
- Tax rates: Disallow duplicate tax rates.
387+
- Team: Account for longer WP user IDs.
388+
- Team: Fix search button.
389+
- WooSync: Improve invalid URL detection.
369390

vendor/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919

2020
require_once __DIR__ . '/composer/autoload_real.php';
2121

22-
return ComposerAutoloaderInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_7_0_alpha::getLoader();
22+
return ComposerAutoloaderInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_7_0::getLoader();

vendor/autoload_packages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @package automattic/jetpack-autoloader
66
*/
77

8-
namespace Automattic\Jetpack\Autoloader\jp06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_7_0_alpha\al5_0_13;
8+
namespace Automattic\Jetpack\Autoloader\jp06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_7_0\al5_0_13;
99

1010
// phpcs:ignore
1111

0 commit comments

Comments
 (0)