Skip to content

Commit

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

* Init next release cycle
  • Loading branch information
gogdzl authored Jan 23, 2024
1 parent 4814fab commit eb313eb
Show file tree
Hide file tree
Showing 26 changed files with 47 additions and 89 deletions.
23 changes: 23 additions & 0 deletions projects/plugins/crm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@
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.4.0] - 2024-01-23
### Added
- Database: Added preliminary support for SQLite. [#34868]
- Settings: Add setting to fine tune the Total Value field calculation for contacts and companies. [#34957]

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

## [6.3.2] - 2023-12-19
### Changed
- Settings: Make support document links more consistent. [#34695]
Expand Down Expand Up @@ -270,6 +292,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved: Added a migration to remove outdated AKA lines

[5.5.4-a.1]: https://github.com/Automattic/jetpack-crm/compare/v5.5.3...v5.5.4-a.1
[6.4.0]: https://github.com/Automattic/jetpack-crm/compare/6.3.2...6.4.0
[6.3.2]: https://github.com/Automattic/jetpack-crm/compare/6.3.1...6.3.2
[6.3.1]: https://github.com/Automattic/jetpack-crm/compare/6.3.0...6.3.1
[6.3.0]: https://github.com/Automattic/jetpack-crm/compare/6.2.0...6.3.0
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.4.0-alpha
* Version: 6.4.1-alpha
* 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.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/crm/changelog/fix-crm-3407-fix_log_error

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/plugins/crm/changelog/init-release-cycle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Significance: patch
Type: changed
Comment: Init 6.3.3-alpha
Comment: Init 6.4.1-alpha


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.

This file was deleted.

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 @@ -42,7 +42,7 @@
]
},
"config": {
"autoloader-suffix": "06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_4_0_alpha",
"autoloader-suffix": "06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_4_1_alpha",
"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.3.2';
public $version = '6.4.0';

/**
* 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.4.0-alpha",
"version": "6.4.1-alpha",
"description": "The CRM for WordPress",
"author": "Automattic",
"license": "GPL-2.0",
Expand Down
23 changes: 19 additions & 4 deletions projects/plugins/crm/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -389,10 +389,25 @@ We offer a full, no-hassle refund within 14 days. You can read more about that,


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

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

0 comments on commit eb313eb

Please sign in to comment.