Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored and matticbot committed Mar 18, 2024
1 parent 30d3999 commit a37a1f5
Show file tree
Hide file tree
Showing 17 changed files with 68 additions and 64 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
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).

## 2.1.6 - 2024-03-18
### Changed
- Internal updates.

## 2.1.5 - 2024-03-15
### Changed
- Internal updates.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.1.2-alpha"
"automattic/jetpack-changelogger": "^4.1.2"
},
"autoload": {
"classmap": [
Expand Down Expand Up @@ -37,6 +37,6 @@
]
},
"config": {
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_5"
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_6"
}
}
30 changes: 15 additions & 15 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mu-wpcom-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Plugin Name: WordPress.com Features
* Description: Test plugin for the jetpack-mu-wpcom package
* Version: 2.1.5
* Version: 2.1.6
* Author: Automattic
* License: GPLv2 or later
* Text Domain: jetpack-mu-wpcom-plugin
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-mu-wpcom-plugin",
"version": "2.1.5",
"version": "2.1.6",
"description": "Test plugin for the jetpack-mu-wpcom package",
"homepage": "https://jetpack.com",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

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

return ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_5::getLoader();
return ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_6::getLoader();
8 changes: 4 additions & 4 deletions vendor/automattic/jetpack-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file.
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).

## [2.1.5-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [2.1.5] - 2024-03-18
### Changed
- Internal updates.

## [2.1.4] - 2024-03-12
### Changed
Expand Down Expand Up @@ -423,7 +423,7 @@ This is an alpha version! The changes listed here are not final.

- Statically access asset tools

