From f7a3463f8b05a62360361dadaa792d65e0676089 Mon Sep 17 00:00:00 2001 From: ice9js Date: Mon, 23 Oct 2023 21:19:19 +0000 Subject: [PATCH] Changelog edits. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6618926751 --- CHANGELOG.md | 13 +++++-------- composer.json | 2 +- package.json | 4 ++-- src/class-dashboard.php | 2 +- 4 files changed, 9 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2db907c..074c5ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,18 +5,15 @@ 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.11.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.11.0] - 2023-10-23 ### Added -- DSP media endpoints whitelisting +- DSP media endpoints allowlisting. [#33598] ### Changed -- Updated package dependencies. +- Updated package dependencies. [#33646] [#33687] ### Fixed -- Fix unsetting `'sub_path'` in `Dashboard_REST_Controller`. +- Fix unsetting `sub_path` in `Dashboard_REST_Controller`. [#33668] ## [0.10.4] - 2023-10-16 ### Changed @@ -228,7 +225,7 @@ This is an alpha version! The changes listed here are not final. ### Changed - Updated package dependencies. [#27906] -[0.11.0-alpha]: https://github.com/automattic/jetpack-blaze/compare/v0.10.4...v0.11.0-alpha +[0.11.0]: https://github.com/automattic/jetpack-blaze/compare/v0.10.4...v0.11.0 [0.10.4]: https://github.com/automattic/jetpack-blaze/compare/v0.10.3...v0.10.4 [0.10.3]: https://github.com/automattic/jetpack-blaze/compare/v0.10.2...v0.10.3 [0.10.2]: https://github.com/automattic/jetpack-blaze/compare/v0.10.1...v0.10.2 diff --git a/composer.json b/composer.json index 719f52c..bff46ba 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "automattic/jetpack-plans": "^0.3.4", "automattic/jetpack-redirect": "^1.7.27", "automattic/jetpack-status": "^1.18.5", - "automattic/jetpack-sync": "^1.59.0-alpha" + "automattic/jetpack-sync": "^1.59.0" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", diff --git a/package.json b/package.json index b576419..98de739 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-blaze", - "version": "0.11.0-alpha", + "version": "0.11.0", "description": "Attract high-quality traffic to your site using Blaze. Using this service, you can advertise a post or page on some of the millions of pages across WordPress.com and Tumblr from just $5 per day.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/blaze/#readme", "bugs": { @@ -23,7 +23,7 @@ }, "dependencies": { "@automattic/jetpack-analytics": "^0.1.27", - "@automattic/jetpack-components": "^0.44.1-alpha", + "@automattic/jetpack-components": "^0.44.1", "@automattic/jetpack-shared-extension-utils": "^0.12.4", "@wordpress/block-editor": "12.12.0", "@wordpress/components": "25.10.0", diff --git a/src/class-dashboard.php b/src/class-dashboard.php index 8b77017..c152b13 100644 --- a/src/class-dashboard.php +++ b/src/class-dashboard.php @@ -21,7 +21,7 @@ class Dashboard { * * @var string */ - const PACKAGE_VERSION = '0.11.0-alpha'; + const PACKAGE_VERSION = '0.11.0'; /** * List of dependencies needed to render the dashboard in wp-admin.