Skip to content

Commit bad6266

Browse files
tbradshamatticbot
authored andcommitted
Updated package versions for automattic/jetpackcrm
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/16199112170 Upstream-Ref: Automattic/jetpack@aad56b3
1 parent cc26edb commit bad6266

27 files changed

+140
-210
lines changed

CHANGELOG.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,10 @@
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.6.1-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [6.6.1] - 2025-07-10
129
### Fixed
13-
- install functions running every pageload.
14-
- Quote Templates: Clean up link when creating a new quote template.
10+
- Address regression that caused excess queries. [#44267]
11+
- Quote Templates: Clean up link when creating a new quote template. [#44251]
1512

1613
## [6.6.0] - 2025-07-09
1714
### Added
@@ -3683,7 +3680,7 @@ This is an alpha version! The changes listed here are not final.
36833680
- Tested across 4 common web hosts
36843681
- Tested with extensions: WooCommerce CRM Sync, PayPal CRM Sync, CSV Importer, ZBS CRM Mail Campaigns, and CRM Sales Dashboard
36853682

3686-
[6.6.1-alpha]: https://github.com/Automattic/jetpack-crm/compare/6.6.0...6.6.1-alpha
3683+
[6.6.1]: https://github.com/Automattic/jetpack-crm/compare/6.6.0...6.6.1
36873684
[6.6.0]: https://github.com/Automattic/jetpack-crm/compare/6.5.1...6.6.0
36883685
[6.5.1]: https://github.com/Automattic/jetpack-crm/compare/6.5.0...6.5.1
36893686
[6.5.0]: https://github.com/Automattic/jetpack-crm/compare/6.4.4...6.5.0

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.6.1-alpha
6+
* Version: 6.6.1
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
@@ -46,7 +46,7 @@
4646
]
4747
},
4848
"config": {
49-
"autoloader-suffix": "06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_6_1_alpha",
49+
"autoloader-suffix": "06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_6_1",
5050
"allow-plugins": {
5151
"automattic/jetpack-autoloader": true,
5252
"automattic/jetpack-composer-plugin": true,
@@ -61,6 +61,7 @@
6161
"automattic/woocommerce": "^3.1",
6262
"dompdf/dompdf": "^2.0"
6363
},
64+
"repositories": [],
6465
"autoload": {
6566
"classmap": [
6667
"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.6.1-alpha';
27+
const VERSION = '6.6.1';
2828

2929
/**
3030
* Jetpack CRM version (used in various extensions as of January 2025).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array(), 'version' => 'ee465747cf34a69221cd');
1+
<?php return array('dependencies' => array(), 'version' => '26e1d55213256aaec2aa');

jetpack_vendor/automattic/jetpack-assets/build/jetpack-script-data.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.txt

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

363363

364364
== Changelog ==
365-
### 6.6.0 - 2025-07-08
366-
#### Added
367-
- Tasks: Show completion checkmark in week and day views.
368-
369-
#### Changed
370-
- Code: First pass of style coding standards.
371-
- Code: Introduce version constant in main plugin class.
372-
- Code: Load third-party dependencies from build folder.
373-
- General: Indicate compatibility with WordPress 6.8.
374-
- General: Update minimum WordPress version to 6.7.
375-
- Improve settings so partial payments can be disabled.
376-
- Tasks: Update FullCalendar to latest version.
377-
- Update daterangepicker to 3.1.0.
378-
- Update package dependencies.
379-
380-
#### Removed
381-
- Code: Remove unused function and images.
382-
- Remove Bootstrap dependency.
383-
- Remove Onboarding React prototype.
384-
- Remove unused legacy code.
385-
365+
### 6.6.1 - 2025-07-10
386366
#### Fixed
387-
- API: Fix `companies` endpoint param mapping.
388-
- Client Portal: Remove top margin from quotes to ensure the top of the quote is visible.
389-
- Client Portal: Show success message when quote is accepted.
390-
- Code: Prevent dynamic class properties.
391-
- Code: Remove extra params on function calls.
392-
- Code: Remove unneeded `data:` URI components.
393-
- Code: Update package annotations.
394-
- Code: Update stylesheets to use hex instead of named colors.
395-
- Code: Update stylesheets to use WordPress font styles.
396-
- Contacts: Prevent a PHP warning when adding a new contact when a custom file field exists.
397-
- Fix a bug where tax names appended from WooCommerce.
398-
- Fix warning for PHP notices on translation.
399-
- Invoice line items now import the product short description if set.
400-
- JS Packages: Decrease CSS priority of global styles to prevent them from applying within the editor.
401-
- Linting: Clean up Stylelint violations.
402-
- Phan: Exclude generated file from analysis.
403-
- Ensure special characters in tasks are displayed correctly.
404-
- Tasks: Allow translation of task status after status change.
405-
- Tasks: Ensure task status is consistently toggled.
406-
- Tasks: Make it more clear what the current status of a task is.
407-
- Tasks: Adjust styles on mobile.
408-
- Tasks: Prevent status toggle when pressing enter.
409-
- Welcome Tour: Hide upsell prompts when one has a valid license.
410-
- Welcome Tour: Restore missing images.
411-
- Welcome Wizard: Fix regression in JS.
367+
- Address regression that caused excess queries.
368+
- Quote Templates: Clean up link when creating a new quote template.
412369

vendor/autoload.php

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

2323
require_once __DIR__ . '/composer/autoload_real.php';
2424

25-
return ComposerAutoloaderInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_6_1_alpha::getLoader();
25+
return ComposerAutoloaderInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_6_1::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_6_1_alpha\al5_0_8;
8+
namespace Automattic\Jetpack\Autoloader\jp06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_6_1\al5_0_8;
99

1010
// phpcs:ignore
1111

vendor/composer/autoload_real.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// autoload_real.php @generated by Composer
44

5-
class ComposerAutoloaderInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_6_1_alpha
5+
class ComposerAutoloaderInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_6_1
66
{
77
private static $loader;
88

@@ -24,17 +24,17 @@ public static function getLoader()
2424

2525
require __DIR__ . '/platform_check.php';
2626

27-
spl_autoload_register(array('ComposerAutoloaderInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_6_1_alpha', 'loadClassLoader'), true, true);
27+
spl_autoload_register(array('ComposerAutoloaderInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_6_1', 'loadClassLoader'), true, true);
2828
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
29-
spl_autoload_unregister(array('ComposerAutoloaderInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_6_1_alpha', 'loadClassLoader'));
29+
spl_autoload_unregister(array('ComposerAutoloaderInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_6_1', 'loadClassLoader'));
3030

3131
require __DIR__ . '/autoload_static.php';
32-
call_user_func(\Composer\Autoload\ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_6_1_alpha::getInitializer($loader));
32+
call_user_func(\Composer\Autoload\ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_6_1::getInitializer($loader));
3333

3434
$loader->setClassMapAuthoritative(true);
3535
$loader->register(true);
3636

37-
$filesToLoad = \Composer\Autoload\ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_6_1_alpha::$files;
37+
$filesToLoad = \Composer\Autoload\ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_6_1::$files;
3838
$requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
3939
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
4040
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;

0 commit comments

Comments
 (0)