394 lines
15 KiB
Markdown
394 lines
15 KiB
Markdown
|
|
# Changelog
|
||
|
|
|
||
|
|
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.25.2] - 2021-04-13
|
||
|
|
### Fixed
|
||
|
|
- Connection: nonce cleanup safeguard against accidental option removal.
|
||
|
|
|
||
|
|
## [1.25.1] - 2021-04-08
|
||
|
|
### Fixed
|
||
|
|
- Avoid determine_current_user going through infinite loops
|
||
|
|
- Tokens: Fix token validation logic.
|
||
|
|
|
||
|
|
## [1.25.0] - 2021-03-30
|
||
|
|
### Added
|
||
|
|
- Add new test for blog token health to support user-less sites
|
||
|
|
- Composer alias for dev-master, to improve dependencies
|
||
|
|
|
||
|
|
### Changed
|
||
|
|
- API Nonces: performance optimization and refactoring
|
||
|
|
- Replace is_active usage towards gradually deprecating it.
|
||
|
|
- Do not use is_active to determine the XMLRPC methods that should be registered
|
||
|
|
- Make connected_plugins REST endpoint available for the Jetpack Debugger
|
||
|
|
- Move Jetpack specific XMLRPC methods from the Connection package into the plugin
|
||
|
|
- Update package dependencies.
|
||
|
|
- User-less connection: Reconnect without asking the user to connect their WPCOM account
|
||
|
|
|
||
|
|
### Deprecated
|
||
|
|
- add deprecation notice and remove user-less check in is_active
|
||
|
|
|
||
|
|
### Fixed
|
||
|
|
- Only check offline mode when needed in map_meta_cap filters
|
||
|
|
- Use `composer update` rather than `install` in scripts, as composer.lock isn't checked in.
|
||
|
|
|
||
|
|
## [1.24.0] - 2021-02-23
|
||
|
|
|
||
|
|
- Refactor secrets and tokens
|
||
|
|
- User-less connection: Restrict first connection to admins only
|
||
|
|
- Connection: Prevent pointless calls to the test API
|
||
|
|
- CI: Make tests more generic
|
||
|
|
- Connection: extracting the Jetpack's authorization webhook
|
||
|
|
- codesniffer: Update mediawiki-codesniffer dep to v35.0
|
||
|
|
|
||
|
|
## [1.23.2] - 2021-02-08
|
||
|
|
|
||
|
|
- Connection: Prevent pointless calls to the test API
|
||
|
|
|
||
|
|
## [1.23.1] - 2021-01-28
|
||
|
|
|
||
|
|
- Update dependencies to latest stable
|
||
|
|
|
||
|
|
## [1.23.0] - 2021-01-26
|
||
|
|
|
||
|
|
- Sync Concurrency / Race Conditions
|
||
|
|
- Add mirror-repo information to all current composer packages
|
||
|
|
- Mirroring: Fix auth, attempt 2
|
||
|
|
- Monorepo: Reorganize all projects
|
||
|
|
|
||
|
|
## [1.22.0] - 2021-01-05
|
||
|
|
|
||
|
|
- Connection: setting valid connection owner.
|
||
|
|
- userless testing mode: do not discard user tokens
|
||
|
|
- Pin dependencies
|
||
|
|
- Packages: Update for PHP 8 testing
|
||
|
|
- Connection: New methods and tests to the manager
|
||
|
|
- Connection: refreshing connected plugin storage on multisite networks
|
||
|
|
- Build: migrate from Travis to GH Actions
|
||
|
|
- fix typos and add section to error handling docs
|
||
|
|
|
||
|
|
## [1.21.1] - 2020-11-24
|
||
|
|
|
||
|
|
- Version packages for release
|
||
|
|
|
||
|
|
## [1.21.0] - 2020-11-24
|
||
|
|
|
||
|
|
- Handle empty SERVER_PORT information on signature checks
|
||
|
|
- Fix remaining phpcs warnings in most of requirelist
|
||
|
|
- Add the no_user_testing mode
|
||
|
|
- Clarified error message for non-writable options table.
|
||
|
|
- Pass HTTP POST when making a wp.com api request
|
||
|
|
|
||
|
|
## [1.20.0] - 2020-10-29
|
||
|
|
|
||
|
|
- Connection: Plugin Tracking
|
||
|
|
- Connection Package: Ensure a text/xml header is set
|
||
|
|
- Updated PHPCS: Packages and Debugger
|
||
|
|
|
||
|
|
## [1.19.2] - 2020-11-05
|
||
|
|
|
||
|
|
- Pass HTTP POST when making a wp.com api request
|
||
|
|
|
||
|
|
## [1.19.1] - 2020-10-29
|
||
|
|
|
||
|
|
- Connection: Plugin Tracking
|
||
|
|
|
||
|
|
## [1.19.0] - 2020-10-27
|
||
|
|
|
||
|
|
- Connection Errors: Tracking additional error data
|
||
|
|
- Replaced intval() with (int) as part of issue #17432.
|
||
|
|
- Replaced strval() with type casting (string) as part of issue #17432.
|
||
|
|
- Connection: Add wp.com function
|
||
|
|
- Instagram oEmbed: Simplify
|
||
|
|
- Client: Extract `validate_args_for_wpcom_json_api_request` helper.
|
||
|
|
- Connection: add the constant filter hooks directly
|
||
|
|
- Make XMLRPC methods available for blog token
|
||
|
|
- API Nonces: Revert of the Runtime Cleanup.
|
||
|
|
- PHPCS: Update directory structure, and modernize class usage
|
||
|
|
- deprecates JETPACK_MASTER_USER and adds linter
|
||
|
|
- API: Remove the constant `JETPACK_CLIENT__HTTPS`.
|
||
|
|
|
||
|
|
## [1.18.4] - 2020-10-14
|
||
|
|
|
||
|
|
- Connection: Add wp.com function
|
||
|
|
|
||
|
|
## [1.18.3] - 2020-10-09
|
||
|
|
|
||
|
|
- Connection: add the constant filter hooks directly
|
||
|
|
|
||
|
|
## [1.18.2] - 2020-10-06
|
||
|
|
|
||
|
|
- API Nonces: Revert of the Runtime Cleanup.
|
||
|
|
|
||
|
|
## [1.18.1] - 2020-10-01
|
||
|
|
|
||
|
|
- deprecates JETPACK_MASTER_USER and adds linter
|
||
|
|
|
||
|
|
## [1.18.0] - 2020-09-29
|
||
|
|
|
||
|
|
- API Nonces: Runtime cleanup
|
||
|
|
- Packages: update list of files distributed in production packages
|
||
|
|
- Connection: Add success message on completed partial reconnection
|
||
|
|
- Jetpack_IXR_ClientMulticall: Fix sort_calls() producing undefined relative order between equal items
|
||
|
|
- Connection: Initializing default constants for the REST authorization.
|
||
|
|
- Trigger action jetpack_user_authorize after we save the token
|
||
|
|
- Partial reconnect: Cleanup redundant actions
|
||
|
|
- Signature Class: Adds support for nested query strings
|
||
|
|
|
||
|
|
## [1.17.2] - 2020-09-16
|
||
|
|
|
||
|
|
- Connection: Initializing default constants for the REST authorization.
|
||
|
|
|
||
|
|
## [1.17.1] - 2020-09-09
|
||
|
|
|
||
|
|
- Update dependencies to latest stable
|
||
|
|
|
||
|
|
## [1.17.0] - 2020-08-26
|
||
|
|
|
||
|
|
- Connection: move the rest authentication methods to the connection package
|
||
|
|
- Connection: use heartbeat to send connected plugins info
|
||
|
|
- clear xmlrpc error on site disconnect
|
||
|
|
- add new features to debug helper
|
||
|
|
- remove no longer needed check
|
||
|
|
- disable xmlrpc errors out of JP dashboard
|
||
|
|
- Connection REST API: Unit test for the `remote_authorize` request.
|
||
|
|
- Simplify error notices for broken connections
|
||
|
|
- Unit Tests: Fixing a failing `remote_authorize` test.
|
||
|
|
- Reconnect Process: Partial Reconnect
|
||
|
|
- Packages: Update filenames after #16810
|
||
|
|
- CI: Try collect js coverage
|
||
|
|
- Docker: Add package testing shortcut
|
||
|
|
- Remove usages of removed HTTP_RAW_POST_DATA
|
||
|
|
- adds tracking for deleted but active master users
|
||
|
|
- New class to handle async XML-RPC requests
|
||
|
|
- Connection Register: Add current user email to connection register request
|
||
|
|
|
||
|
|
## [1.15.2] - 2020-08-10
|
||
|
|
|
||
|
|
- Connection Register: Add current user email to connection register request
|
||
|
|
|
||
|
|
## [1.15.1] - 2020-08-10
|
||
|
|
|
||
|
|
- adds tracking for deleted but active master users
|
||
|
|
|
||
|
|
## [1.15.0] - 2020-07-28
|
||
|
|
|
||
|
|
- Core Compat: Site Environment
|
||
|
|
- Reconnect Notice: In-place Reconnect
|
||
|
|
- add messages for some common connection errors
|
||
|
|
- REST API: Move some endpoints to `jetpack-connection` package.
|
||
|
|
- REST API: Add permission callback to all that lack one.
|
||
|
|
- Secondary user in-place connection flow
|
||
|
|
- Tests: Update WorDBless location
|
||
|
|
- Connection Errors: Clear when there's a successful request to /sites
|
||
|
|
- Connection: add unit tests for is_registered
|
||
|
|
- only display connection errors to allowed users
|
||
|
|
|
||
|
|
## [1.14.2] - 2020-07-06
|
||
|
|
|
||
|
|
- Connection Errors: Clear when there's a successful request to /sites
|
||
|
|
|
||
|
|
## [1.14.1] - 2020-07-01
|
||
|
|
|
||
|
|
- only display connection errors to allowed users
|
||
|
|
|
||
|
|
## [1.14.0] - 2020-06-30
|
||
|
|
|
||
|
|
- Jetpack_XMLRPC_Server: set up jsonAPI and testConnection endpoint when Jetpack is active
|
||
|
|
- Connection Error Handling
|
||
|
|
- Connection: Update XMLRPC overload
|
||
|
|
- Connection: move connection custom caps to the Connection package
|
||
|
|
- Connection package: Don't throw warnings if the database is corrupted somehow
|
||
|
|
- Check blog token when computing is_registered
|
||
|
|
- Connection: add the api_constant filter before setup_xmlrpc_handlers is called
|
||
|
|
- Connection Package: Soft Disconnects
|
||
|
|
- Remove usage of the Jetpack_Error class in the connection package
|
||
|
|
- Connection: Fix issue where ABSPATH not included with register
|
||
|
|
|
||
|
|
## [1.13.1] - 2020-06-01
|
||
|
|
|
||
|
|
- Connection: Fix issue where ABSPATH not included with register
|
||
|
|
|
||
|
|
## [1.13.0] - 2020-05-26
|
||
|
|
|
||
|
|
- Store the list of active plugins that uses connection in an option
|
||
|
|
- Connection: increase timeout on the token request
|
||
|
|
- Connection Package: Handle disconnections gracefully
|
||
|
|
|
||
|
|
## [1.12.0] - 2020-04-28
|
||
|
|
|
||
|
|
- Correct inline documentation "Array" type
|
||
|
|
- Use jp.com redirect in all links
|
||
|
|
- Docs: Update the Connection Manager namespace, a minor typo
|
||
|
|
- Connection: add a filter for setting Jetpack api constants
|
||
|
|
|
||
|
|
## [1.11.0] - 2020-03-31
|
||
|
|
|
||
|
|
- Update dependencies to latest stable
|
||
|
|
|
||
|
|
## [1.10.0] - 2020-03-31
|
||
|
|
|
||
|
|
- Connection: move post authorization work to package
|
||
|
|
|
||
|
|
## [1.9.0] - 2020-02-25
|
||
|
|
|
||
|
|
## [1.8.3] - 2020-02-14
|
||
|
|
|
||
|
|
## [1.8.2] - 2020-02-12
|
||
|
|
|
||
|
|
## [1.8.1] - 2020-02-12
|
||
|
|
|
||
|
|
- Added a specific filter to enable iframe authorization API URL.
|
||
|
|
- Added better defaults for the connection package.
|
||
|
|
|
||
|
|
## [1.8.0] - 2020-01-27
|
||
|
|
|
||
|
|
- Connection\Utils: Add a new function which provides the Jetpack API version
|
||
|
|
- Connection\Manager: Use jetpack_master_user class constant
|
||
|
|
|
||
|
|
## [1.7.2] - 2020-01-20
|
||
|
|
|
||
|
|
- Move connection manager related logic to after plugins_loaded.
|
||
|
|
|
||
|
|
## [1.7.1] - 2020-01-14
|
||
|
|
|
||
|
|
- Packages: Various improvements for wp.com or self-contained consumers
|
||
|
|
|
||
|
|
## [1.7.0] - 2019-11-26
|
||
|
|
|
||
|
|
- Connection package: Add new methods to for disconnecting/delet…
|
||
|
|
|
||
|
|
## [1.6.1] - 2019-11-25
|
||
|
|
|
||
|
|
- Connection: Loose Comparison for Port Number in Signatures
|
||
|
|
|
||
|
|
## [1.6.0] - 2019-11-19
|
||
|
|
|
||
|
|
## [1.5.0] - 2019-11-15
|
||
|
|
|
||
|
|
- Removed Jetpack references in the IXR client.
|
||
|
|
- Connection: Move get_token() to Connection package
|
||
|
|
|
||
|
|
## [1.4.0] - 2019-11-15
|
||
|
|
|
||
|
|
- Add connection authentication URL.
|
||
|
|
- Connection: Move the authorize() method to the connection package
|
||
|
|
- Connection: Move update_user_token to the Connection package
|
||
|
|
- Connection: Set the value of user_id in Manager::generate_secrets
|
||
|
|
|
||
|
|
## [1.3.1] - 2019-11-08
|
||
|
|
|
||
|
|
- Packages: Use classmap instead of PSR-4
|
||
|
|
- Moved tracking code to the Tracking file.
|
||
|
|
|
||
|
|
## [1.3.0] - 2019-11-08
|
||
|
|
|
||
|
|
- Move fix_url_for_bad_hosts from Jetpack class to Connection pa…
|
||
|
|
|
||
|
|
## [1.2.0] - 2019-11-07
|
||
|
|
|
||
|
|
- Connection: call verify_secrets() in verify_action()
|
||
|
|
|
||
|
|
## [1.1.0] - 2019-10-31
|
||
|
|
|
||
|
|
- Adds filter capability to the api_url method.
|
||
|
|
|
||
|
|
## [1.0.7] - 2019-10-28
|
||
|
|
|
||
|
|
- Packages: Add gitattributes files to all packages that need th…
|
||
|
|
- Replace parse_url with wp_parse_url
|
||
|
|
|
||
|
|
## [1.0.6] - 2019-10-07
|
||
|
|
|
||
|
|
- Update dependency phpcompatibility/phpcompatibility-wp to v2.1.0
|
||
|
|
|
||
|
|
## [1.0.5] - 2019-09-26
|
||
|
|
|
||
|
|
- XMLRPC: Fires clean_nonce action in all cases
|
||
|
|
|
||
|
|
## [1.0.4] - 2019-09-24
|
||
|
|
|
||
|
|
- Connection: Make sure port is an integer
|
||
|
|
|
||
|
|
## [1.0.3] - 2019-09-23
|
||
|
|
|
||
|
|
- Moves unreachable code to where it would be run.
|
||
|
|
- Connection: Deprecate Manager interface
|
||
|
|
|
||
|
|
## [1.0.2] - 2019-09-23
|
||
|
|
|
||
|
|
- Connection: Fix all PHPCS errors in the connection package
|
||
|
|
|
||
|
|
## [1.0.1] - 2019-09-20
|
||
|
|
|
||
|
|
- Various: Remove pre-PHP 5.6 shims and fallbacks
|
||
|
|
- Store "Assumed site creation date" in transient
|
||
|
|
- Sync: Move sync_object XML-RPC method from connection to sync
|
||
|
|
- Connection: Fix PHPCS errors in Jetpack_Signature
|
||
|
|
- Docs: Unify usage of @package phpdoc tags
|
||
|
|
- Janitorial: Remove the leading backslash from namespaces
|
||
|
|
|
||
|
|
## 1.0.0 - 2019-09-14
|
||
|
|
|
||
|
|
- Separate the connection library into its own package.
|
||
|
|
|
||
|
|
[1.25.2]: https://github.com/Automattic/jetpack-connection/compare/v1.25.1...v1.25.2
|
||
|
|
[1.25.1]: https://github.com/Automattic/jetpack-connection/compare/v1.25.0...v1.25.1
|
||
|
|
[1.25.0]: https://github.com/Automattic/jetpack-connection/compare/v1.24.0...v1.25.0
|
||
|
|
[1.24.0]: https://github.com/Automattic/jetpack-connection/compare/v1.23.2...v1.24.0
|
||
|
|
[1.23.2]: https://github.com/Automattic/jetpack-connection/compare/v1.23.1...v1.23.2
|
||
|
|
[1.23.1]: https://github.com/Automattic/jetpack-connection/compare/v1.23.0...v1.23.1
|
||
|
|
[1.23.0]: https://github.com/Automattic/jetpack-connection/compare/v1.22.0...v1.23.0
|
||
|
|
[1.22.0]: https://github.com/Automattic/jetpack-connection/compare/v1.21.1...v1.22.0
|
||
|
|
[1.21.1]: https://github.com/Automattic/jetpack-connection/compare/v1.21.0...v1.21.1
|
||
|
|
[1.21.0]: https://github.com/Automattic/jetpack-connection/compare/v1.20.0...v1.21.0
|
||
|
|
[1.20.0]: https://github.com/Automattic/jetpack-connection/compare/v1.19.2...v1.20.0
|
||
|
|
[1.19.2]: https://github.com/Automattic/jetpack-connection/compare/v1.19.1...v1.19.2
|
||
|
|
[1.19.1]: https://github.com/Automattic/jetpack-connection/compare/v1.19.0...v1.19.1
|
||
|
|
[1.19.0]: https://github.com/Automattic/jetpack-connection/compare/v1.18.4...v1.19.0
|
||
|
|
[1.18.4]: https://github.com/Automattic/jetpack-connection/compare/v1.18.3...v1.18.4
|
||
|
|
[1.18.3]: https://github.com/Automattic/jetpack-connection/compare/v1.18.2...v1.18.3
|
||
|
|
[1.18.2]: https://github.com/Automattic/jetpack-connection/compare/v1.18.1...v1.18.2
|
||
|
|
[1.18.1]: https://github.com/Automattic/jetpack-connection/compare/v1.18.0...v1.18.1
|
||
|
|
[1.18.0]: https://github.com/Automattic/jetpack-connection/compare/v1.17.2...v1.18.0
|
||
|
|
[1.17.2]: https://github.com/Automattic/jetpack-connection/compare/v1.17.1...v1.17.2
|
||
|
|
[1.17.1]: https://github.com/Automattic/jetpack-connection/compare/v1.17.0...v1.17.1
|
||
|
|
[1.17.0]: https://github.com/Automattic/jetpack-connection/compare/v1.15.2...v1.17.0
|
||
|
|
[1.15.2]: https://github.com/Automattic/jetpack-connection/compare/v1.15.1...v1.15.2
|
||
|
|
[1.15.1]: https://github.com/Automattic/jetpack-connection/compare/v1.15.0...v1.15.1
|
||
|
|
[1.15.0]: https://github.com/Automattic/jetpack-connection/compare/v1.14.2...v1.15.0
|
||
|
|
[1.14.2]: https://github.com/Automattic/jetpack-connection/compare/v1.14.1...v1.14.2
|
||
|
|
[1.14.1]: https://github.com/Automattic/jetpack-connection/compare/v1.14.0...v1.14.1
|
||
|
|
[1.14.0]: https://github.com/Automattic/jetpack-connection/compare/v1.13.1...v1.14.0
|
||
|
|
[1.13.1]: https://github.com/Automattic/jetpack-connection/compare/v1.13.0...v1.13.1
|
||
|
|
[1.13.0]: https://github.com/Automattic/jetpack-connection/compare/v1.12.0...v1.13.0
|
||
|
|
[1.12.0]: https://github.com/Automattic/jetpack-connection/compare/v1.11.0...v1.12.0
|
||
|
|
[1.11.0]: https://github.com/Automattic/jetpack-connection/compare/1.10.0...v1.11.0
|
||
|
|
[1.10.0]: https://github.com/Automattic/jetpack-connection/compare/v1.9.0...1.10.0
|
||
|
|
[1.9.0]: https://github.com/Automattic/jetpack-connection/compare/v1.8.3...v1.9.0
|
||
|
|
[1.8.3]: https://github.com/Automattic/jetpack-connection/compare/v1.8.2...v1.8.3
|
||
|
|
[1.8.2]: https://github.com/Automattic/jetpack-connection/compare/v1.8.1...v1.8.2
|
||
|
|
[1.8.1]: https://github.com/Automattic/jetpack-connection/compare/v1.8.0...v1.8.1
|
||
|
|
[1.8.0]: https://github.com/Automattic/jetpack-connection/compare/v1.7.2...v1.8.0
|
||
|
|
[1.7.2]: https://github.com/Automattic/jetpack-connection/compare/v1.7.1...v1.7.2
|
||
|
|
[1.7.1]: https://github.com/Automattic/jetpack-connection/compare/v1.7.0...v1.7.1
|
||
|
|
[1.7.0]: https://github.com/Automattic/jetpack-connection/compare/v1.6.1...v1.7.0
|
||
|
|
[1.6.1]: https://github.com/Automattic/jetpack-connection/compare/v1.6.0...v1.6.1
|
||
|
|
[1.6.0]: https://github.com/Automattic/jetpack-connection/compare/v1.5.0...v1.6.0
|
||
|
|
[1.5.0]: https://github.com/Automattic/jetpack-connection/compare/v1.4.0...v1.5.0
|
||
|
|
[1.4.0]: https://github.com/Automattic/jetpack-connection/compare/v1.3.1...v1.4.0
|
||
|
|
[1.3.1]: https://github.com/Automattic/jetpack-connection/compare/v1.3.0...v1.3.1
|
||
|
|
[1.3.0]: https://github.com/Automattic/jetpack-connection/compare/v1.2.0...v1.3.0
|
||
|
|
[1.2.0]: https://github.com/Automattic/jetpack-connection/compare/v1.1.0...v1.2.0
|
||
|
|
[1.1.0]: https://github.com/Automattic/jetpack-connection/compare/v1.0.7...v1.1.0
|
||
|
|
[1.0.7]: https://github.com/Automattic/jetpack-connection/compare/v1.0.6...v1.0.7
|
||
|
|
[1.0.6]: https://github.com/Automattic/jetpack-connection/compare/v1.0.5...v1.0.6
|
||
|
|
[1.0.5]: https://github.com/Automattic/jetpack-connection/compare/v1.0.4...v1.0.5
|
||
|
|
[1.0.4]: https://github.com/Automattic/jetpack-connection/compare/v1.0.3...v1.0.4
|
||
|
|
[1.0.3]: https://github.com/Automattic/jetpack-connection/compare/v1.0.2...v1.0.3
|
||
|
|
[1.0.2]: https://github.com/Automattic/jetpack-connection/compare/v1.0.1...v1.0.2
|
||
|
|
[1.0.1]: https://github.com/Automattic/jetpack-connection/compare/v1.0.0...v1.0.1
|