diff --git a/CHANGELOG.md b/CHANGELOG.md index de0e383..457d7c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,10 @@ 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.5-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.25.5] - 2025-01-10 ### Fixed -- Blaze: ensure post list quick link is added after quick edit -- Blaze: Fix external icon alignment on "Blaze this Post" button +- Blaze: Ensure post list quick link is added after quick edit. [#40889] +- Blaze: Fix external icon alignment on "Blaze this Post" button. [#40825] ## [0.25.4] - 2024-12-16 ### Changed @@ -509,7 +506,7 @@ This is an alpha version! The changes listed here are not final. ### Changed - Updated package dependencies. [#27906] -[0.25.5-alpha]: https://github.com/automattic/jetpack-blaze/compare/v0.25.4...v0.25.5-alpha +[0.25.5]: https://github.com/automattic/jetpack-blaze/compare/v0.25.4...v0.25.5 [0.25.4]: https://github.com/automattic/jetpack-blaze/compare/v0.25.3...v0.25.4 [0.25.3]: https://github.com/automattic/jetpack-blaze/compare/v0.25.2...v0.25.3 [0.25.2]: https://github.com/automattic/jetpack-blaze/compare/v0.25.1...v0.25.2 diff --git a/package.json b/package.json index 88bdb4c..8b528ee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-blaze", - "version": "0.25.5-alpha", + "version": "0.25.5", "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": { diff --git a/src/class-dashboard.php b/src/class-dashboard.php index 9436388..d1ea747 100644 --- a/src/class-dashboard.php +++ b/src/class-dashboard.php @@ -21,7 +21,7 @@ class Dashboard { * * @var string */ - const PACKAGE_VERSION = '0.25.5-alpha'; + const PACKAGE_VERSION = '0.25.5'; /** * List of dependencies needed to render the dashboard in wp-admin.