[2.1.5-alpha]: https://github.com/Automattic/jetpack-assets/compare/v2.1.4...v2.1.5-alpha
[2.1.5]: https://github.com/Automattic/jetpack-assets/compare/v2.1.4...v2.1.5
[2.1.4]: https://github.com/Automattic/jetpack-assets/compare/v2.1.3...v2.1.4
[2.1.3]: https://github.com/Automattic/jetpack-assets/compare/v2.1.2...v2.1.3
[2.1.2]: https://github.com/Automattic/jetpack-assets/compare/v2.1.1...v2.1.2
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-assets/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"require-dev": {
"brain/monkey": "2.6.1",
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.1.2-alpha",
"automattic/jetpack-changelogger": "^4.1.2",
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0 || ^3.0"
},
"suggest": {
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-constants/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"require-dev": {
"brain/monkey": "2.6.1",
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.1.2-alpha"
"automattic/jetpack-changelogger": "^4.1.2"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
6 changes: 3 additions & 3 deletions vendor/automattic/jetpack-mu-wpcom/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.1.5-alpha",
"automattic/scheduled-updates": "^0.4.1-alpha"
"automattic/jetpack-assets": "^2.1.5",
"automattic/scheduled-updates": "^0.4.1"
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.1.2-alpha",
"automattic/jetpack-changelogger": "^4.1.2",
"automattic/wordbless": "0.4.2"
},
"suggest": {
Expand Down
8 changes: 4 additions & 4 deletions vendor/automattic/scheduled-updates/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file.
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).

## [0.4.1-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [0.4.1] - 2024-03-18
### Changed
- Internal updates.

## [0.4.0] - 2024-03-15
### Added
Expand Down Expand Up @@ -74,7 +74,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Generate initial package for Scheduled Updates [#35796]

[0.4.1-alpha]: https://github.com/Automattic/scheduled-updates/compare/v0.4.0...v0.4.1-alpha
[0.4.1]: https://github.com/Automattic/scheduled-updates/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/Automattic/scheduled-updates/compare/v0.3.4...v0.4.0
[0.3.4]: https://github.com/Automattic/scheduled-updates/compare/v0.3.3...v0.3.4
[0.3.3]: https://github.com/Automattic/scheduled-updates/compare/v0.3.2...v0.3.3
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/scheduled-updates/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.1.2-alpha",
"automattic/jetpack-changelogger": "^4.1.2",
"automattic/wordbless": "@dev",
"automattic/jetpack-plans": "^0.4.3",
"php-mock/php-mock-phpunit": "^2.10"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Scheduled_Updates {
*
* @var string
*/
const PACKAGE_VERSION = '0.4.1-alpha';
const PACKAGE_VERSION = '0.4.1';

/**
* Initialize the class.
Expand Down
10 changes: 5 additions & 5 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_5
class ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_6
{
private static $loader;

Expand All @@ -24,17 +24,17 @@ public static function getLoader()

require __DIR__ . '/platform_check.php';

spl_autoload_register(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_5', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_6', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_5', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_6', 'loadClassLoader'));

require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_5::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_6::getInitializer($loader));

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

$filesToLoad = \Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_5::$files;
$filesToLoad = \Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_6::$files;
$requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_5
class ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_6
{
public static $files = array (
'3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/..' . '/automattic/jetpack-assets/actions.php',
Expand Down Expand Up @@ -35,7 +35,7 @@ class ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_plugin
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->classMap = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_5::$classMap;
$loader->classMap = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_6::$classMap;

}, null, ClassLoader::class);
}
Expand Down
28 changes: 14 additions & 14 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"packages": [
{
"name": "automattic/jetpack-assets",
"version": "2.1.5-alpha.1710536348",
"version_normalized": "2.1.5.0-alpha1710536348",
"version": "2.1.5",
"version_normalized": "2.1.5.0",
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-assets",
"reference": "d0676bec5937d5bc349f8f785b10db4db388b5d8"
"reference": "244ac0bd3c27dd5bff0a5e2b8af9cc722d021b7c"
},
"require": {
"automattic/jetpack-constants": "^2.0.1",
"php": ">=7.0"
},
"require-dev": {
"automattic/jetpack-changelogger": "^4.1.2-alpha",
"automattic/jetpack-changelogger": "^4.1.2",
"brain/monkey": "2.6.1",
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0 || ^3.0",
"yoast/phpunit-polyfills": "1.1.0"
Expand Down Expand Up @@ -76,13 +76,13 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-constants",
"reference": "6a27689f2b4ab4f63c157ebe2baa7d635a0feda9"
"reference": "893e5d4ec805e350b5d930cb0d81df44fd06f85c"
},
"require": {
"php": ">=7.0"
},
"require-dev": {
"automattic/jetpack-changelogger": "^4.1.2-alpha",
"automattic/jetpack-changelogger": "^4.1.2",
"brain/monkey": "2.6.1",
"yoast/phpunit-polyfills": "1.1.0"
},
Expand Down Expand Up @@ -130,15 +130,15 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom",
"reference": "9faeaf35e06cc20a4ecef178f0f728f849f4519a"
"reference": "d6e571f098f2ae37c26458a195798e5bbb840880"
},
"require": {
"automattic/jetpack-assets": "^2.1.5-alpha",
"automattic/scheduled-updates": "^0.4.1-alpha",
"automattic/jetpack-assets": "^2.1.5",
"automattic/scheduled-updates": "^0.4.1",
"php": ">=7.0"
},
"require-dev": {
"automattic/jetpack-changelogger": "^4.1.2-alpha",
"automattic/jetpack-changelogger": "^4.1.2",
"automattic/wordbless": "0.4.2",
"yoast/phpunit-polyfills": "1.1.0"
},
Expand Down Expand Up @@ -197,18 +197,18 @@
},
{
"name": "automattic/scheduled-updates",
"version": "0.4.1-alpha.1710525888",
"version_normalized": "0.4.1.0-alpha1710525888",
"version": "0.4.1",
"version_normalized": "0.4.1.0",
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/scheduled-updates",
"reference": "3a4a540e2d4811b235ca9bd95b381cd3be7e0af2"
"reference": "9e9b91ce4238c7926ee68be71e34468b793f6831"
},
"require": {
"php": ">=7.0"
},
"require-dev": {
"automattic/jetpack-changelogger": "^4.1.2-alpha",
"automattic/jetpack-changelogger": "^4.1.2",
"automattic/jetpack-plans": "^0.4.3",
"automattic/wordbless": "@dev",
"php-mock/php-mock-phpunit": "^2.10",
Expand Down
Loading

0 comments on commit a37a1f5

Please sign in to comment.