Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#40960)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha authored Jan 10, 2025
1 parent c096451 commit 70951d3
Show file tree
Hide file tree
Showing 96 changed files with 101 additions and 334 deletions.
6 changes: 6 additions & 0 deletions projects/packages/blaze/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.25.5] - 2025-01-10
### Fixed
- Blaze: Ensure post list quick link is added after quick edit. [#40889]
- Blaze: Fix external icon alignment on "Blaze this Post" button. [#40825]

## [0.25.4] - 2024-12-16
### Changed
- Updated package dependencies. [#40564]
Expand Down Expand Up @@ -501,6 +506,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated package dependencies. [#27906]

[0.25.5]: https://github.com/automattic/jetpack-blaze/compare/v0.25.4...v0.25.5
[0.25.4]: https://github.com/automattic/jetpack-blaze/compare/v0.25.3...v0.25.4
[0.25.3]: https://github.com/automattic/jetpack-blaze/compare/v0.25.2...v0.25.3
[0.25.2]: https://github.com/automattic/jetpack-blaze/compare/v0.25.1...v0.25.2
Expand Down

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.25.4",
"version": "0.25.5",
"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.25.4';
const PACKAGE_VERSION = '0.25.5';

/**
* List of dependencies needed to render the dashboard in wp-admin.
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/calypsoify/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.1] - 2025-01-10
### Changed
- Updated package dependencies. [#40564]

## [0.2.0] - 2024-12-04
### Changed
- Updated package dependencies. [#40288] [#40363]
Expand Down Expand Up @@ -63,6 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Calypsoify: Load feature from the Calypsoify package. [#37375]
- Updated package dependencies. [#37379]

[0.2.1]: https://github.com/Automattic/jetpack-calypsoify/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/Automattic/jetpack-calypsoify/compare/v0.1.9...v0.2.0
[0.1.9]: https://github.com/Automattic/jetpack-calypsoify/compare/v0.1.8...v0.1.9
[0.1.8]: https://github.com/Automattic/jetpack-calypsoify/compare/v0.1.7...v0.1.8
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/calypsoify/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-calypsoify",
"version": "0.2.0",
"version": "0.2.1",
"description": "Calypsoify is designed to make sure specific wp-admin pages include navigation that prioritizes the Calypso navigation experience.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/calypsoify/#readme",
"bugs": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
class Jetpack_Calypsoify {

const PACKAGE_VERSION = '0.2.0';
const PACKAGE_VERSION = '0.2.1';

/**
* Singleton instance of `Jetpack_Calypsoify`.
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/classic-theme-helper/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.8.3] - 2025-01-10
### Fixed
- Testimonials: Fix a shortcode-related bug which occurs if the column attribute is added and set to 0. [#40896]

## [0.8.2] - 2025-01-06
### Changed
- Updated package dependencies. [#40784] [#40831]
Expand Down Expand Up @@ -185,6 +189,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Add wordpress folder on gitignore. [#37177]

[0.8.3]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.8.2...v0.8.3
[0.8.2]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.8.1...v0.8.2
[0.8.1]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.7.4...v0.8.0
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/classic-theme-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-classic-theme-helper",
"version": "0.8.2",
"version": "0.8.3",
"description": "Features used with classic themes",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/classic-theme-helper/#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/classic-theme-helper/src/class-main.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class Main {

const PACKAGE_VERSION = '0.8.2';
const PACKAGE_VERSION = '0.8.3';

/**
* Modules to include.
Expand Down
41 changes: 41 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,46 @@ 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).

## [6.1.0] - 2025-01-10
### Added
- Add watch command for this package in composer.json file. [#40927]
- Add comments page to the list of untangled pages under the experiment. [#40649]
- CSS Tidy: Add css rule mask to allowlist. [#40655]
- Pages: Add quick actions to change the homepage and the posts page. [#40699]
- Post categories: Add quick action to change default category. [#40667]
- Remove duplicate views: Show notices. [#40609]
- WordPress.com Features: Add Holiday Snow functionality. [#40478]

### Changed
- Admin menu: Hide dashboard switcher when WP Admin view is enforced. [#40595]
- Holiday Snow: Switch to a CSS-only implementation. [#40629]
- Newspack Blocks: Update to version 4.5.2. [#40636]
- Remove the option to close upsell notification for custom styles. [#40520]
- Remove duplicate views: Enforce WP Admin for Pages. [#40706]
- Remove duplicate views: Redesign notices. [#40901]
- Use WP Admin for some sections while keeping some untangling changes. [#40479]
- Updated package dependencies. [#40564] [#40693] [#40792] [#40797] [#40798] [#40810]
- Use wp_add_inline_script. [#40465]

### Fixed
- Add a function_exists guard for `wpcom_is_duplicate_views_experiment_enabled` function. [#40708]
- Code: Clean up JSDoc comments. [#40578]
- Comments: Add cookie consent input and fix console error. [#40494]
- Exclude wpcom_admin_interface from the admin_menu action. [#40669]
- Fix lints following ESLint rule changes for TypeScript. [#40584]
- Fix several regressions for Stats, Blaze and notices for RDV experiment. [#40690]
- Fix migration key fetch failing when DIY migration page is reloaded. [#40270]
- Global Styles: Stop showing the limited global styles notice in distraction-free mode. [#40907]
- Gutenberg 19.8.0 hotfix: Don't show the template-locked rendering mode for pages. [#40664]
- Holiday Snow: Do not display on p2s. [#40519]
- Holiday snow: Replace SCSS `random()` with pregenerated arrays of random numbers to make builds reproducable. [#40666]
- i18n: Update the .mo and .po translation files. [#40362]
- Load WPCOM sidebar notice async. [#40422]
- Restore visited button color in themes.php to Core's default. [#40517]
- Starter page templates: Insert the pattern to the Content block correctly when rendering mode is template-locked. [#40583]
- Support adding a comment form inside a query loop. [#40933]
- wpcom-block-editor-nux: Avoid using useLocation which now throws exception outside Site Editor in Gutenberg 19.9.0. [#40656]

## [6.0.0] - 2024-12-04
### Changed
- Updated dependencies. [#40286]
Expand Down Expand Up @@ -1316,6 +1356,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Testing initial package release.

[6.1.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v6.0.0...v6.1.0
[6.0.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.66.0...v6.0.0
[5.66.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.65.0...v5.66.0
[5.65.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.64.0...v5.65.0
Expand Down

This file was deleted.

4 changes: 0 additions & 4 deletions projects/packages/jetpack-mu-wpcom/changelog/add-holiday-snow

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.

This file was deleted.

5 changes: 0 additions & 5 deletions projects/packages/jetpack-mu-wpcom/changelog/fix-lint-error

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.

4 changes: 0 additions & 4 deletions projects/packages/jetpack-mu-wpcom/changelog/fix-wp-admin-rdv

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.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions projects/packages/jetpack-mu-wpcom/changelog/update-eslint-9

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.

Loading

0 comments on commit 70951d3

Please sign in to comment.