summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md')
-rw-r--r--plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md139
1 files changed, 139 insertions, 0 deletions
diff --git a/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md b/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md
index ffc65326..883d1103 100644
--- a/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md
+++ b/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md
@@ -5,6 +5,123 @@ 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.40.4] - 2022-05-24
+### Added
+- Allow plugins to filter the list of available modules. Only activate and consider active modules that are available [#24454]
+
+## [1.40.3] - 2022-05-19
+### Added
+- PHPCS updates. [#24418]
+
+## [1.40.2] - 2022-05-18
+### Changed
+- Updated package dependencies [#24372]
+
+### Fixed
+- Fix new PHPCS sniffs. [#24366]
+
+## [1.40.1] - 2022-05-10
+### Added
+- Bundle and transpile JavaScript with Webpack. [#24216]
+
+### Changed
+- Deprecate soft disconnect [#24105]
+
+## [1.40.0] - 2022-05-04
+### Added
+- Connection: Expose wpVersion and siteSuffix in the global initial state var [#24137]
+
+### Deprecated
+- Moved the options class into Connection. [#24095]
+
+## [1.39.2] - 2022-05-19
+### Added
+- PHPCS updates.
+
+## [1.39.1] - 2022-04-27
+### Fixed
+- Reverts soft disconnect deprecation
+
+## [1.39.0] - 2022-04-26
+### Changed
+- Make remove_connection a proxy method to ensure all trackings are triggered
+- Updated package dependencies.
+
+### Deprecated
+- Removed Heartbeat by hoisting it into Connection.
+
+### Removed
+- Deprecated Soft disconnect
+
+## [1.38.0] - 2022-04-19
+### Added
+- Added list of connected list to the connection initial state
+- Add token lock functionality.
+
+### Changed
+- PHPCS: Fix `WordPress.Security.ValidatedSanitizedInput`
+
+### Deprecated
+- Deprecated in-place connection.
+
+## [1.37.6] - 2022-04-12
+### Changed
+- Updated package dependencies.
+
+## [1.37.5] - 2022-04-06
+### Removed
+- Removed tracking dependency.
+
+## [1.37.4] - 2022-04-05
+### Changed
+- Updated package dependencies.
+
+## [1.37.3] - 2022-03-29
+### Changed
+- Microperformance: Use === null instead of is_null
+
+### Fixed
+- Fix regression added to Jetpack webhooks handling
+
+## [1.37.2] - 2022-03-23
+### Changed
+- Jetpack now relies on Connection Webooks for authorize and authorize_redirect actions
+
+### Removed
+- Removed a reference to the terms-of-service package.
+
+## [1.37.1] - 2022-03-15
+### Added
+- Handle the Authorization Redirect from the Connection package
+
+## [1.37.0] - 2022-03-02
+### Added
+- Moved the ToS package to Connection.
+
+## [1.36.4] - 2022-02-22
+### Changed
+- Updated package dependencies.
+
+## [1.36.3] - 2022-02-16
+### Added
+- Add the 'jetpack_site_before_disconnected' action hook.
+
+## [1.36.2] - 2022-02-09
+### Fixed
+- Fixed some new PHPCS warnings.
+
+## [1.36.1] - 2022-01-25
+### Changed
+- Updated package dependencies.
+
+## [1.36.0] - 2022-01-18
+### Added
+- Debugging: Add a filter to add XDEBUG_PROFILE to requests made to the sandbox.
+
+## [1.35.0] - 2022-01-13
+### Changed
+- Added user data to initial state
+
## [1.34.0] - 2022-01-04
### Added
- Jetpack Connection: Added fallback for keeping `jetpack_connection_active_plugins` consistent on WPCOM when Sync is not present.
@@ -491,6 +608,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Separate the connection library into its own package.
+[1.40.4]: https://github.com/Automattic/jetpack-connection/compare/v1.40.3...v1.40.4
+[1.40.3]: https://github.com/Automattic/jetpack-connection/compare/v1.40.2...v1.40.3
+[1.40.2]: https://github.com/Automattic/jetpack-connection/compare/v1.40.1...v1.40.2
+[1.40.1]: https://github.com/Automattic/jetpack-connection/compare/v1.40.0...v1.40.1
+[1.40.0]: https://github.com/Automattic/jetpack-connection/compare/v1.39.1...v1.40.0
+[1.39.2]: https://github.com/Automattic/jetpack-connection/compare/v1.39.1...v1.39.2
+[1.39.1]: https://github.com/Automattic/jetpack-connection/compare/v1.39.0...v1.39.1
+[1.39.0]: https://github.com/Automattic/jetpack-connection/compare/v1.38.0...v1.39.0
+[1.38.0]: https://github.com/Automattic/jetpack-connection/compare/v1.37.6...v1.38.0
+[1.37.6]: https://github.com/Automattic/jetpack-connection/compare/v1.37.5...v1.37.6
+[1.37.5]: https://github.com/Automattic/jetpack-connection/compare/v1.37.4...v1.37.5
+[1.37.4]: https://github.com/Automattic/jetpack-connection/compare/v1.37.3...v1.37.4
+[1.37.3]: https://github.com/Automattic/jetpack-connection/compare/v1.37.2...v1.37.3
+[1.37.2]: https://github.com/Automattic/jetpack-connection/compare/v1.37.1...v1.37.2
+[1.37.1]: https://github.com/Automattic/jetpack-connection/compare/v1.37.0...v1.37.1
+[1.37.0]: https://github.com/Automattic/jetpack-connection/compare/v1.36.4...v1.37.0
+[1.36.4]: https://github.com/Automattic/jetpack-connection/compare/v1.36.3...v1.36.4
+[1.36.3]: https://github.com/Automattic/jetpack-connection/compare/v1.36.2...v1.36.3
+[1.36.2]: https://github.com/Automattic/jetpack-connection/compare/v1.36.1...v1.36.2
+[1.36.1]: https://github.com/Automattic/jetpack-connection/compare/v1.36.0...v1.36.1
+[1.36.0]: https://github.com/Automattic/jetpack-connection/compare/v1.35.0...v1.36.0
+[1.35.0]: https://github.com/Automattic/jetpack-connection/compare/v1.34.0...v1.35.0
[1.34.0]: https://github.com/Automattic/jetpack-connection/compare/v1.33.0...v1.34.0
[1.33.0]: https://github.com/Automattic/jetpack-connection/compare/v1.32.0...v1.33.0
[1.32.0]: https://github.com/Automattic/jetpack-connection/compare/v1.31.0...v1.32.0