Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#36903)
Browse files Browse the repository at this point in the history
  • Loading branch information
ice9js authored Apr 15, 2024
1 parent b406618 commit 29f4dc1
Show file tree
Hide file tree
Showing 122 changed files with 166 additions and 366 deletions.
5 changes: 5 additions & 0 deletions projects/js-packages/ai-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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.12.1] - 2024-04-15
### Added
- AI Client: Add callbacks, initial requesting state and change error handling. [#36869]

## [0.12.0] - 2024-04-08
### Added
- Add error rejection in image generation. [#36709]
Expand Down Expand Up @@ -282,6 +286,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated package dependencies. [#31659]
- Updated package dependencies. [#31785]

[0.12.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.12.0...v0.12.1
[0.12.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.10.1...v0.11.0
[0.10.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.10.0...v0.10.1
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/ai-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@automattic/jetpack-ai-client",
"version": "0.12.1-alpha",
"version": "0.12.1",
"description": "A JS client for consuming Jetpack AI services",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/ai-client/#readme",
"bugs": {
Expand Down
4 changes: 4 additions & 0 deletions projects/js-packages/partner-coupon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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.2.75 - 2024-04-15
### Changed
- Update dependencies. [#36848]

## 0.2.74 - 2024-04-08
### Changed
- Updated package dependencies. [#36760]
Expand Down
4 changes: 0 additions & 4 deletions projects/js-packages/partner-coupon/changelog/force-a-release

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/partner-coupon/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-partner-coupon",
"version": "0.2.75-alpha",
"version": "0.2.75",
"description": "This package aims to add components to make it easier to redeem partner coupons",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/partner-coupon/#readme",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions projects/js-packages/publicize-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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.49.2] - 2024-04-15
### Changed
- Updated social previews package. [#36874]

### Fixed
- Fixed social previews crashing for non-admin authors. [#36875]

## [0.49.1] - 2024-04-11
### Changed
- Update dependencies. [#36156]
Expand Down Expand Up @@ -644,6 +651,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated package dependencies. [#24470]

[0.49.2]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.49.1...v0.49.2
[0.49.1]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.49.0...v0.49.1
[0.49.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.48.5...v0.49.0
[0.48.5]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.48.4...v0.48.5
Expand Down

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/publicize-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-publicize-components",
"version": "0.49.2-alpha",
"version": "0.49.2",
"description": "A library of JS components required by the Publicize editor plugin",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/publicize-components/#readme",
"bugs": {
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/backup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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).

## [3.3.7] - 2024-04-15
### Changed
- Internal updates.

## [3.3.6] - 2024-04-08
### Changed
- Updated package dependencies. [#36760]
Expand Down Expand Up @@ -601,6 +605,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add API endpoints and Jetpack Backup package for managing Help…

[3.3.7]: https://github.com/Automattic/jetpack-backup/compare/v3.3.6...v3.3.7
[3.3.6]: https://github.com/Automattic/jetpack-backup/compare/v3.3.5...v3.3.6
[3.3.5]: https://github.com/Automattic/jetpack-backup/compare/v3.3.4...v3.3.5
[3.3.4]: https://github.com/Automattic/jetpack-backup/compare/v3.3.3...v3.3.4
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/backup/src/class-package-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '3.3.7-alpha';
const PACKAGE_VERSION = '3.3.7';

const PACKAGE_SLUG = 'backup';

Expand Down
5 changes: 5 additions & 0 deletions projects/packages/blaze/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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.20.3] - 2024-04-15
### Fixed
- Update configs to accomodate for Simple Classic for Blaze. [#36842]

## [0.20.2] - 2024-04-08
### Changed
- Updated package dependencies. [#36760]
Expand Down Expand Up @@ -342,6 +346,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated package dependencies. [#27906]

[0.20.3]: https://github.com/automattic/jetpack-blaze/compare/v0.20.2...v0.20.3
[0.20.2]: https://github.com/automattic/jetpack-blaze/compare/v0.20.1...v0.20.2
[0.20.1]: https://github.com/automattic/jetpack-blaze/compare/v0.20.0...v0.20.1
[0.20.0]: https://github.com/automattic/jetpack-blaze/compare/v0.19.3...v0.20.0
Expand Down
5 changes: 0 additions & 5 deletions projects/packages/blaze/changelog/add-phan-woocommerce-stubs

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/blaze/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-blaze",
"version": "0.20.3-alpha",
"version": "0.20.3",
"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": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/blaze/src/class-dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Dashboard {
*
* @var string
*/
const PACKAGE_VERSION = '0.20.3-alpha';
const PACKAGE_VERSION = '0.20.3';

/**
* List of dependencies needed to render the dashboard in wp-admin.
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/changelogger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.2.1] - 2024-04-15
### Changed
- Support symfony/console 7.0. [#36861]

## [4.2.0] - 2024-04-11
### Deprecated
- Deprecated the `$subheading` parameter to `ChangelogEntry::getChangesBySubheading()` to make the return value clearer. [#36755]
Expand Down Expand Up @@ -220,6 +224,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Added
- Initial version.

[4.2.1]: https://github.com/Automattic/jetpack-changelogger/compare/4.2.0...4.2.1
[4.2.0]: https://github.com/Automattic/jetpack-changelogger/compare/4.1.2...4.2.0
[4.1.2]: https://github.com/Automattic/jetpack-changelogger/compare/4.1.1...4.1.2
[4.1.1]: https://github.com/Automattic/jetpack-changelogger/compare/4.1.0...4.1.1
Expand Down

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/changelogger/src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
class Application extends SymfonyApplication {

const VERSION = '4.2.1-alpha';
const VERSION = '4.2.1';

/**
* Constructor.
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/forms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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.30.15] - 2024-04-15
### Changed
- Update dependencies. [#36848]

## [0.30.14] - 2024-04-08
### Changed
- Updated package dependencies. [#36760]
Expand Down Expand Up @@ -535,6 +539,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added a new jetpack/forms package [#28409]
- Added a public load_contact_form method for initializing the contact form module. [#28416]

[0.30.15]: https://github.com/automattic/jetpack-forms/compare/v0.30.14...v0.30.15
[0.30.14]: https://github.com/automattic/jetpack-forms/compare/v0.30.13...v0.30.14
[0.30.13]: https://github.com/automattic/jetpack-forms/compare/v0.30.12...v0.30.13
[0.30.12]: https://github.com/automattic/jetpack-forms/compare/v0.30.11...v0.30.12
Expand Down
4 changes: 0 additions & 4 deletions projects/packages/forms/changelog/force-a-release

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-forms",
"version": "0.30.15-alpha",
"version": "0.30.15",
"description": "Jetpack Forms",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/forms/#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/forms/src/class-jetpack-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
class Jetpack_Forms {

const PACKAGE_VERSION = '0.30.15-alpha';
const PACKAGE_VERSION = '0.30.15';

/**
* Load the contact form module.
Expand Down
19 changes: 19 additions & 0 deletions projects/packages/jetpack-mu-wpcom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ 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).

## [5.24.0] - 2024-04-15
### Added
- WP.com Patterns: Hide WP.com categories that start with underscore. [#36763]
- Calypso: Add Theme Showcase menu. [#36851]
- Display a banner before the theme browser that links to the WP.com Theme Showcase. [#36801]

### Changed
- Conditionally enable link manager on Simple and Atomic sites. [#36770]
- Hide Customize on block themes on Simple Classic sites. [#36856]
- Monetize: Move into Jetpack menu and open the page on Jetpack Cloud. [#36799]
- Update Monetize Launchpad links to Jetpack Cloud. [#36728]

### Removed
- Removed All Sites menu option from sidebar. [#36632]

### Fixed
- Add translation support for the Launchpad API endpoint. [#36802]

## [5.23.2] - 2024-04-08
### Changed
- Updated package dependencies. [#36760] [#36761] [#36788]
Expand Down Expand Up @@ -711,6 +729,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Testing initial package release.

[5.24.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.23.2...v5.24.0
[5.23.2]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.23.1...v5.23.2
[5.23.1]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.23.0...v5.23.1
[5.23.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.22.0...v5.23.0
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/jetpack-mu-wpcom/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-mu-wpcom",
"version": "5.24.0-alpha",
"version": "5.24.0",
"description": "Enhances your site with features powered by WordPress.com",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/jetpack-mu-wpcom/#readme",
"bugs": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Jetpack_Mu_Wpcom main class.
*/
class Jetpack_Mu_Wpcom {
const PACKAGE_VERSION = '5.24.0-alpha';
const PACKAGE_VERSION = '5.24.0';
const PKG_DIR = __DIR__ . '/../';
const BASE_DIR = __DIR__ . '/';
const BASE_FILE = __FILE__;
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/jitm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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).

## [3.1.6] - 2024-04-15
### Changed
- Internal updates.

## [3.1.5] - 2024-04-11
### Changed
- Internal updates.
Expand Down Expand Up @@ -699,6 +703,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Update Jetpack to use new JITM package

[3.1.6]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.5...v3.1.6
[3.1.5]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.4...v3.1.5
[3.1.4]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.3...v3.1.4
[3.1.3]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.2...v3.1.3
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/jitm/src/class-jitm.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
class JITM {

const PACKAGE_VERSION = '3.1.6-alpha';
const PACKAGE_VERSION = '3.1.6';

/**
* The configuration method that is called from the jetpack-config package.
Expand Down
Loading

0 comments on commit 29f4dc1

Please sign in to comment.