Skip to content

Commit 1a1fbdd

Browse files
coder-karenmatticbot
authored andcommitted
Updated package versions for automattic/jetpackcrm
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/7259982197
1 parent 951b6ee commit 1a1fbdd

25 files changed

+104
-116
lines changed

CHANGELOG.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,12 @@
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.3.2-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [6.3.2] - 2023-12-19
129
### Changed
13-
- Settings: Make KB links more consistent.
14-
- Updated package dependencies.
10+
- Settings: Make support document links more consistent. [#34695]
1511

1612
### Fixed
17-
- Segments: Fixing a bug to ensure segments can be deleted with Advanced Segments active
13+
- Segments: Fixed an issue preventing segments from being deleted. [#34690]
1814

1915
## [6.3.1] - 2023-12-14
2016
### Added
@@ -274,7 +270,7 @@ This is an alpha version! The changes listed here are not final.
274270
- Improved: Added a migration to remove outdated AKA lines
275271

276272
[5.5.4-a.1]: https://github.com/Automattic/jetpack-crm/compare/v5.5.3...v5.5.4-a.1
277-
[6.3.2-alpha]: https://github.com/Automattic/jetpack-crm/compare/6.3.1...6.3.2-alpha
273+
[6.3.2]: https://github.com/Automattic/jetpack-crm/compare/6.3.1...6.3.2
278274
[6.3.1]: https://github.com/Automattic/jetpack-crm/compare/6.3.0...6.3.1
279275
[6.3.0]: https://github.com/Automattic/jetpack-crm/compare/6.2.0...6.3.0
280276
[6.2.0]: https://github.com/Automattic/jetpack-crm/compare/6.1.0...6.2.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.3.2-alpha
6+
* Version: 6.3.2
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_3_2_alpha",
45+
"autoloader-suffix": "06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_3_2",
4646
"allow-plugins": {
4747
"automattic/jetpack-autoloader": true,
4848
"automattic/jetpack-composer-plugin": true,
@@ -56,6 +56,7 @@
5656
"automattic/woocommerce": "^3.0",
5757
"dompdf/dompdf": "2.0.3"
5858
},
59+
"repositories": [],
5960
"autoload": {
6061
"classmap": [
6162
"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-
public $version = '6.3.1';
27+
public $version = '6.3.2';
2828

2929
/**
3030
* WordPress version tested with.

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.0.5"
12+
"automattic/jetpack-changelogger": "^4.0.0"
1313
},
1414
"suggest": {
1515
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

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

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

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

37-
$filesToLoad = \Composer\Autoload\ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_3_2_alpha::$files;
37+
$filesToLoad = \Composer\Autoload\ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_3_2::$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_3_2_alpha
7+
class ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_3_2
88
{
99
public static $files = array (
1010
'3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-assets/actions.php',
@@ -385,9 +385,9 @@ class ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_3_2_alpha
385385
public static function getInitializer(ClassLoader $loader)
386386
{
387387
return \Closure::bind(function () use ($loader) {
388-
$loader->prefixLengthsPsr4 = ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_3_2_alpha::$prefixLengthsPsr4;
389-
$loader->prefixDirsPsr4 = ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_3_2_alpha::$prefixDirsPsr4;
390-
$loader->classMap = ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_3_2_alpha::$classMap;
388+
$loader->prefixLengthsPsr4 = ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_3_2::$prefixLengthsPsr4;
389+
$loader->prefixDirsPsr4 = ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_3_2::$prefixDirsPsr4;
390+
$loader->classMap = ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_3_2::$classMap;
391391

392392
}, null, ClassLoader::class);
393393
}

vendor/composer/installed.json

Lines changed: 62 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
22
"packages": [
33
{
44
"name": "automattic/jetpack-assets",
5-
"version": "2.0.3",
5+
"version": "v2.0.3",
66
"version_normalized": "2.0.3.0",
7+
"source": {
8+
"type": "git",
9+
"url": "https://github.com/Automattic/jetpack-assets.git",
10+
"reference": "c082d9218d7d2e5963f3eeea191038fb457b49f5"
11+
},
712
"dist": {
8-
"type": "path",
9-
"url": "/tmp/jetpack-build/Automattic/jetpack-assets",
10-
"reference": "f17cd00534e0d5d21f7294dca033a45eb8a813ee"
13+
"type": "zip",
14+
"url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/c082d9218d7d2e5963f3eeea191038fb457b49f5",
15+
"reference": "c082d9218d7d2e5963f3eeea191038fb457b49f5",
16+
"shasum": ""
1117
},
1218
"require": {
1319
"automattic/jetpack-constants": "^2.0.0",
@@ -22,6 +28,7 @@
2228
"suggest": {
2329
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
2430
},
31+
"time": "2023-12-11T20:00:40+00:00",
2532
"type": "jetpack-library",
2633
"extra": {
2734
"autotagger": true,
@@ -43,49 +50,40 @@
4350
"src/"
4451
]
4552
},
46-
"scripts": {
47-
"build-development": [
48-
"pnpm run build"
49-
],
50-
"build-production": [
51-
"pnpm run build-production"
52-
],
53-
"phpunit": [
54-
"./vendor/phpunit/phpunit/phpunit --colors=always"
55-
],
56-
"test-js": [
57-
"pnpm run test"
58-
],
59-
"test-php": [
60-
"@composer phpunit"
61-
]
62-
},
53+
"notification-url": "https://packagist.org/downloads/",
6354
"license": [
6455
"GPL-2.0-or-later"
6556
],
6657
"description": "Asset management utilities for Jetpack ecosystem packages",
67-
"transport-options": {
68-
"relative": false
58+
"support": {
59+
"source": "https://github.com/Automattic/jetpack-assets/tree/v2.0.3"
6960
},
7061
"install-path": "../../jetpack_vendor/automattic/jetpack-assets"
7162
},
7263
{
7364
"name": "automattic/jetpack-autoloader",
74-
"version": "3.0.2",
65+
"version": "v3.0.2",
7566
"version_normalized": "3.0.2.0",
67+
"source": {
68+
"type": "git",
69+
"url": "https://github.com/Automattic/jetpack-autoloader.git",
70+
"reference": "bbf43988d1538a9f2678809b0868dc42111d0b12"
71+
},
7672
"dist": {
77-
"type": "path",
78-
"url": "/tmp/jetpack-build/Automattic/jetpack-autoloader",
79-
"reference": "ffc9270764f2743f2e44339a8b5d0a9d14cd53eb"
73+
"type": "zip",
74+
"url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/bbf43988d1538a9f2678809b0868dc42111d0b12",
75+
"reference": "bbf43988d1538a9f2678809b0868dc42111d0b12",
76+
"shasum": ""
8077
},
8178
"require": {
8279
"composer-plugin-api": "^1.1 || ^2.0",
8380
"php": ">=7.0"
8481
},
8582
"require-dev": {
86-
"automattic/jetpack-changelogger": "^4.0.5",
83+
"automattic/jetpack-changelogger": "^4.0.2",
8784
"yoast/phpunit-polyfills": "1.1.0"
8885
},
86+
"time": "2023-11-21T18:59:10+00:00",
8987
"type": "composer-plugin",
9088
"extra": {
9189
"autotagger": true,
@@ -103,21 +101,14 @@
103101
},
104102
"installation-source": "dist",
105103
"autoload": {
106-
"classmap": [
107-
"src/AutoloadGenerator.php"
108-
],
109104
"psr-4": {
110105
"Automattic\\Jetpack\\Autoloader\\": "src"
111-
}
112-
},
113-
"scripts": {
114-
"phpunit": [
115-
"./vendor/phpunit/phpunit/phpunit --colors=always"
116-
],
117-
"test-php": [
118-
"@composer phpunit"
106+
},
107+
"classmap": [
108+
"src/AutoloadGenerator.php"
119109
]
120110
},
111+
"notification-url": "https://packagist.org/downloads/",
121112
"license": [
122113
"GPL-2.0-or-later"
123114
],
@@ -130,29 +121,36 @@
130121
"plugin",
131122
"wordpress"
132123
],
133-
"transport-options": {
134-
"relative": false
124+
"support": {
125+
"source": "https://github.com/Automattic/jetpack-autoloader/tree/v3.0.2"
135126
},
136127
"install-path": "../automattic/jetpack-autoloader"
137128
},
138129
{
139130
"name": "automattic/jetpack-composer-plugin",
140-
"version": "2.0.0",
131+
"version": "v2.0.0",
141132
"version_normalized": "2.0.0.0",
133+
"source": {
134+
"type": "git",
135+
"url": "https://github.com/Automattic/jetpack-composer-plugin.git",
136+
"reference": "d4d80af5d62fcf0b786accfc136e89977ba66853"
137+
},
142138
"dist": {
143-
"type": "path",
144-
"url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin",
145-
"reference": "953b196714ffa5862a94216cfe09e3edad8ed318"
139+
"type": "zip",
140+
"url": "https://api.github.com/repos/Automattic/jetpack-composer-plugin/zipball/d4d80af5d62fcf0b786accfc136e89977ba66853",
141+
"reference": "d4d80af5d62fcf0b786accfc136e89977ba66853",
142+
"shasum": ""
146143
},
147144
"require": {
148145
"composer-plugin-api": "^2.1.0",
149146
"php": ">=7.0"
150147
},
151148
"require-dev": {
152-
"automattic/jetpack-changelogger": "^4.0.5",
149+
"automattic/jetpack-changelogger": "^4.0.0",
153150
"composer/composer": "^2.2 || ^2.4",
154151
"yoast/phpunit-polyfills": "1.1.0"
155152
},
153+
"time": "2023-11-20T20:02:27+00:00",
156154
"type": "composer-plugin",
157155
"extra": {
158156
"plugin-modifies-install-path": true,
@@ -172,14 +170,7 @@
172170
"src/"
173171
]
174172
},
175-
"scripts": {
176-
"phpunit": [
177-
"./vendor/phpunit/phpunit/phpunit --colors=always"
178-
],
179-
"test-php": [
180-
"@composer phpunit"
181-
]
182-
},
173+
"notification-url": "https://packagist.org/downloads/",
183174
"license": [
184175
"GPL-2.0-or-later"
185176
],
@@ -190,31 +181,38 @@
190181
"jetpack",
191182
"plugin"
192183
],
193-
"transport-options": {
194-
"relative": false
184+
"support": {
185+
"source": "https://github.com/Automattic/jetpack-composer-plugin/tree/v2.0.0"
195186
},
196187
"install-path": "../automattic/jetpack-composer-plugin"
197188
},
198189
{
199190
"name": "automattic/jetpack-constants",
200-
"version": "2.0.0",
191+
"version": "v2.0.0",
201192
"version_normalized": "2.0.0.0",
193+
"source": {
194+
"type": "git",
195+
"url": "https://github.com/Automattic/jetpack-constants.git",
196+
"reference": "d4244e33d2d18902951af05ca5dbb689a23c9cdc"
197+
},
202198
"dist": {
203-
"type": "path",
204-
"url": "/tmp/jetpack-build/Automattic/jetpack-constants",
205-
"reference": "92621aae72626af93d042fb756ac427c2e345017"
199+
"type": "zip",
200+
"url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/d4244e33d2d18902951af05ca5dbb689a23c9cdc",
201+
"reference": "d4244e33d2d18902951af05ca5dbb689a23c9cdc",
202+
"shasum": ""
206203
},
207204
"require": {
208205
"php": ">=7.0"
209206
},
210207
"require-dev": {
211-
"automattic/jetpack-changelogger": "^4.0.5",
208+
"automattic/jetpack-changelogger": "^4.0.0",
212209
"brain/monkey": "2.6.1",
213210
"yoast/phpunit-polyfills": "1.1.0"
214211
},
215212
"suggest": {
216213
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
217214
},
215+
"time": "2023-11-20T20:02:28+00:00",
218216
"type": "jetpack-library",
219217
"extra": {
220218
"autotagger": true,
@@ -232,20 +230,13 @@
232230
"src/"
233231
]
234232
},
235-
"scripts": {
236-
"phpunit": [
237-
"./vendor/phpunit/phpunit/phpunit --colors=always"
238-
],
239-
"test-php": [
240-
"@composer phpunit"
241-
]
242-
},
233+
"notification-url": "https://packagist.org/downloads/",
243234
"license": [
244235
"GPL-2.0-or-later"
245236
],
246237
"description": "A wrapper for defining constants in a more testable way.",
247-
"transport-options": {
248-
"relative": false
238+
"support": {
239+
"source": "https://github.com/Automattic/jetpack-constants/tree/v2.0.0"
249240
},
250241
"install-path": "../../jetpack_vendor/automattic/jetpack-constants"
251242
},

0 commit comments

Comments
 (0)