Skip to content

Commit

Permalink
Load WPCOM sidebar notice async (#40422)
Browse files Browse the repository at this point in the history
* Load WPCOM sidebar notice async

* changelog

* Update file version

* Rename action's name

* Fix Phan errors

* Update the nonce action

* Add wpcom prefix

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12171601958

Upstream-Ref: Automattic/jetpack@8705a4c
  • Loading branch information
okmttdhr authored and matticbot committed Dec 5, 2024
1 parent 643de31 commit b94c6cf
Show file tree
Hide file tree
Showing 10 changed files with 203 additions and 154 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-mu-wpcom": "^6.0.0"
"automattic/jetpack-mu-wpcom": "^6.0.1-alpha"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
58 changes: 29 additions & 29 deletions composer.lock

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

8 changes: 8 additions & 0 deletions vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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).

## [6.0.1-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

### Fixed
- Load WPCOM sidebar notice async

## [6.0.0] - 2024-12-04
### Changed
- Updated dependencies. [#40286]
Expand Down Expand Up @@ -1316,6 +1323,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Testing initial package release.

[6.0.1-alpha]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v6.0.0...v6.0.1-alpha
[6.0.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.66.0...v6.0.0
[5.66.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.65.0...v5.66.0
[5.65.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.64.0...v5.65.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '922c361b690dae5390ad');
<?php return array('dependencies' => array(), 'version' => '58e5ab90569a6b59ac8e');

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

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Jetpack_Mu_Wpcom main class.
*/
class Jetpack_Mu_Wpcom {
const PACKAGE_VERSION = '6.0.0';
const PACKAGE_VERSION = '6.0.1-alpha';
const PKG_DIR = __DIR__ . '/../';
const BASE_DIR = __DIR__ . '/';
const BASE_FILE = __FILE__;
Expand Down
Loading

0 comments on commit b94c6cf

Please sign in to comment.