From 578e7039c59986ea1f4ad2067d7637bee1aad249 Mon Sep 17 00:00:00 2001 From: zinigor Date: Mon, 9 Dec 2024 16:53:09 +0000 Subject: [PATCH] Changelog and readme.txt edits. (#40526) Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12240111169 Upstream-Ref: Automattic/jetpack@3050316d2c5177dd81f545ae7f2f44835db4fb40 --- CHANGELOG.md | 8 +++++--- composer.json | 2 +- package.json | 4 ++-- src/class-package.php | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c59dbf..e93d914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,13 @@ 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.4.3-alpha] - unreleased +## [0.4.4-alpha] - unreleased This is an alpha version! The changes listed here are not final. +## [0.4.3] - 2024-12-09 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#40363] ## [0.4.2] - 2024-11-26 ### Changed @@ -453,7 +454,8 @@ This is an alpha version! The changes listed here are not final. - PHPCS: Fix `WordPress.Security.ValidatedSanitizedInput` - Updated package dependencies. -[0.4.3-alpha]: https://github.com/Automattic/jetpack-wordads/compare/v0.4.2...v0.4.3-alpha +[0.4.4-alpha]: https://github.com/Automattic/jetpack-wordads/compare/v0.4.3...v0.4.4-alpha +[0.4.3]: https://github.com/Automattic/jetpack-wordads/compare/v0.4.2...v0.4.3 [0.4.2]: https://github.com/Automattic/jetpack-wordads/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/Automattic/jetpack-wordads/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.39...v0.4.0 diff --git a/composer.json b/composer.json index be20cc6..e48c60d 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.2", - "automattic/jetpack-connection": "^6.2.0-alpha", + "automattic/jetpack-connection": "^6.2.0", "automattic/jetpack-assets": "^4.0.1", "automattic/jetpack-constants": "^3.0.1", "automattic/jetpack-status": "^5.0.1", diff --git a/package.json b/package.json index 2d6f2e9..544c45b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-wordads", - "version": "0.4.3-alpha", + "version": "0.4.4-alpha", "description": "Earn income by allowing Jetpack to display high quality ads.", "main": "main.js", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/wordads/#readme", @@ -34,7 +34,7 @@ "@automattic/color-studio": "2.6.0", "@automattic/jetpack-analytics": "^0.1.33", "@automattic/jetpack-api": "^0.17.20", - "@automattic/jetpack-components": "^0.64.1-alpha", + "@automattic/jetpack-components": "^0.64.1", "@wordpress/base-styles": "5.13.0", "@wordpress/block-editor": "14.8.0", "@wordpress/data": "10.13.0", diff --git a/src/class-package.php b/src/class-package.php index f4b7360..450c06c 100644 --- a/src/class-package.php +++ b/src/class-package.php @@ -11,7 +11,7 @@ * WordAds package general information */ class Package { - const VERSION = '0.4.3-alpha'; + const VERSION = '0.4.4-alpha'; const SLUG = 'wordads'; /**