Skip to content

Commit 0cd3d7a

Browse files
gogdzlmatticbot
authored andcommitted
Updated package versions for automattic/jetpackcrm
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10284098389 Upstream-Ref: Automattic/jetpack@7d51865
1 parent 67ff379 commit 0cd3d7a

25 files changed

+105
-140
lines changed

CHANGELOG.md

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,13 @@
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.4.4-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
12-
### Added
13-
- Consolidate and expand changelog history
14-
15-
### Changed
16-
- Change codebase to use clsx instead of classnames.
17-
- General: indicate compatibility with the upcoming version of WordPress - 6.6.
18-
- Updated package dependencies.
8+
## [6.4.4] - 2024-08-07
199

2010
### Removed
21-
- Remove obsolete PHP version check in `tests/action-skip-test-php.sh`. No change to the plugin itself.
22-
- Remove unused MailPoet use statements.
11+
- MailPoet: Remove unused MailPoet use statements. [#38453]
2312

2413
### Fixed
25-
- Bump version provided via API
26-
- Lossless image optimization of images in projects/plugins [subdirectories from a* through social]
27-
- WooSync: Fix a warning message on sync and fatal error when a fee value is not a number
14+
- WooSync: Fix a warning message on sync and fatal error when a fee value is not a number [#38570]
2815

2916
## [6.4.3] - 2024-05-23
3017
### Added
@@ -3614,7 +3601,7 @@ This is an alpha version! The changes listed here are not final.
36143601
- Tested with extensions: WooCommerce CRM Sync, PayPal CRM Sync, CSV Importer, ZBS CRM Mail Campaigns, and CRM Sales Dashboard
36153602

36163603
[5.5.4-a.1]: https://github.com/Automattic/jetpack-crm/compare/v5.5.3...v5.5.4-a.1
3617-
[6.4.4-alpha]: https://github.com/Automattic/jetpack-crm/compare/6.4.3...6.4.4-alpha
3604+
[6.4.4]: https://github.com/Automattic/jetpack-crm/compare/6.4.3...6.4.4
36183605
[6.4.3]: https://github.com/Automattic/jetpack-crm/compare/6.4.2...6.4.3
36193606
[6.4.2]: https://github.com/Automattic/jetpack-crm/compare/6.4.1...6.4.2
36203607
[6.4.1]: https://github.com/Automattic/jetpack-crm/compare/6.4.0...6.4.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.4.4-alpha
6+
* Version: 6.4.4
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
@@ -42,7 +42,7 @@
4242
]
4343
},
4444
"config": {
45-
"autoloader-suffix": "06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_4_4_alpha",
45+
"autoloader-suffix": "06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_4_4",
4646
"allow-plugins": {
4747
"automattic/jetpack-autoloader": true,
4848
"automattic/jetpack-composer-plugin": true,
@@ -57,6 +57,7 @@
5757
"automattic/woocommerce": "^3.0",
5858
"dompdf/dompdf": "2.0.4"
5959
},
60+
"repositories": [],
6061
"autoload": {
6162
"classmap": [
6263
"src/"

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.1",
1111
"yoast/phpunit-polyfills": "1.1.0",
12-
"automattic/jetpack-changelogger": "^4.2.5"
12+
"automattic/jetpack-changelogger": "^4.2.4"
1313
},
1414
"suggest": {
1515
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

readme.txt

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

363363

364364
== Changelog ==
365-
### 6.4.3 - 2024-05-23
366-
#### Added
367-
- Currency: Added several new currencies to the currency dropdown.
368-
- Fonts: Updated core Noto Sans, and added new CJK fonts.
369-
- Readme: Adding information on how to contribute to Jetpack CRM.
370-
- WooSync: Added new status mapping to avoid creating invoices and transactions from WooCommerce to Jetpack CRM.
371-
372-
#### Changed
373-
- General: use wp_admin_notice function introduced in WP 6.4 to display notices.
374-
- Updated package dependencies.
365+
### 6.4.4 - 2024-08-07
375366

376367
#### Removed
377-
- Contact Form: Updated a comment reference to Grunion_Contact_Form_Plugin to be Contact_Form_Plugin.
368+
- MailPoet: Remove unused MailPoet use statements.
378369

379370
#### Fixed
380-
- Companies: Increased city field size from 100 to 200.
381-
- Contacts: Increased city field size from 100 to 200.
382-
- Invoices: Fix "image not found" logo issue in PDF invoices.
383-
- Invoices: Remove the blank line below the contact name.
384-
- Listviews: Invoice quick filter status fix to prevent filters not working.
385-
- MailPoet Sync: Fix pending pages percentage calculation issue.
371+
- WooSync: Fix a warning message on sync and fatal error when a fee value is not a number
386372

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_4_4_alpha::getLoader();
25+
return ComposerAutoloaderInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_4_4::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_4_4_alpha\al3_0_9;
8+
namespace Automattic\Jetpack\Autoloader\jp06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_4_4\al3_0_9;
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_4_4_alpha
5+
class ComposerAutoloaderInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_4_4
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_4_4_alpha', 'loadClassLoader'), true, true);
27+
spl_autoload_register(array('ComposerAutoloaderInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_4_4', 'loadClassLoader'), true, true);
2828
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
29-
spl_autoload_unregister(array('ComposerAutoloaderInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_4_4_alpha', 'loadClassLoader'));
29+
spl_autoload_unregister(array('ComposerAutoloaderInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_4_4', 'loadClassLoader'));
3030

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

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

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

vendor/composer/autoload_static.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Composer\Autoload;
66

7-
class ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_4_4_alpha
7+
class ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_4_4
88
{
99
public static $files = array (
1010
'3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-assets/actions.php',
@@ -389,9 +389,9 @@ class ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_4_4_alpha
389389
public static function getInitializer(ClassLoader $loader)
390390
{
391391
return \Closure::bind(function () use ($loader) {
392-
$loader->prefixLengthsPsr4 = ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_4_4_alpha::$prefixLengthsPsr4;
393-
$loader->prefixDirsPsr4 = ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_4_4_alpha::$prefixDirsPsr4;
394-
$loader->classMap = ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_4_4_alpha::$classMap;
392+
$loader->prefixLengthsPsr4 = ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_4_4::$prefixLengthsPsr4;
393+
$loader->prefixDirsPsr4 = ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_4_4::$prefixDirsPsr4;
394+
$loader->classMap = ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_4_4::$classMap;
395395

396396
}, null, ClassLoader::class);
397397
}

0 commit comments

Comments
 (0)