Skip to content

Commit

Permalink
Backport jetpack 14.0-beta Changes (#40024)
Browse files Browse the repository at this point in the history
* Changelog and readme.txt edits.

* Amend readme.txt

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

Upstream-Ref: Automattic/jetpack@a7dc7da
  • Loading branch information
tbradsha authored and matticbot committed Nov 4, 2024
1 parent 4770451 commit c46b4cc
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 19 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +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.24.16-alpha] - unreleased

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

## [0.24.16] - 2024-11-04
### Added
- Enable test coverage.
- Enable test coverage. [#39961]

## [0.24.15] - 2024-10-29
### Changed
Expand Down Expand Up @@ -1487,7 +1484,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created empty package [#24952]

[0.24.16-alpha]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.15...v0.24.16-alpha
[0.24.16]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.15...v0.24.16
[0.24.15]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.14...v0.24.15
[0.24.14]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.13...v0.24.14
[0.24.13]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.12...v0.24.13
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-admin-ui": "^0.4.6-alpha",
"automattic/jetpack-assets": "^2.3.13-alpha",
"automattic/jetpack-connection": "^5.1.6-alpha",
"automattic/jetpack-my-jetpack": "^4.36.0-alpha",
"automattic/jetpack-plans": "^0.4.13-alpha"
"automattic/jetpack-admin-ui": "^0.4.6",
"automattic/jetpack-assets": "^2.3.13",
"automattic/jetpack-connection": "^5.1.6",
"automattic/jetpack-my-jetpack": "^4.36.0",
"automattic/jetpack-plans": "^0.4.13"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^4.2.8-alpha",
"automattic/jetpack-changelogger": "^4.2.8",
"automattic/wordbless": "@dev",
"brain/monkey": "2.6.1"
},
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-videopress",
"version": "0.24.16-alpha",
"version": "0.24.16",
"description": "VideoPress package",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/videopress/#readme",
"bugs": {
Expand Down Expand Up @@ -57,12 +57,12 @@
"webpack-cli": "4.9.1"
},
"dependencies": {
"@automattic/jetpack-analytics": "^0.1.32-alpha",
"@automattic/jetpack-api": "^0.17.16-alpha",
"@automattic/jetpack-analytics": "^0.1.32",
"@automattic/jetpack-api": "^0.17.16",
"@automattic/jetpack-base-styles": "^0.6.34",
"@automattic/jetpack-components": "^0.58.1-alpha",
"@automattic/jetpack-connection": "^0.35.15-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.15.15-alpha",
"@automattic/jetpack-components": "^0.58.1",
"@automattic/jetpack-connection": "^0.35.15",
"@automattic/jetpack-shared-extension-utils": "^0.15.15",
"@wordpress/api-fetch": "7.9.0",
"@wordpress/blob": "4.9.0",
"@wordpress/block-editor": "14.4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/class-package-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* The Package_Version class.
*/
class Package_Version {
const PACKAGE_VERSION = '0.24.16-alpha';
const PACKAGE_VERSION = '0.24.16';

const PACKAGE_SLUG = 'videopress';

Expand Down

0 comments on commit c46b4cc

Please sign in to comment.