Skip to content

Commit

Permalink
Backport mu-wpcom-plugin 2.0.18, jetpack 13.1-beta Changes (#35448)
Browse files Browse the repository at this point in the history
* Changelog and readme.txt edits.

* Amend readme.txt

* Init new cycle

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/7789159812
  • Loading branch information
samiff authored and matticbot committed Feb 5, 2024
1 parent d408594 commit e2bb0e9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ 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.3.7-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [0.3.7] - 2024-02-05
### Changed
- Updated package dependencies.

Expand Down Expand Up @@ -306,7 +303,7 @@ This is an alpha version! The changes listed here are not final.
- PHPCS: Fix `WordPress.Security.ValidatedSanitizedInput`
- Updated package dependencies.

[0.3.7-alpha]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.6...v0.3.7-alpha
[0.3.7]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.6...v0.3.7
[0.3.6]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.5...v0.3.6
[0.3.5]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.4...v0.3.5
[0.3.4]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.3...v0.3.4
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^2.3.0-alpha",
"automattic/jetpack-assets": "^2.1.0-alpha",
"automattic/jetpack-connection": "^2.3.0",
"automattic/jetpack-assets": "^2.1.0",
"automattic/jetpack-constants": "^2.0.0",
"automattic/jetpack-status": "^2.1.0",
"automattic/jetpack-config": "^2.0.0"
Expand Down
6 changes: 3 additions & 3 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.3.7-alpha",
"version": "0.3.7",
"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 @@ -33,8 +33,8 @@
"@automattic/calypso-color-schemes": "3.1.1",
"@automattic/color-studio": "2.5.0",
"@automattic/jetpack-analytics": "^0.1.29",
"@automattic/jetpack-api": "^0.16.9-alpha",
"@automattic/jetpack-components": "^0.48.1-alpha",
"@automattic/jetpack-api": "^0.16.9",
"@automattic/jetpack-components": "^0.48.1",
"@wordpress/base-styles": "4.41.0",
"@wordpress/block-editor": "12.18.2",
"@wordpress/data": "9.20.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.3.7-alpha';
const VERSION = '0.3.7';
const SLUG = 'wordads';

/**
Expand Down

0 comments on commit e2bb0e9

Please sign in to comment.