Skip to content

Commit

Permalink
Backport crm 6.5.1 Changes (#41262)
Browse files Browse the repository at this point in the history
* Changelog and readme.txt edits.

* Update projects/js-packages/script-data/CHANGELOG.md

Co-authored-by: tbradsha <[email protected]>

---------

Co-authored-by: tbradsha <[email protected]>
  • Loading branch information
gogdzl and tbradsha authored Jan 22, 2025
1 parent 66686db commit fbe6c1a
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 43 deletions.
5 changes: 5 additions & 0 deletions projects/js-packages/script-data/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.8] - 2025-01-22
### Added
- Add wpcom data for current user. [#40679]

## [0.1.7] - 2025-01-20
### Changed
- License: Social admin page header hides license link on WoA sites. [#41076]
Expand Down Expand Up @@ -37,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added jetpack-script-data package to consolidate the logic for Jetpack Initial state [#38430]

[0.1.8]: https://github.com/Automattic/jetpack-script-data/compare/v0.1.7...v0.1.8
[0.1.7]: https://github.com/Automattic/jetpack-script-data/compare/v0.1.6...v0.1.7
[0.1.6]: https://github.com/Automattic/jetpack-script-data/compare/v0.1.5...v0.1.6
[0.1.5]: https://github.com/Automattic/jetpack-script-data/compare/v0.1.4...v0.1.5
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/script-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-script-data",
"version": "0.1.7",
"version": "0.1.8",
"description": "A library to provide data for script handles and the corresponding utility functions for Jetpack.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/script-data/#readme",
"bugs": {
Expand Down
12 changes: 11 additions & 1 deletion projects/plugins/crm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,17 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [6.5.0] - 2025-01-10
## [6.5.1] - 2025-01-22
### Changed
- Code: Use function-style exit() and die() with a default status code of 0. [#41167]

### Removed
- Remove legacy Groove code. [#41247]

### Fixed
- Invoices: Fix bug introduced in 6.5.0 that prevented email invoices from being sent. [#41172]

## [6.5.0] - 2025-01-10
### Removed
- General: Remove unused legacy code. [#40267]

Expand Down Expand Up @@ -3617,6 +3626,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Tested across 4 common web hosts
- Tested with extensions: WooCommerce CRM Sync, PayPal CRM Sync, CSV Importer, ZBS CRM Mail Campaigns, and CRM Sales Dashboard

[6.5.1]: https://github.com/Automattic/jetpack-crm/compare/6.5.0...6.5.1
[6.5.0]: https://github.com/Automattic/jetpack-crm/compare/6.4.4...6.5.0
[6.4.4]: https://github.com/Automattic/jetpack-crm/compare/6.4.3...6.4.4
[6.4.3]: https://github.com/Automattic/jetpack-crm/compare/6.4.2...6.4.3
Expand Down
2 changes: 1 addition & 1 deletion projects/plugins/crm/ZeroBSCRM.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Jetpack CRM
* Plugin URI: https://jetpackcrm.com
* Description: Jetpack CRM is the simplest CRM for WordPress. Self host your own Customer Relationship Manager using WP.
* Version: 6.5.0
* Version: 6.5.1
* Author: Automattic - Jetpack CRM team
* Author URI: https://jetpackcrm.com
* Text Domain: zero-bs-crm
Expand Down

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/crm/changelog/remove-crm-legacy_groove_code

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/crm/changelog/renovate-lock-file-maintenance

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/crm/changelog/renovate-wordpress-monorepo

This file was deleted.

2 changes: 1 addition & 1 deletion projects/plugins/crm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
]
},
"config": {
"autoloader-suffix": "06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_5_0",
"autoloader-suffix": "06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_5_1",
"allow-plugins": {
"automattic/jetpack-autoloader": true,
"automattic/jetpack-composer-plugin": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/plugins/crm/includes/ZeroBSCRM.Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ final class ZeroBSCRM {
*
* @var string
*/
public $version = '6.4.4';
public $version = '6.5.1';

/**
* WordPress version tested with.
Expand Down
2 changes: 1 addition & 1 deletion projects/plugins/crm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-crm",
"version": "6.5.0",
"version": "6.5.1",
"description": "The CRM for WordPress",
"author": "Automattic",
"license": "GPL-2.0",
Expand Down
19 changes: 6 additions & 13 deletions projects/plugins/crm/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -362,20 +362,13 @@ We offer a full, no-hassle refund within 14 days. You can read more about that,


== Changelog ==
### [6.5.0] - 2025-01-10
### 6.5.1 - 2025-01-22
#### Changed
- Code: Use function-style exit() and die() with a default status code of 0.

#### Removed
- General: Remove unused legacy code.

#### Changed
- General: Update minimum WordPress version to 6.6.
- API: Allow sort order in endpoints.
- Remove legacy Groove code.

#### Fixed
- CRM: Fix bug which caused duplicated queries to run.
- CRM: Fix a fatal error that occurred when exporting contacts with a custom field that had the same name as a linked field (e.g., 'company').
- Dashboard: Fix an issue where the CRM contacts graph displayed incorrect values in some instances.
- Dashboard: Show correct avatar for recent activity.
- Invoices: Fix bugs in the default PDF template and other fixes. Created a new template to maintain backwards compatibility.
- Code: Ensure we use Jetpack Autoloader throughout the codebase.
- Migrations: Improve WP Playground compatibility.
- Invoices: Fix bug introduced in 6.5.0 that prevented email invoices from being sent.

0 comments on commit fbe6c1a

Please sign in to comment.