Skip to content

Commit c2e114f

Browse files
sdixon194matticbot
authored andcommitted
Updated package versions for automattic/jetpack-mu-wpcom-plugin
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5730541641
1 parent 4e6f2b8 commit c2e114f

File tree

12 files changed

+77
-119
lines changed

12 files changed

+77
-119
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ All notable changes to this project will be documented in this file.
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-
## 1.6.8-alpha - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
8+
## 1.6.8 - 2023-08-01
9+
- Minor internal updates.
1110

1211
## 1.6.7 - 2023-07-26
1312

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "wordpress-plugin",
55
"license": "GPL-2.0-or-later",
66
"require": {
7-
"automattic/jetpack-mu-wpcom": "^4.2.0-alpha"
7+
"automattic/jetpack-mu-wpcom": "^4.2.0"
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "1.0.4",
@@ -23,6 +23,7 @@
2323
"@composer phpunit"
2424
]
2525
},
26+
"repositories": [],
2627
"minimum-stability": "dev",
2728
"prefer-stable": true,
2829
"extra": {
@@ -37,6 +38,6 @@
3738
]
3839
},
3940
"config": {
40-
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ1_6_8_alpha"
41+
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ1_6_8"
4142
}
4243
}

composer.lock

Lines changed: 34 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mu-wpcom-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Plugin Name: WordPress.com Features
55
* Description: Test plugin for the jetpack-mu-wpcom package
6-
* Version: 1.6.8-alpha
6+
* Version: 1.6.8
77
* Author: Automattic
88
* License: GPLv2 or later
99
* Text Domain: jetpack-mu-wpcom-plugin

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@automattic/jetpack-mu-wpcom-plugin",
4-
"version": "1.6.8-alpha",
4+
"version": "1.6.8",
55
"description": "Test plugin for the jetpack-mu-wpcom package",
66
"homepage": "https://jetpack.com",
77
"bugs": {

vendor/autoload.php

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

2323
require_once __DIR__ . '/composer/autoload_real.php';
2424

25-
return ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ1_6_8_alpha::getLoader();
25+
return ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ1_6_8::getLoader();

vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,20 @@ All notable changes to this project will be documented in this file.
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-
## [4.2.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [4.2.0] - 2023-08-01
129
### Added
13-
- Add manage subscribers task.
14-
- Add new subscribers modal task to newsletter launchpads
15-
- Add site_goals to the jetpack sync options
16-
- Add the Write 3 posts task for the newsletter flow
17-
- Launchpad: add calypso_url property to tasks where we know the Calypso page we want to show
18-
- This re-adds the update_about_page task to the intent-build list
10+
- Add manage subscribers task. [#32064]
11+
- Add new subscribers modal task to newsletter launchpads. [#32042]
12+
- Add site_goals to the jetpack sync options. [#32068]
13+
- Add the Write 3 posts task for the newsletter flow. [#32012]
14+
- Launchpad: add calypso_url property to tasks where we know the Calypso page we want to show. [#32177]
15+
- Add back the update_about_page task to the intent-build list. [#32188]
1916

2017
### Changed
21-
- Auto-formatted composer file.
18+
- Auto-formatted composer file. [#32005]
2219

2320
### Removed
24-
- Remove duplicate task list
21+
- Remove duplicate task list [#32121]
2522

2623
## [4.1.0] - 2023-07-26
2724
### Added
@@ -273,7 +270,7 @@ This is an alpha version! The changes listed here are not final.
273270

274271
- Testing initial package release.
275272

276-
[4.2.0-alpha]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v4.1.0...v4.2.0-alpha
273+
[4.2.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v4.1.0...v4.2.0
277274
[4.1.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v4.0.0...v4.1.0
278275
[4.0.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v3.7.0...v4.0.0
279276
[3.7.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v3.6.0...v3.7.0

vendor/automattic/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
class Jetpack_Mu_Wpcom {
1616

17-
const PACKAGE_VERSION = '4.2.0-alpha';
17+
const PACKAGE_VERSION = '4.2.0';
1818
const PKG_DIR = __DIR__ . '/../';
1919

2020
/**

vendor/composer/autoload_real.php

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

33
// autoload_real.php @generated by Composer
44

5-
class ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ1_6_8_alpha
5+
class ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ1_6_8
66
{
77
private static $loader;
88

@@ -22,12 +22,12 @@ public static function getLoader()
2222
return self::$loader;
2323
}
2424

25-
spl_autoload_register(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ1_6_8_alpha', 'loadClassLoader'), true, true);
25+
spl_autoload_register(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ1_6_8', 'loadClassLoader'), true, true);
2626
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
27-
spl_autoload_unregister(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ1_6_8_alpha', 'loadClassLoader'));
27+
spl_autoload_unregister(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ1_6_8', 'loadClassLoader'));
2828

2929
require __DIR__ . '/autoload_static.php';
30-
call_user_func(\Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ1_6_8_alpha::getInitializer($loader));
30+
call_user_func(\Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ1_6_8::getInitializer($loader));
3131

3232
$loader->setClassMapAuthoritative(true);
3333
$loader->register(true);

vendor/composer/autoload_static.php

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

55
namespace Composer\Autoload;
66

7-
class ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ1_6_8_alpha
7+
class ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ1_6_8
88
{
99
public static $classMap = array (
1010
'Automattic\\Jetpack\\Jetpack_Mu_Wpcom' => __DIR__ . '/..' . '/automattic/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php',
@@ -16,7 +16,7 @@ class ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_plugin
1616
public static function getInitializer(ClassLoader $loader)
1717
{
1818
return \Closure::bind(function () use ($loader) {
19-
$loader->classMap = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ1_6_8_alpha::$classMap;
19+
$loader->classMap = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ1_6_8::$classMap;
2020

2121
}, null, ClassLoader::class);
2222
}

0 commit comments

Comments
 (0)