Skip to content

Commit

Permalink
CRM: Fix version to 6.4.4 in ZeroBSCRM.Core.php (#38757)
Browse files Browse the repository at this point in the history
* Fix version

* changelog

* Fix up project versions
  • Loading branch information
gogdzl authored Aug 7, 2024
1 parent 8c1b0d4 commit 3d910a7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
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
* Version: 6.4.5-alpha
* Author: Automattic - Jetpack CRM team
* Author URI: https://jetpackcrm.com
* Text Domain: zero-bs-crm
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Significance: patch
Type: fixed
Comment: Fixed the version (to 6.4.4) in includes/ZeroBSCRM.Core.php
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",
"autoloader-suffix": "06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_4_5_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.4.3';
public $version = '6.4.4';

/**
* 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.4",
"version": "6.4.5-alpha",
"description": "The CRM for WordPress",
"author": "Automattic",
"license": "GPL-2.0",
Expand Down

0 comments on commit 3d910a7

Please sign in to comment.