From f724d995509635b1173e407663caa36057215843 Mon Sep 17 00:00:00 2001 From: ice9js Date: Mon, 4 Nov 2024 09:24:56 +0000 Subject: [PATCH] Amend readme.txt Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11661265626 Upstream-Ref: Automattic/jetpack@8e32502e8372556557baf06b52b255c9ee2efd74 --- CHANGELOG.md | 9 +++------ composer.json | 12 ++++++------ package.json | 12 ++++++------ src/class-package-version.php | 2 +- 4 files changed, 16 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddd03f0..c405cac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/composer.json b/composer.json index e79400e..611dd61 100644 --- a/composer.json +++ b/composer.json @@ -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" }, diff --git a/package.json b/package.json index e6f9a54..a6af15d 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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", diff --git a/src/class-package-version.php b/src/class-package-version.php index 908f340..33bd062 100644 --- a/src/class-package-version.php +++ b/src/class-package-version.php @@ -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';