Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#39426)
Browse files Browse the repository at this point in the history
  • Loading branch information
p-jackson authored and matticbot committed Sep 18, 2024
1 parent 43f9cd4 commit d780666
Show file tree
Hide file tree
Showing 17 changed files with 139 additions and 145 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-mu-wpcom": "^5.63.0-alpha"
"automattic/jetpack-mu-wpcom": "^5.63.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
78 changes: 39 additions & 39 deletions composer.lock

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

2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-blaze/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.3.8",
"automattic/jetpack-connection": "^4.0.4-alpha",
"automattic/jetpack-connection": "^4.0.4",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-plans": "^0.4.10",
"automattic/jetpack-redirect": "^2.0.4",
Expand Down
9 changes: 3 additions & 6 deletions vendor/automattic/jetpack-connection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ 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.4-alpha] - unreleased

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

## [4.0.4] - 2024-09-18
### Changed
- SSO tooltip: Use anchor element's document instead of the global `document`.
- SSO tooltip: Use anchor element's document instead of the global `document`. [#39364]

## [4.0.3] - 2024-09-16
### Removed
Expand Down Expand Up @@ -1205,7 +1202,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[4.0.4-alpha]: https://github.com/Automattic/jetpack-connection/compare/v4.0.3...v4.0.4-alpha
[4.0.4]: https://github.com/Automattic/jetpack-connection/compare/v4.0.3...v4.0.4
[4.0.3]: https://github.com/Automattic/jetpack-connection/compare/v4.0.2...v4.0.3
[4.0.2]: https://github.com/Automattic/jetpack-connection/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/Automattic/jetpack-connection/compare/v4.0.0...v4.0.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '4.0.4-alpha';
const PACKAGE_VERSION = '4.0.4';

const PACKAGE_SLUG = 'connection';

Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-jitm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": ">=7.0",
"automattic/jetpack-a8c-mc-stats": "^2.0.2",
"automattic/jetpack-assets": "^2.3.8",
"automattic/jetpack-connection": "^4.0.4-alpha",
"automattic/jetpack-connection": "^4.0.4",
"automattic/jetpack-device-detection": "^2.1.5",
"automattic/jetpack-logo": "^2.0.4",
"automattic/jetpack-redirect": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-masterbar/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"automattic/jetpack-blaze": "^0.22.10",
"automattic/jetpack-compat": "^3.0.2",
"automattic/jetpack-device-detection": "^2.1.5",
"automattic/jetpack-connection": "^4.0.4-alpha",
"automattic/jetpack-connection": "^4.0.4",
"automattic/jetpack-jitm": "^3.1.22",
"automattic/jetpack-logo": "^2.0.4",
"automattic/jetpack-plans": "^0.4.10",
Expand Down
Loading

0 comments on commit d780666

Please sign in to comment.