From 767e8766b354871467417fac513d6607ac7d97f6 Mon Sep 17 00:00:00 2001 From: tbradsha Date: Mon, 18 Nov 2024 16:49:52 +0000 Subject: [PATCH] Changelog and readme.txt edits. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11896948561 Upstream-Ref: Automattic/jetpack@49898636a37c4ade4f81e4b5055ca4b4bdd6d3f3 --- CHANGELOG.md | 15 +++++---------- composer.json | 2 +- package.json | 6 +++--- src/class-dashboard.php | 2 +- 4 files changed, 10 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dabd62..106cae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,20 +5,16 @@ 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.25.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.25.0] - 2024-11-18 ### Removed -- General: Update minimum PHP version to 7.2. +- General: Update minimum PHP version to 7.2. [#40147] ## [0.24.0] - 2024-11-11 ### Added - Adds /stats endpoints to the whitelist [#39995] ### Changed -- Updated package dependencies. [#39999] -- Updated package dependencies. [#40060] +- Updated package dependencies. [#39999] [#40060] ## [0.23.3] - 2024-11-04 ### Added @@ -293,8 +289,7 @@ This is an alpha version! The changes listed here are not final. ## [0.10.1] - 2023-09-04 ### Changed -- Updated package dependencies. [#32803] -- Updated package dependencies. [#32804] +- Updated package dependencies. [#32803] [#32804] ### Fixed - Fixes missing controller for DSP /subscriptions POST endpoint [#32752] @@ -489,7 +484,7 @@ This is an alpha version! The changes listed here are not final. ### Changed - Updated package dependencies. [#27906] -[0.25.0-alpha]: https://github.com/automattic/jetpack-blaze/compare/v0.24.0...v0.25.0-alpha +[0.25.0]: https://github.com/automattic/jetpack-blaze/compare/v0.24.0...v0.25.0 [0.24.0]: https://github.com/automattic/jetpack-blaze/compare/v0.23.3...v0.24.0 [0.23.3]: https://github.com/automattic/jetpack-blaze/compare/v0.23.2...v0.23.3 [0.23.2]: https://github.com/automattic/jetpack-blaze/compare/v0.23.1...v0.23.2 diff --git a/composer.json b/composer.json index 8cc5881..3c35d58 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require": { "php": ">=7.2", "automattic/jetpack-assets": "^3.0.0", - "automattic/jetpack-connection": "^6.0.1-alpha", + "automattic/jetpack-connection": "^6.0.1", "automattic/jetpack-constants": "^3.0.0", "automattic/jetpack-plans": "^0.5.0", "automattic/jetpack-redirect": "^3.0.0", diff --git a/package.json b/package.json index 13db785..e44303e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-blaze", - "version": "0.25.0-alpha", + "version": "0.25.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,8 +23,8 @@ }, "dependencies": { "@automattic/jetpack-analytics": "^0.1.33", - "@automattic/jetpack-components": "^0.61.0-alpha", - "@automattic/jetpack-shared-extension-utils": "^0.15.17-alpha", + "@automattic/jetpack-components": "^0.61.0", + "@automattic/jetpack-shared-extension-utils": "^0.15.17", "@wordpress/block-editor": "14.6.0", "@wordpress/components": "28.11.0", "@wordpress/compose": "7.11.0", diff --git a/src/class-dashboard.php b/src/class-dashboard.php index c46804b..261d594 100644 --- a/src/class-dashboard.php +++ b/src/class-dashboard.php @@ -21,7 +21,7 @@ class Dashboard { * * @var string */ - const PACKAGE_VERSION = '0.25.0-alpha'; + const PACKAGE_VERSION = '0.25.0'; /** * List of dependencies needed to render the dashboard in wp-admin.