Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#38756)
Browse files Browse the repository at this point in the history
  • Loading branch information
gogdzl authored Aug 7, 2024
1 parent 8102408 commit 8c1b0d4
Show file tree
Hide file tree
Showing 21 changed files with 257 additions and 87 deletions.
252 changes: 251 additions & 1 deletion projects/plugins/crm/CHANGELOG.md

Large diffs are not rendered by default.

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.4-alpha
* Version: 6.4.4
* Author: Automattic - Jetpack CRM team
* Author URI: https://jetpackcrm.com
* Text Domain: zero-bs-crm
Expand Down
4 changes: 0 additions & 4 deletions projects/plugins/crm/changelog/fix-37695-classnames_to_clsx

This file was deleted.

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

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/crm/changelog/fix-crm-update_zbs_refs

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/crm/changelog/fix-crm-woo-sync-issue

This file was deleted.

This file was deleted.

This file was deleted.

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

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/crm/changelog/renovate-glob-10.x

This file was deleted.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/crm/changelog/update-tested-to-6-6

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_4_alpha",
"autoloader-suffix": "06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_4_4",
"allow-plugins": {
"automattic/jetpack-autoloader": true,
"automattic/jetpack-composer-plugin": true,
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.4-alpha",
"version": "6.4.4",
"description": "The CRM for WordPress",
"author": "Automattic",
"license": "GPL-2.0",
Expand Down
20 changes: 3 additions & 17 deletions projects/plugins/crm/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -362,25 +362,11 @@ We offer a full, no-hassle refund within 14 days. You can read more about that,


== Changelog ==
### 6.4.3 - 2024-05-23
#### Added
- Currency: Added several new currencies to the currency dropdown.
- Fonts: Updated core Noto Sans, and added new CJK fonts.
- Readme: Adding information on how to contribute to Jetpack CRM.
- WooSync: Added new status mapping to avoid creating invoices and transactions from WooCommerce to Jetpack CRM.

#### Changed
- General: use wp_admin_notice function introduced in WP 6.4 to display notices.
- Updated package dependencies.
### 6.4.4 - 2024-08-07

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

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

0 comments on commit 8c1b0d4

Please sign in to comment.