Skip to content

Commit 7b7d30b

Browse files
gogdzlmatticbot
authored andcommitted
Updated package versions for automattic/jetpackcrm
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/7631778113
1 parent 918dc18 commit 7b7d30b

27 files changed

+137
-136
lines changed

CHANGELOG.md

Lines changed: 16 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,27 @@
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.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [6.4.0] - 2024-01-23
129
### Added
13-
- Database: Added preliminary support for SQLite.
14-
- Settings: Add setting to fine tune the Total Value field calculation for contacts and companies.
15-
16-
### Changed
17-
- Updated package dependencies.
10+
- Database: Added preliminary support for SQLite. [#34868]
11+
- Settings: Add setting to fine tune the Total Value field calculation for contacts and companies. [#34957]
1812

1913
### Fixed
20-
- Backend: Add fallback for dev site detection.
21-
- Contacts: Updated default statuses.
22-
- Custom fields: More robust fallbacks for slug creation.
14+
- Backend: Add fallback for dev site detection. [#34867]
15+
- Contacts: Updated default statuses. [#34892]
16+
- Custom fields: More robust fallbacks for slug creation. [#35175]
2317
- Dashboard: Adjust queries for SQLite compatibility.
24-
REST API: Allow calls when not using pretty permalinks.
25-
- Database: Ensure logs table is initiated with all columns.
26-
- Fixed: Escape output in typeaheads.
27-
- Invoices: Fixed total amount in preview and pdf when refunds or credit notes are applied.
18+
- REST API: Allow calls when not using pretty permalinks. [#35201]
19+
- Database: Ensure logs table is initiated with all columns. [#34871]
20+
- Fixed: Escape output in typeaheads. [#35171]
21+
- Invoices: Fixed total amount in preview and pdf when refunds or credit notes are applied. [#34211]
2822
- Jetpack Forms: Detect and process custom date fields correctly.
29-
Custom fields: Gracefully handle invalid date field data.
30-
- Listview: Better output escaping in listviews.
23+
- Custom fields: Gracefully handle invalid date field data. [#34890]
24+
- Listview: Better output escaping in listviews. [#35140]
3125
- System Assistant: Fix broken links on some tasks.
32-
Migrations: task_offset_fix migration would not mark as complete on some timezones
33-
- Templates: Ensure file paths are valid before trying to load.
34-
- Transactions: Better support for SQLite.
26+
- Migrations: Fix issue where task_offset_fix migration would not mark as complete on some timezones. [#34873]
27+
- Templates: Ensure file paths are valid before trying to load. [#34949]
28+
- Transactions: Better support for SQLite. [#34868]
3529

3630
## [6.3.2] - 2023-12-19
3731
### Changed
@@ -298,7 +292,7 @@ This is an alpha version! The changes listed here are not final.
298292
- Improved: Added a migration to remove outdated AKA lines
299293

300294
[5.5.4-a.1]: https://github.com/Automattic/jetpack-crm/compare/v5.5.3...v5.5.4-a.1
301-
[6.4.0-alpha]: https://github.com/Automattic/jetpack-crm/compare/6.3.2...6.4.0-alpha
295+
[6.4.0]: https://github.com/Automattic/jetpack-crm/compare/6.3.2...6.4.0
302296
[6.3.2]: https://github.com/Automattic/jetpack-crm/compare/6.3.1...6.3.2
303297
[6.3.1]: https://github.com/Automattic/jetpack-crm/compare/6.3.0...6.3.1
304298
[6.3.0]: https://github.com/Automattic/jetpack-crm/compare/6.2.0...6.3.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.4.0-alpha
6+
* Version: 6.4.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
@@ -42,7 +42,7 @@
4242
]
4343
},
4444
"config": {
45-
"autoloader-suffix": "06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_4_0_alpha",
45+
"autoloader-suffix": "06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_4_0",
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.2';
27+
public $version = '6.4.0';
2828

2929
/**
3030
* WordPress version tested with.

jetpack_vendor/automattic/jetpack-assets/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.1",
1212
"yoast/phpunit-polyfills": "1.1.0",
13-
"automattic/jetpack-changelogger": "^4.1.0",
13+
"automattic/jetpack-changelogger": "^4.0.5",
1414
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0 || ^3.0"
1515
},
1616
"suggest": {

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.1.0"
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."

readme.txt

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -389,10 +389,25 @@ We offer a full, no-hassle refund within 14 days. You can read more about that,
389389

390390

391391
== Changelog ==
392-
### 6.3.2 - 2023-12-19
393-
#### Changed
394-
- Settings: Make support document links more consistent.
392+
### 6.4.0 - 2024-01-23
393+
#### Added
394+
- Database: Added preliminary support for SQLite.
395+
- Settings: Add setting to fine tune the Total Value field calculation for contacts and companies.
395396

396397
#### Fixed
397-
- Segments: Fixed an issue preventing segments from being deleted.
398+
- Backend: Add fallback for dev site detection.
399+
- Contacts: Updated default statuses.
400+
- Custom fields: More robust fallbacks for slug creation.
401+
- Dashboard: Adjust queries for SQLite compatibility.
402+
- REST API: Allow calls when not using pretty permalinks.
403+
- Database: Ensure logs table is initiated with all columns.
404+
- Fixed: Escape output in typeaheads.
405+
- Invoices: Fixed total amount in preview and pdf when refunds or credit notes are applied.
406+
- Jetpack Forms: Detect and process custom date fields correctly.
407+
- Custom fields: Gracefully handle invalid date field data.
408+
- Listview: Better output escaping in listviews.
409+
- System Assistant: Fix broken links on some tasks.
410+
- Migrations: Fix issue where task_offset_fix migration would not mark as complete on some timezones.
411+
- Templates: Ensure file paths are valid before trying to load.
412+
- Transactions: Better support for SQLite.
398413

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

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

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

37-
$filesToLoad = \Composer\Autoload\ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_4_0_alpha::$files;
37+
$filesToLoad = \Composer\Autoload\ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_4_0::$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)