Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
haqadn committed Feb 12, 2025
1 parent fb8908e commit 3ee6ac7
Show file tree
Hide file tree
Showing 83 changed files with 142 additions and 224 deletions.
5 changes: 5 additions & 0 deletions projects/js-packages/critical-css-gen/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).

## [1.0.6] - 2025-02-12
### Changed
- Updated package dependencies. [#41286]

## [1.0.5] - 2025-01-23
### Changed
- Internal updates.
Expand Down Expand Up @@ -48,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial version. [#38429]

[1.0.6]: https://github.com/Automattic/jetpack-critical-css-gen/compare/v1.0.5...v1.0.6
[1.0.5]: https://github.com/Automattic/jetpack-critical-css-gen/compare/v1.0.4...v1.0.5
[1.0.4]: https://github.com/Automattic/jetpack-critical-css-gen/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/Automattic/jetpack-critical-css-gen/compare/v1.0.2...v1.0.3
Expand Down

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/critical-css-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@automattic/jetpack-critical-css-gen",
"version": "1.0.5",
"version": "1.0.6",
"description": "A flexible Critical CSS Generator that supports multiple URLs and viewports, with both server-side and client-side generation capabilities.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/critical-css-gen/#readme",
"bugs": {
Expand Down
5 changes: 5 additions & 0 deletions projects/js-packages/image-guide/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.5.17] - 2025-02-12
### Changed
- Updated package dependencies. [#41286]

## [0.5.16] - 2025-01-23
### Changed
- Internal updates.
Expand Down Expand Up @@ -144,6 +148,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
- Minor package.json change - removing private entry.

[0.5.17]: https://github.com/Automattic/jetpack-image-guide/compare/v0.5.16...v0.5.17
[0.5.16]: https://github.com/Automattic/jetpack-image-guide/compare/v0.5.15...v0.5.16
[0.5.15]: https://github.com/Automattic/jetpack-image-guide/compare/v0.5.14...v0.5.15
[0.5.14]: https://github.com/Automattic/jetpack-image-guide/compare/v0.5.13...v0.5.14
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/image-guide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-image-guide",
"version": "0.5.16",
"version": "0.5.17",
"description": "Go through the dom to analyze image size on screen vs actual file size.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/image-guide/#readme",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions projects/js-packages/react-data-sync-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.1.10] - 2025-02-12
### Added
- Add React Query Devtools [#41357]

### Changed
- Updated package dependencies. [#41286]

### Fixed
- Fix potential race condition if multiple requests are triggered [#41472]

## [0.1.9] - 2025-01-23
### Changed
- Internal updates.
Expand Down Expand Up @@ -66,6 +76,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Added default param for callbacks to prevent crashes when none provided [#34910]

[0.1.10]: https://github.com/Automattic/jetpack-react-data-sync-client/compare/v0.1.9...v0.1.10
[0.1.9]: https://github.com/Automattic/jetpack-react-data-sync-client/compare/v0.1.8...v0.1.9
[0.1.8]: https://github.com/Automattic/jetpack-react-data-sync-client/compare/v0.1.7...v0.1.8
[0.1.7]: https://github.com/Automattic/jetpack-react-data-sync-client/compare/v0.1.6...v0.1.7
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/js-packages/react-data-sync-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-react-data-sync-client",
"version": "0.1.9",
"version": "0.1.10",
"description": "DataSync client for React",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/react-data-sync-client/#readme",
"bugs": {
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).

## [4.0.7] - 2025-02-12
### Fixed
- Fix the query parameter used for JITM query strings [#41542]

## [4.0.6] - 2025-02-10
### Changed
- Updated package dependencies. [#41491]
Expand Down Expand Up @@ -824,6 +828,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Update Jetpack to use new JITM package

[4.0.7]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.6...v4.0.7
[4.0.6]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.5...v4.0.6
[4.0.5]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.4...v4.0.5
[4.0.4]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.3...v4.0.4
Expand Down
4 changes: 0 additions & 4 deletions projects/packages/jitm/changelog/fix-jitm-query-param

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 = '4.0.6';
const PACKAGE_VERSION = '4.0.7';

/**
* The configuration method that is called from the jetpack-config package.
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/my-jetpack/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).

## [5.4.4] - 2025-02-12
### Changed
- Cache scan calls if no threats are found to improve performance [#41614]

## [5.4.3] - 2025-02-11
### Added
- My Jetpack: Allow product notices to be closed with persistence. [#41617]
Expand Down Expand Up @@ -1957,6 +1961,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Created package

[5.4.4]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.4.3...5.4.4
[5.4.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.4.2...5.4.3
[5.4.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.4.1...5.4.2
[5.4.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.4.0...5.4.1
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/my-jetpack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-my-jetpack",
"version": "5.4.3",
"version": "5.4.4",
"description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/my-jetpack/#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/my-jetpack/src/class-initializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '5.4.3';
const PACKAGE_VERSION = '5.4.4';

/**
* HTML container ID for the IDC screen on My Jetpack page.
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/plugin-deactivation/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.3.3] - 2025-02-12
### Changed
- Updated package dependencies. [#41286]

## [0.3.2] - 2025-01-23
### Changed
- Code: Use function-style exit() and die() with a default status code of 0. [#41167]
Expand Down Expand Up @@ -71,6 +75,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added package to intercept plugin deactivation [#27081]

[0.3.3]: https://github.com/Automattic/jetpack-plugin-deactivation/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/Automattic/jetpack-plugin-deactivation/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/Automattic/jetpack-plugin-deactivation/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/Automattic/jetpack-plugin-deactivation/compare/v0.2.4...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/plugin-deactivation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-plugin-deactivation",
"version": "0.3.2",
"version": "0.3.3",
"description": "Intercept plugin deactivation with a dialog",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/plugin-deactivation/#readme",
"bugs": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Deactivation_Handler {
*
* @var string
*/
const PACKAGE_VERSION = '0.3.2';
const PACKAGE_VERSION = '0.3.3';

/**
* Slug of the plugin to intercept deactivation for.
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/schema/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-02-12
### Fixed
- Code: Remove extra params on function calls. [#41263]

## [0.2.0] - 2024-11-28
### Changed
- Updated dependencies. [#40286]
Expand All @@ -31,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated package dependencies. [#39004]

[0.2.1]: https://github.com/Automattic/jetpack-schema/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/Automattic/jetpack-schema/compare/v0.1.3...v0.2.0
[0.1.3]: https://github.com/Automattic/jetpack-schema/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/Automattic/jetpack-schema/compare/v0.1.1...v0.1.2
Expand Down
4 changes: 0 additions & 4 deletions projects/packages/schema/changelog/fix-phan-PhanParamTooMany

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/schema/src/class-schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
* $parsed_data = $my_schema->parse($input_data);
*/
class Schema {
const PACKAGE_VERSION = '0.2.0';
const PACKAGE_VERSION = '0.2.1';

public static function as_string() {
return new Schema_Parser( new Type_String() );
Expand Down
5 changes: 5 additions & 0 deletions projects/packages/sync/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).

## [4.8.0] - 2025-02-12
### Removed
- Remove unused setting [#41658]

## [4.7.0] - 2025-02-10
### Added
- Add setting to hide newsletter category modal [#41552]
Expand Down Expand Up @@ -1398,6 +1402,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Packages: Move sync to a classmapped package

[4.8.0]: https://github.com/Automattic/jetpack-sync/compare/v4.7.0...v4.8.0
[4.7.0]: https://github.com/Automattic/jetpack-sync/compare/v4.6.0...v4.7.0
[4.6.0]: https://github.com/Automattic/jetpack-sync/compare/v4.5.0...v4.6.0
[4.5.0]: https://github.com/Automattic/jetpack-sync/compare/v4.4.0...v4.5.0
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/sync/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}"
},
"branch-alias": {
"dev-trunk": "4.7.x-dev"
"dev-trunk": "4.8.x-dev"
},
"dependencies": {
"test-only": [
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/sync/src/class-package-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '4.7.0';
const PACKAGE_VERSION = '4.8.0';

const PACKAGE_SLUG = 'sync';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Significance: patch
Type: changed
Comment: Update stable tag
Comment: Update composer.lock.


4 changes: 2 additions & 2 deletions projects/plugins/automattic-for-agencies-client/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Significance: patch
Type: changed
Comment: Updated composer.lock.
Comment: Update composer.lock.


4 changes: 2 additions & 2 deletions projects/plugins/backup/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions projects/plugins/boost/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ 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.9.0-beta] - 2025-02-12
### Added
- Cloud CSS: Handle prioritized cloud CSS regeneration for cornerstone pages updates. [#41516]
- Concatenate JS: Add compatibility with "Depay Payments for WooCommerce". [#41571]
- Speed Scores: Add tracking for speed score pop-out CTA. [#41556]

### Changed
- Concatenate JS/CSS: Update concatenated assets to be stored on the server as files. [#41056]
- Admin Panel: Cleanup CSS styles. [#41371]
- Updated package dependencies. [#41286] [#41491] [#41577] [#41659]

### Fixed
- UI: Fix UI discrepancy in Boost settings page upon toggling multiple Modules at same time. [#41472]

## [3.8.0] - 2025-01-23
### Added
- Critical CSS: Flag a site-health issue for Critical CSS when a page from the Cornerstone Pages list is modified. [#41006]
Expand Down Expand Up @@ -583,6 +597,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- First public alpha release

[3.9.0-beta]: https://github.com/Automattic/jetpack-boost-production/compare/3.8.0...3.9.0-beta
[3.8.0]: https://github.com/Automattic/jetpack-boost-production/compare/3.7.0...3.8.0
[3.7.0]: https://github.com/Automattic/jetpack-boost-production/compare/3.6.1...3.7.0
[3.6.1]: https://github.com/Automattic/jetpack-boost-production/compare/3.6.0...3.6.1
Expand Down
Loading

0 comments on commit 3ee6ac7

Please sign in to comment.