Skip to content

Commit 403d0ae

Browse files
tbradshamatticbot
authored andcommitted
Tooling: Update readme.txt files with updated stable tag in backport (#46034)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/19552316460 Upstream-Ref: Automattic/jetpack@cc788a9
1 parent f143a35 commit 403d0ae

23 files changed

+34
-29
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
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.7.1-alpha] - unreleased
9+
10+
This is an alpha version! The changes listed here are not final.
11+
812
## [6.7.0] - 2025-11-20
913
### Added
1014
- Add `typecheck` placeholder script (to be implemented). [#44795]
@@ -3706,6 +3710,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
37063710
- Tested across 4 common web hosts
37073711
- Tested with extensions: WooCommerce CRM Sync, PayPal CRM Sync, CSV Importer, ZBS CRM Mail Campaigns, and CRM Sales Dashboard
37083712

3713+
[6.7.1-alpha]: https://github.com/Automattic/jetpack-crm/compare/6.7.0...6.7.1-alpha
37093714
[6.7.0]: https://github.com/Automattic/jetpack-crm/compare/6.6.1...6.7.0
37103715
[6.6.1]: https://github.com/Automattic/jetpack-crm/compare/6.6.0...6.6.1
37113716
[6.6.0]: https://github.com/Automattic/jetpack-crm/compare/6.5.1...6.6.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.7.0
6+
* Version: 6.7.1-alpha
77
* Author: Automattic - Jetpack CRM team
88
* Author URI: https://jetpackcrm.com
99
* Text Domain: zero-bs-crm

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
]
4646
},
4747
"config": {
48-
"autoloader-suffix": "06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_7_0",
48+
"autoloader-suffix": "06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_7_1_alpha",
4949
"allow-plugins": {
5050
"automattic/jetpack-autoloader": true,
5151
"automattic/jetpack-composer-plugin": true,

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-
const VERSION = '6.7.0';
27+
const VERSION = '6.7.1-alpha';
2828

2929
/**
3030
* Jetpack CRM version (used in various extensions as of January 2025).

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: automattic, kallehauge, cleacos, diegogarciarodrigues, bradshawtm, wpkaren, robertf4, woodyhayday, mikemayhem3030
33
Tags: CRM, Woocommerce CRM, Client Portal, Marketing Automation, Lead Generation
44
Tested up to: 6.9
5-
Stable tag: 6.4.2
5+
Stable tag: 6.7.0
66
Requires at least: 6.0
77
Requires PHP: 7.4
88
License: GPLv2

vendor/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919

2020
require_once __DIR__ . '/composer/autoload_real.php';
2121

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

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

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

37-
$filesToLoad = \Composer\Autoload\ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_7_0::$files;
37+
$filesToLoad = \Composer\Autoload\ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_7_1_alpha::$files;
3838
$requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
3939
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
4040
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;

vendor/composer/autoload_static.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Composer\Autoload;
66

7-
class ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_7_0
7+
class ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_7_1_alpha
88
{
99
public static $files = array (
1010
'3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-assets/actions.php',
@@ -402,9 +402,9 @@ class ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_7_0
402402
public static function getInitializer(ClassLoader $loader)
403403
{
404404
return \Closure::bind(function () use ($loader) {
405-
$loader->prefixLengthsPsr4 = ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_7_0::$prefixLengthsPsr4;
406-
$loader->prefixDirsPsr4 = ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_7_0::$prefixDirsPsr4;
407-
$loader->classMap = ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_7_0::$classMap;
405+
$loader->prefixLengthsPsr4 = ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_7_1_alpha::$prefixLengthsPsr4;
406+
$loader->prefixDirsPsr4 = ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_7_1_alpha::$prefixDirsPsr4;
407+
$loader->classMap = ComposerStaticInit06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_7_1_alpha::$classMap;
408408

409409
}, null, ClassLoader::class);
410410
}

vendor/jetpack-autoloader/class-autoloader-handler.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_7_0\al5_0_13;
8+
namespace Automattic\Jetpack\Autoloader\jp06c775433a83ed276f0a1d8ac25f93ba_crmⓥ6_7_1_alpha\al5_0_13;
99

1010
// phpcs:ignore
1111

0 commit comments

Comments
 (0)