Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#40526)
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored and matticbot committed Dec 9, 2024
1 parent 2b4cc27 commit 578e703
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/class-package.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

/**
Expand Down

0 comments on commit 578e703

Please sign in to comment.