From a6be307072d1c336eb7c598be15d18c5094aaa95 Mon Sep 17 00:00:00 2001 From: tbradsha Date: Mon, 20 Jan 2025 16:48:08 +0000 Subject: [PATCH] Changelog and readme.txt edits. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12872379964 Upstream-Ref: Automattic/jetpack@9185bdce933198fb0bcd040fed508118fc3ddb86 --- CHANGELOG.md | 11 ++++------- composer.json | 10 +++++----- package.json | 10 +++++----- src/class-package.php | 2 +- 4 files changed, 15 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 277ffa7..39e1e1f 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.47.6-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.47.6] - 2025-01-20 ### Changed -- Code: Use function-style exit() and die() with a default status code of 0. -- Updated package dependencies. +- Code: Use function-style exit() and die() with a default status code of 0. [#41167] +- Updated package dependencies. [#41099] ## [0.47.5] - 2025-01-06 ### Changed @@ -1115,7 +1112,7 @@ This is an alpha version! The changes listed here are not final. - Updated package dependencies. - Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't. -[0.47.6-alpha]: https://github.com/Automattic/jetpack-search/compare/v0.47.5...v0.47.6-alpha +[0.47.6]: https://github.com/Automattic/jetpack-search/compare/v0.47.5...v0.47.6 [0.47.5]: https://github.com/Automattic/jetpack-search/compare/v0.47.4...v0.47.5 [0.47.4]: https://github.com/Automattic/jetpack-search/compare/v0.47.3...v0.47.4 [0.47.3]: https://github.com/Automattic/jetpack-search/compare/v0.47.2...v0.47.3 diff --git a/composer.json b/composer.json index 808a7c5..1094bcc 100644 --- a/composer.json +++ b/composer.json @@ -5,13 +5,13 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.2", - "automattic/jetpack-connection": "^6.3.0-alpha", - "automattic/jetpack-assets": "^4.0.3-alpha", + "automattic/jetpack-connection": "^6.3.0", + "automattic/jetpack-assets": "^4.0.3", "automattic/jetpack-constants": "^3.0.1", - "automattic/jetpack-status": "^5.0.2-alpha", + "automattic/jetpack-status": "^5.0.2", "automattic/jetpack-config": "^3.0.0", - "automattic/jetpack-my-jetpack": "^5.3.3-alpha", - "automattic/jetpack-sync": "^4.4.0-alpha" + "automattic/jetpack-my-jetpack": "^5.3.3", + "automattic/jetpack-sync": "^4.4.0" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", diff --git a/package.json b/package.json index dce43f1..c413b4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jetpack-search", - "version": "0.47.6-alpha", + "version": "0.47.6", "description": "Package for Jetpack Search products", "main": "main.js", "directories": { @@ -37,10 +37,10 @@ "@automattic/color-studio": "4.0.0", "@automattic/format-currency": "1.0.1", "@automattic/jetpack-analytics": "^0.1.34", - "@automattic/jetpack-api": "^0.17.22-alpha", - "@automattic/jetpack-base-styles": "^0.6.40-alpha", - "@automattic/jetpack-components": "^0.65.4-alpha", - "@automattic/jetpack-connection": "^0.36.4-alpha", + "@automattic/jetpack-api": "^0.17.22", + "@automattic/jetpack-base-styles": "^0.6.40", + "@automattic/jetpack-components": "^0.65.4", + "@automattic/jetpack-connection": "^0.36.4", "@wordpress/base-styles": "5.16.0", "@wordpress/block-editor": "14.11.0", "@wordpress/data": "10.16.0", diff --git a/src/class-package.php b/src/class-package.php index 191d248..0006b99 100644 --- a/src/class-package.php +++ b/src/class-package.php @@ -11,7 +11,7 @@ * Search package general information */ class Package { - const VERSION = '0.47.6-alpha'; + const VERSION = '0.47.6'; const SLUG = 'search'; /**