Skip to content

Commit 4f09310

Browse files
zinigormatticbot
authored andcommitted
Changelog and readme.txt edits. (#38776)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10300440548 Upstream-Ref: Automattic/jetpack@a44b51b
1 parent ead97f1 commit 4f09310

File tree

24 files changed

+163
-175
lines changed

24 files changed

+163
-175
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
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": "^5.54.0-alpha"
7+
"automattic/jetpack-mu-wpcom": "^5.54.0"
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "1.1.0",

composer.lock

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

vendor/automattic/jetpack-assets/CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ 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-
## [2.3.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [2.3.0] - 2024-08-08
129
### Added
13-
- Added jetpack-initial-state package to consolidate the logic for Initial state
10+
- Added jetpack-initial-state package to consolidate the logic for Initial state [#38430]
1411

1512
## [2.2.0] - 2024-07-23
1613
### Added
@@ -469,7 +466,7 @@ This is an alpha version! The changes listed here are not final.
469466

470467
- Statically access asset tools
471468

472-
[2.3.0-alpha]: https://github.com/Automattic/jetpack-assets/compare/v2.2.0...v2.3.0-alpha
469+
[2.3.0]: https://github.com/Automattic/jetpack-assets/compare/v2.2.0...v2.3.0
473470
[2.2.0]: https://github.com/Automattic/jetpack-assets/compare/v2.1.13...v2.2.0
474471
[2.1.13]: https://github.com/Automattic/jetpack-assets/compare/v2.1.12...v2.1.13
475472
[2.1.12]: https://github.com/Automattic/jetpack-assets/compare/v2.1.11...v2.1.12

vendor/automattic/jetpack-assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"validate": "pnpm exec validate-es build/"
1212
},
1313
"dependencies": {
14-
"@automattic/jetpack-script-data": "^0.1.0-alpha",
14+
"@automattic/jetpack-script-data": "^0.1.0",
1515
"react": "18.3.1"
1616
},
1717
"devDependencies": {

vendor/automattic/jetpack-assets/src/class-script-data.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ protected static function get_admin_script_data() {
123123
* For example, the social (publicize) data is used only on Social admin page, Jetpack settings page and the post editor.
124124
* So, the social data should be added only on those pages.
125125
*
126-
* @since 2.3.0-alpha
126+
* @since 2.3.0
127127
*
128128
* @param array $state The script data.
129129
*/
@@ -149,7 +149,7 @@ protected static function get_public_script_data() {
149149
*
150150
* See the docs for `jetpack_admin_js_script_data` filter for more information.
151151
*
152-
* @since 2.3.0-alpha
152+
* @since 2.3.0
153153
*
154154
* @param array $state The script data.
155155
*/

0 commit comments

Comments
 (0)