dist
3 weeks ago
legacy
3 months ago
src
3 weeks ago
CHANGELOG.md
3 weeks ago
actions.php
9 months ago
CHANGELOG.md
2359 lines
| 1 | # Changelog |
| 2 | |
| 3 | All notable changes to this project will be documented in this file. |
| 4 | |
| 5 | The format is based on [](https://keepachangelog.com/en/1.0.0/Keep a Changelog](https://keepachangelog.com/en/1.0.0/](https://keepachangelog.com/en/1.0.0/) |
| 6 | and this project adheres to [](https://semver.org/spec/v2.0.0.htmlSemantic Versioning](https://semver.org/spec/v2.0.0.html](https://semver.org/spec/v2.0.0.html). |
| 7 | |
| 8 | ## [8.8.2] - 2026-08-03 |
| 9 | ### Changed |
| 10 | - Update dependencies. [#50674] |
| 11 | |
| 12 | ## [8.8.1] - 2026-07-31 |
| 13 | ### Added |
| 14 | - Connection: Expose the connection-error audience (site/owner/user) to the Jetpack dashboard so error notices can be tailored to the viewer. |
| 15 | |
| 16 | ### Changed |
| 17 | - Connection: Fetch connected user data from WordPress.com over REST instead of XML-RPC. |
| 18 | |
| 19 | ### Fixed |
| 20 | - Connection: cache wpcom.getUser XML-RPC failures briefly in get_connected_user_data(). |
| 21 | |
| 22 | ## [8.8.0] - 2026-07-27 |
| 23 | ### Added |
| 24 | - Show non-owner admins who needs to reconnect instead of a reconnect button when connection ownership is locked. [#50662] |
| 25 | |
| 26 | ### Changed |
| 27 | - Update package dependencies. [#50751] |
| 28 | |
| 29 | ## [8.7.10] - 2026-07-22 |
| 30 | ### Changed |
| 31 | - Update dependencies. [#50674] |
| 32 | |
| 33 | ## [8.7.9] - 2026-07-20 |
| 34 | ### Changed |
| 35 | - Heartbeat: Report the site environment stats (WordPress/PHP versions, site configuration, etc.) for all connected sites. [#50006] |
| 36 | - Update dependencies. [#50551] |
| 37 | - Update package dependencies. [#50529] |
| 38 | |
| 39 | ## [8.7.8] - 2026-07-13 |
| 40 | ### Changed |
| 41 | - Internal updates. |
| 42 | |
| 43 | ## [8.7.7] - 2026-07-09 |
| 44 | ### Changed |
| 45 | - Route the is_usable_domain() IP check through Utils::ip_is_public(), so reserved and special-use ranges (CGNAT, link-local/cloud-metadata, multicast, and similar) are rejected consistently with the rest of the codebase. [#50175] |
| 46 | |
| 47 | ## [8.7.6] - 2026-07-06 |
| 48 | ### Changed |
| 49 | - Update package dependencies. [#50097] [#50183] |
| 50 | |
| 51 | ## [8.7.5] - 2026-06-26 |
| 52 | ### Changed |
| 53 | - Internal updates. |
| 54 | |
| 55 | ## [8.7.4] - 2026-06-25 |
| 56 | ### Changed |
| 57 | - Heartbeat: Report the missing connection owner and XML-RPC error stats for all connected sites. [#49922] |
| 58 | |
| 59 | ## [8.7.3] - 2026-06-24 |
| 60 | ### Changed |
| 61 | - Reduce per-request memory footprint on connected sites by deferring package version tracking to request shutdown. [#49803] |
| 62 | |
| 63 | ## [8.7.2] - 2026-06-23 |
| 64 | ### Changed |
| 65 | - Update package dependencies. [#49831] |
| 66 | |
| 67 | ### Fixed |
| 68 | - Connection: Do not offer to reconnect when the site is blocking WordPress.com's connection test (e.g. firewall/WAF). [#49655] |
| 69 | |
| 70 | ## [8.7.1] - 2026-06-22 |
| 71 | ### Changed |
| 72 | - Update package dependencies. [#49691] [#49757] |
| 73 | |
| 74 | ## [8.7.0] - 2026-06-15 |
| 75 | ### Added |
| 76 | - Connectors: Surface Jetpack Safe Mode (Identity Crisis) state and resolution options in the connector card. [#49486] |
| 77 | |
| 78 | ### Changed |
| 79 | - Update package dependencies. [#49631] |
| 80 | |
| 81 | ### Fixed |
| 82 | - Connectors: Add cache-busting version to the connector card script module so updated assets are served after changes. [#49486] |
| 83 | - Identity Crisis: Fix confirming Safe Mode again after clearing it from the admin bar, which could silently fail when the safe_mode_confirmed option was stale in a persistent object cache. [#49486] |
| 84 | - Identity Crisis: Prevent the migrate (Update address) action from failing with a false "Could not delete sync error option" error when the sync_error_idc option is stale in cache. [#49486] |
| 85 | |
| 86 | ## [8.6.1] - 2026-06-15 |
| 87 | ### Changed |
| 88 | - Internal updates. |
| 89 | |
| 90 | ## [8.6.0] - 2026-06-09 |
| 91 | ### Added |
| 92 | - SSO: Validate user tokens during SSO login to detect and replace stale tokens after database migration. [#47567] |
| 93 | |
| 94 | ### Changed |
| 95 | - Update package dependencies. [#49273] |
| 96 | |
| 97 | ## [8.5.6] - 2026-06-08 |
| 98 | ### Changed |
| 99 | - Update dependencies. [#48834] |
| 100 | |
| 101 | ## [8.5.5] - 2026-06-08 |
| 102 | ### Changed |
| 103 | - Internal updates. |
| 104 | |
| 105 | ## [8.5.4] - 2026-06-05 |
| 106 | ### Changed |
| 107 | - Internal updates. |
| 108 | |
| 109 | ## [8.5.3] - 2026-06-03 |
| 110 | ### Changed |
| 111 | - Internal updates. |
| 112 | |
| 113 | ## [8.5.2] - 2026-06-02 |
| 114 | ### Changed |
| 115 | - Update dependencies. [#48834] |
| 116 | |
| 117 | ## [8.5.1] - 2026-06-01 |
| 118 | ### Changed |
| 119 | - Connectors: Disable the ability to connect/disconnect from the Connectors card while the site is in offline mode. [#49305] |
| 120 | |
| 121 | ## [8.5.0] - 2026-06-01 |
| 122 | ### Added |
| 123 | - Connection: Migrate `connection/test` and `connection/test-wpcom` REST endpoints from Jetpack plugin. [#49198] |
| 124 | |
| 125 | ### Changed |
| 126 | - Exclude additional unneeded files from the Composer package. [#49014] |
| 127 | - Jetpack Connection Health: Migrate tests from Jetpack plugin to Connection package. [#47837] |
| 128 | - Users List: Use dynamic connector logo and tooltip based on connected plugin families. [#49093] |
| 129 | |
| 130 | ## [8.4.0] - 2026-05-25 |
| 131 | ### Added |
| 132 | - Abilities: Opt `jetpack/get-connection-status` into the MCP tool surface (meta.mcp public tool). [#49113] |
| 133 | - Abilities API: Add `jetpack/get-connection-status` read ability. [#48735] |
| 134 | |
| 135 | ### Changed |
| 136 | - Abilities: Align the shared `jetpack` ability-category description with the Jetpack plugin's registrar so the visible text is consistent regardless of which subpackage registers first. [#48735] |
| 137 | - Abilities: Point `jetpack/get-connection-status` `registration_url` at the WP 7.0+ Connectors screen when available. [#48735] |
| 138 | - Abilities: Rename `jetpack/get-connection-status` `site_connected` output field to `site_registered` to match site-registration terminology. [#48735] |
| 139 | - Abilities: Tighten `jetpack/get-connection-status` permission to `current_user_can( 'jetpack_admin_page' )`. [#48735] |
| 140 | |
| 141 | ## [8.3.7] - 2026-05-21 |
| 142 | ### Added |
| 143 | - Connection: Signal to Calypso that the site already has a connection owner so the authorize page can show appropriate content for secondary user connections. [#48904] |
| 144 | |
| 145 | ### Changed |
| 146 | - Connection: Show the Jetpack icon beside the Connected label in the WordPress.com account column on the Users screen. [#48951] |
| 147 | - Connectors: Show shorter, role-appropriate connect prompt for secondary user connections when the site already has a connection owner. [#48904] |
| 148 | - Update package dependencies. [#48405] |
| 149 | |
| 150 | ### Fixed |
| 151 | - Phan: Address PhanPluginDuplicateConditionalNullCoalescing violations. [#48887] |
| 152 | |
| 153 | ## [8.3.6] - 2026-05-19 |
| 154 | ### Changed |
| 155 | - Internal updates. |
| 156 | |
| 157 | ## [8.3.5] - 2026-05-14 |
| 158 | ### Changed |
| 159 | - Connection: Include the comma-separated list of connection-using plugin slugs on every authorize URL, not only those built by the connectors card flow. [#48713] |
| 160 | - Update dependencies. [#48778] |
| 161 | |
| 162 | ## [8.3.4] - 2026-05-11 |
| 163 | ### Changed |
| 164 | - Update dependencies. [#46383] |
| 165 | |
| 166 | ## [8.3.3] - 2026-05-04 |
| 167 | ### Added |
| 168 | - Connector: Forward `from` and `plugins` parameters to the register and authorize_url REST endpoints, and expose connectedPlugins to the connectors card before registration. [#48318] |
| 169 | |
| 170 | ### Changed |
| 171 | - Internal: No longer require automattic/jetpack-changelogger as a per-project dev dependency. [#48225] |
| 172 | |
| 173 | ### Fixed |
| 174 | - Connector card: Fix description padding not reserving space in Chrome, reset connecting state on back-button navigation, use text label instead of busy stripes on link-style disconnect button. [#48482] |
| 175 | - Connector card: Honor redirect parameter after already-authorized webhook. [#48482] |
| 176 | - SSO: Render the single sign-on login button on the recovery mode landing page. [#48340] |
| 177 | |
| 178 | ## [8.3.2] - 2026-04-27 |
| 179 | ### Added |
| 180 | - Connectors: Add `jetpack_connection_plugin_logos` filter to allow third-party plugins to register a custom SVG logo on the Connectors card. [#48146] |
| 181 | |
| 182 | ### Changed |
| 183 | - Document `jpTracksContext` as intentional minimal Tracks-specific global. [#48096] |
| 184 | - Rebrand connector to Jetpack connection. [#48146] |
| 185 | |
| 186 | ### Fixed |
| 187 | - Populate `blog_id` in `JetpackScriptData` and `jpTracksContext` so Tracks events include `blog_id`. [#48096] |
| 188 | |
| 189 | ## [8.3.1] - 2026-04-20 |
| 190 | ### Changed |
| 191 | - Update package dependencies. [#48106] |
| 192 | |
| 193 | ## [8.3.0] - 2026-04-15 |
| 194 | ### Added |
| 195 | - Add hooks for external storage provider registration: `jetpack_external_storage_init` fires before the first storage read, and `jetpack_external_storage_provider_registered` fires after a provider is registered (invalidating cached connection status). [#48022] |
| 196 | |
| 197 | ### Fixed |
| 198 | - Ensure connector card modals and links are accessible. [#47969] |
| 199 | |
| 200 | ## [8.2.2] - 2026-04-10 |
| 201 | ### Changed |
| 202 | - Update dependencies. [#46383] |
| 203 | |
| 204 | ## [8.2.1] - 2026-04-09 |
| 205 | ### Changed |
| 206 | - Update package dependencies. [#47890] [#47998] |
| 207 | |
| 208 | ## [8.2.0] - 2026-04-06 |
| 209 | ### Added |
| 210 | - Add SSO details to the Connection details card. [#47861] |
| 211 | - Add WordPress.com connector card for the WP 7.0+ Settings > Connectors screen with connection details and disconnect support. [#47792] |
| 212 | - Connection: Display inline error notices for site registration, authorization, and disconnect failures in the WordPress.com Connectors card. [#47865] |
| 213 | |
| 214 | ### Changed |
| 215 | - Connector card: Prevent site disconnection and owner account unlinking on Wordpress.com and VIP sites. [#47862] |
| 216 | |
| 217 | ### Fixed |
| 218 | - Connection Details: Fix layout of the connection details modal to properly handle varying URL lengths and screen sizes. [#47879] |
| 219 | - Fix connection flow in connector card when using Gutenberg and ensure modals always show on disconnection. [#47902] |
| 220 | - Update Woo logo on connector card. [#47884] |
| 221 | |
| 222 | ## [8.1.0] - 2026-03-30 |
| 223 | ### Changed |
| 224 | - Replace transient-based SSO broker URL storage with a constant-based approach gated by a WordPress.com authorization signal, and fall back to WordPress.com SSO when the referrer is a WordPress.com domain. [#47630] |
| 225 | - Update package dependencies. [#47818] |
| 226 | |
| 227 | ### Fixed |
| 228 | - Fixed SSO login conflict with Two-Factor plugin 0.15.0+ that caused a redundant local 2FA prompt after completing WordPress.com 2FA. [#47306] |
| 229 | |
| 230 | ## [8.0.5] - 2026-03-23 |
| 231 | ### Changed |
| 232 | - Update package dependencies. [#47684] |
| 233 | |
| 234 | ## [8.0.4] - 2026-03-16 |
| 235 | ### Changed |
| 236 | - Update dependencies. [#47472] |
| 237 | |
| 238 | ## [8.0.3] - 2026-03-09 |
| 239 | ### Changed |
| 240 | - Update package dependencies. [#47496] |
| 241 | |
| 242 | ## [8.0.2] - 2026-03-02 |
| 243 | ### Changed |
| 244 | - Update dependencies. [#46383] |
| 245 | |
| 246 | ## [8.0.1] - 2026-02-26 |
| 247 | ### Changed |
| 248 | - Update package dependencies. [#47300] |
| 249 | |
| 250 | ## [8.0.0] - 2026-02-23 |
| 251 | ### Removed |
| 252 | - Remove deprecated methods and attributes. [#47251] |
| 253 | |
| 254 | ## [7.1.1] - 2026-02-18 |
| 255 | ### Changed |
| 256 | - Update package dependencies. [#47173] |
| 257 | |
| 258 | ## [7.1.0] - 2026-02-16 |
| 259 | ### Added |
| 260 | - Add `maybe_add_origin_site_id` method to the `Urls` class. [#46783] |
| 261 | |
| 262 | ### Changed |
| 263 | - Update package dependencies. [#47099] |
| 264 | |
| 265 | ## [7.0.3] - 2026-02-10 |
| 266 | ### Changed |
| 267 | - Move IDC stats from Jetpack plugin to connection package. [#46967] |
| 268 | - Update package dependencies. [#47002] |
| 269 | |
| 270 | ## [7.0.2] - 2026-02-04 |
| 271 | ### Changed |
| 272 | - Update package dependencies. [#46936] |
| 273 | |
| 274 | ## [7.0.1] - 2026-02-03 |
| 275 | ### Changed |
| 276 | - Update dependencies. [#46383] |
| 277 | |
| 278 | ## [7.0.0] - 2026-02-02 |
| 279 | ### Changed |
| 280 | - Remove error handling methods for external storage and add host agnostic error reporting. [#46646] |
| 281 | - Update package dependencies. [#46854] |
| 282 | |
| 283 | ## [6.20.5] - 2026-01-26 |
| 284 | ### Changed |
| 285 | - Update dependencies. [#46383] |
| 286 | |
| 287 | ## [6.20.4] - 2026-01-23 |
| 288 | ### Added |
| 289 | - IDC: Preserve re-validation parameters when new idc error is created. [#46613] |
| 290 | |
| 291 | ## [6.20.3] - 2026-01-19 |
| 292 | ### Changed |
| 293 | - Update package dependencies. [#46647] |
| 294 | |
| 295 | ## [6.20.2] - 2026-01-14 |
| 296 | ### Changed |
| 297 | - Update package dependencies. [#46552] |
| 298 | |
| 299 | ## [6.20.1] - 2026-01-12 |
| 300 | ### Changed |
| 301 | - Add transients to prevent excessive remote calls. [#46503] |
| 302 | |
| 303 | ## [6.20.0] - 2026-01-07 |
| 304 | ### Added |
| 305 | - IDC: Add revalidation for IDCs. [#46268] |
| 306 | |
| 307 | ### Changed |
| 308 | - Update package dependencies. [#46456] |
| 309 | |
| 310 | ## [6.19.13] - 2025-12-22 |
| 311 | ### Changed |
| 312 | - Update dependencies. [#46381] |
| 313 | |
| 314 | ## [6.19.12] - 2025-12-15 |
| 315 | ### Changed |
| 316 | - Internal updates. |
| 317 | |
| 318 | ## [6.19.11] - 2025-12-11 |
| 319 | ### Removed |
| 320 | - Development Mode: removed references to previously removed code [#46231] |
| 321 | |
| 322 | ## [6.19.10] - 2025-12-08 |
| 323 | ### Fixed |
| 324 | - Ensure proper flags are used with `json_encode()`. [#46092] |
| 325 | |
| 326 | ## [6.19.9] - 2025-12-01 |
| 327 | ### Changed |
| 328 | - SSO: Revised copy for flagging external collaborators. [#46108] |
| 329 | - Update package dependencies. [#46143] |
| 330 | |
| 331 | ## [6.19.8] - 2025-11-20 |
| 332 | ### Fixed |
| 333 | - Phan: Address PhanPossiblyUndeclaredVariable violations. [#45911] |
| 334 | |
| 335 | ## [6.19.7] - 2025-11-18 |
| 336 | ### Changed |
| 337 | - Update package dependencies. [#45961] |
| 338 | |
| 339 | ## [6.19.6] - 2025-11-17 |
| 340 | ### Changed |
| 341 | - Update package dependencies. [#45915] |
| 342 | |
| 343 | ## [6.19.5] - 2025-11-12 |
| 344 | ### Fixed |
| 345 | - OAuth: fix the 'body-hash' error triggered during app authorization. [#45820] |
| 346 | |
| 347 | ## [6.19.4] - 2025-11-10 |
| 348 | ### Changed |
| 349 | - Tests: Improve compatibility with PHP 8.5. [#45769] [#45771] |
| 350 | |
| 351 | ## [6.19.3] - 2025-11-03 |
| 352 | ### Changed |
| 353 | - Update dependencies. [#45493] |
| 354 | |
| 355 | ## [6.19.2] - 2025-10-28 |
| 356 | ### Changed |
| 357 | - Update dependencies. [#45493] |
| 358 | |
| 359 | ## [6.19.1] - 2025-10-27 |
| 360 | ### Changed |
| 361 | - Internal updates. |
| 362 | |
| 363 | ## [6.19.0] - 2025-10-20 |
| 364 | ### Added |
| 365 | - Add Newspack and VIP check to `should_allow_error_filtering`. [#45481] |
| 366 | |
| 367 | ## [6.18.14] - 2025-10-14 |
| 368 | ### Changed |
| 369 | - Update dependencies. [#45488] |
| 370 | |
| 371 | ## [6.18.13] - 2025-10-09 |
| 372 | ### Changed |
| 373 | - Update error logging for external storage. [#45412] |
| 374 | |
| 375 | ## [6.18.12] - 2025-10-02 |
| 376 | ### Changed |
| 377 | - Update package dependencies. [#45334] |
| 378 | |
| 379 | ## [6.18.11] - 2025-09-29 |
| 380 | ### Changed |
| 381 | - Internal updates. |
| 382 | |
| 383 | ## [6.18.10] - 2025-09-22 |
| 384 | ### Changed |
| 385 | - Update dependencies. [#44300] |
| 386 | |
| 387 | ## [6.18.9] - 2025-09-19 |
| 388 | ### Changed |
| 389 | - Update package dependencies. [#45173] [#45229] |
| 390 | |
| 391 | ## [6.18.8] - 2025-09-16 |
| 392 | ### Fixed |
| 393 | - Prevent PHP warnings when handling invalid user data. [#45198] |
| 394 | |
| 395 | ## [6.18.7] - 2025-09-15 |
| 396 | ### Changed |
| 397 | - Internal updates. |
| 398 | |
| 399 | ## [6.18.6] - 2025-09-08 |
| 400 | ### Changed |
| 401 | - Update package dependencies. [#45027] |
| 402 | |
| 403 | ## [6.18.5] - 2025-09-01 |
| 404 | ### Changed |
| 405 | - Internal updates. |
| 406 | |
| 407 | ## [6.18.4] - 2025-08-25 |
| 408 | ### Changed |
| 409 | - Update dependencies. [#44300] |
| 410 | |
| 411 | ## [6.18.3] - 2025-08-25 |
| 412 | ### Fixed |
| 413 | - Code: Resolve PhanImpossibleCondition violations. [#44869] |
| 414 | - Fix fatal for invalid structure of stored errors. [#44890] |
| 415 | |
| 416 | ## [6.18.2] - 2025-08-21 |
| 417 | ### Changed |
| 418 | - Internal updates. |
| 419 | |
| 420 | ## [6.18.1] - 2025-08-18 |
| 421 | ### Changed |
| 422 | - Internal updates. |
| 423 | |
| 424 | ## [6.18.0] - 2025-08-14 |
| 425 | ### Added |
| 426 | - Create External_Storage class. [#44631] |
| 427 | |
| 428 | ## [6.17.2] - 2025-08-13 |
| 429 | ### Changed |
| 430 | - Update package dependencies. [#44701] |
| 431 | |
| 432 | ## [6.17.1] - 2025-08-11 |
| 433 | ### Changed |
| 434 | - Update package dependencies. [#44677] |
| 435 | |
| 436 | ## [6.17.0] - 2025-08-04 |
| 437 | ### Added |
| 438 | - Extend `get_option` so it can work with external storage. [#44554] |
| 439 | |
| 440 | ### Changed |
| 441 | - Update connection webhooks to pass skip_pricing to authorization URL. [#44603] |
| 442 | |
| 443 | ## [6.16.2] - 2025-07-30 |
| 444 | ### Fixed |
| 445 | - Fix doc types for methods in the connection Manager class. [#44493] |
| 446 | |
| 447 | ## [6.16.1] - 2025-07-28 |
| 448 | ### Fixed |
| 449 | - Fix a fatal triggered by trying to disconnect Jetpack too early. [#44435] |
| 450 | |
| 451 | ## [6.16.0] - 2025-07-23 |
| 452 | ### Changed |
| 453 | - Connection: Remove hard-coded custom errors and added support for dynamic errors. [#44281] |
| 454 | |
| 455 | ## [6.15.0] - 2025-07-21 |
| 456 | ### Added |
| 457 | - Add memoization for connection owner ID to prevent excessive database calls. [#44282] |
| 458 | |
| 459 | ### Changed |
| 460 | - Update package dependencies. [#44356] |
| 461 | |
| 462 | ## [6.14.2] - 2025-07-14 |
| 463 | ### Changed |
| 464 | - Update dependencies. [#44271] |
| 465 | |
| 466 | ## [6.14.1] - 2025-07-08 |
| 467 | ### Changed |
| 468 | - Internal updates. |
| 469 | |
| 470 | ## [6.14.0] - 2025-07-07 |
| 471 | ### Changed |
| 472 | - Scripts: Ensure host-related checks and functionality are only added via Assets. [#44133] |
| 473 | |
| 474 | ## [6.13.13] - 2025-07-03 |
| 475 | ### Changed |
| 476 | - Update package dependencies. [#44151] |
| 477 | |
| 478 | ## [6.13.12] - 2025-07-01 |
| 479 | ### Changed |
| 480 | - Internal updates. |
| 481 | |
| 482 | ## [6.13.11] - 2025-06-30 |
| 483 | ### Changed |
| 484 | - Update dependencies. |
| 485 | |
| 486 | ## [6.13.10] - 2025-06-27 |
| 487 | ### Changed |
| 488 | - Refactor connection error handling so all prompts have the same messages. [#44042] |
| 489 | |
| 490 | ## [6.13.9] - 2025-06-24 |
| 491 | ### Changed |
| 492 | - Update dependencies. |
| 493 | |
| 494 | ## [6.13.8] - 2025-06-23 |
| 495 | ### Fixed |
| 496 | - Autoloader: Prevent double slash in autoloader path. [#44030] |
| 497 | |
| 498 | ## [6.13.7] - 2025-06-23 |
| 499 | ### Changed |
| 500 | - Update package dependencies. [#44020] |
| 501 | |
| 502 | ## [6.13.6] - 2025-06-19 |
| 503 | ### Changed |
| 504 | - Update dependencies. |
| 505 | |
| 506 | ## [6.13.5] - 2025-06-18 |
| 507 | ### Changed |
| 508 | - Update dependencies. |
| 509 | |
| 510 | ## [6.13.4] - 2025-06-16 |
| 511 | ### Changed |
| 512 | - Update package dependencies. [#43914] |
| 513 | |
| 514 | ## [6.13.3] - 2025-06-10 |
| 515 | ### Changed |
| 516 | - Update dependencies. |
| 517 | |
| 518 | ## [6.13.2] - 2025-06-09 |
| 519 | ### Fixed |
| 520 | - Tests: Ensure method param count matches PHPUnit data providers. [#43828] |
| 521 | |
| 522 | ## [6.13.1] - 2025-06-06 |
| 523 | ### Fixed |
| 524 | - Tests: Resolve warnings in PHPUnit 12.2. [#43815] |
| 525 | |
| 526 | ## [6.13.0] - 2025-06-05 |
| 527 | ### Changed |
| 528 | - Limit access to manage connection dialog on WoA sites. [#43777] |
| 529 | |
| 530 | ## [6.12.0] - 2025-06-04 |
| 531 | ### Added |
| 532 | - Improve error handling for protected owner on WordPress.com. [#43593] |
| 533 | |
| 534 | ## [6.11.9] - 2025-06-03 |
| 535 | ### Changed |
| 536 | - Update package dependencies. [#43734] |
| 537 | |
| 538 | ## [6.11.8] - 2025-06-02 |
| 539 | ### Changed |
| 540 | - Update dependencies. |
| 541 | |
| 542 | ## [6.11.7] - 2025-05-26 |
| 543 | ### Changed |
| 544 | - Update package dependencies. [#43578] |
| 545 | |
| 546 | ## [6.11.6] - 2025-05-22 |
| 547 | ### Changed |
| 548 | - Update dependencies. |
| 549 | |
| 550 | ## [6.11.5] - 2025-05-19 |
| 551 | ### Changed |
| 552 | - Update dependencies. |
| 553 | |
| 554 | ## [6.11.4] - 2025-05-15 |
| 555 | ### Changed |
| 556 | - Update package dependencies. [#43398] |
| 557 | |
| 558 | ## [6.11.3] - 2025-05-12 |
| 559 | ### Changed |
| 560 | - Stable release management: Do not ship source files. [#43310] |
| 561 | - Update package dependencies. [#43400] |
| 562 | |
| 563 | ## [6.11.2] - 2025-05-05 |
| 564 | ### Changed |
| 565 | - Update package dependencies. [#43326] [#43353] |
| 566 | |
| 567 | ### Removed |
| 568 | - Remove auth providers support. [#43241] |
| 569 | |
| 570 | ## [6.11.1] - 2025-04-28 |
| 571 | ### Changed |
| 572 | - Jetpack Sync: Switch `jetpack_package_version` to a callable. [#43188] |
| 573 | |
| 574 | ### Fixed |
| 575 | - Linting: Fix more Stylelint violations. [#43213] |
| 576 | |
| 577 | ## [6.11.0] - 2025-04-14 |
| 578 | ### Added |
| 579 | - Add check for mismatched WordPress/WordPress.com user email. [#42674] |
| 580 | |
| 581 | ### Changed |
| 582 | - Add Jetpack package version info to Heartbeat. [#43060] |
| 583 | |
| 584 | ### Fixed |
| 585 | - Linting: Update stylesheets to use WordPress rules for fonts and colors. [#42920] [#42928] |
| 586 | - Linting: Use double colon notation for pseudo-element selectors. [#43019] |
| 587 | |
| 588 | ## [6.10.3] - 2025-04-07 |
| 589 | ### Changed |
| 590 | - Linting: First pass of style coding standards. [#42734] |
| 591 | |
| 592 | ## [6.10.2] - 2025-04-01 |
| 593 | ### Changed |
| 594 | - Update package dependencies. [#42809] |
| 595 | |
| 596 | ## [6.10.1] - 2025-04-01 |
| 597 | ### Changed |
| 598 | - Update dependencies. |
| 599 | |
| 600 | ## [6.10.0] - 2025-03-31 |
| 601 | ### Added |
| 602 | - IDC: Add "Offline Mode" flag to secret check endpoint. [#42779] |
| 603 | |
| 604 | ## [6.9.0] - 2025-03-26 |
| 605 | ### Added |
| 606 | - Connection: Allow pre-selected login providers. [#42662] |
| 607 | - Indicate when Offline Mode is enabled via DB option. [#42630] |
| 608 | |
| 609 | ### Changed |
| 610 | - Connection: Register assets absolutely. [#42468] |
| 611 | |
| 612 | ## [6.8.1] - 2025-03-24 |
| 613 | ### Changed |
| 614 | - Update dependencies. |
| 615 | |
| 616 | ## [6.8.0] - 2025-03-24 |
| 617 | ### Added |
| 618 | - Add support for provider-specific authentication. [#42602] |
| 619 | |
| 620 | ## [6.7.7] - 2025-03-21 |
| 621 | ### Changed |
| 622 | - Internal updates. |
| 623 | |
| 624 | ## [6.7.6] - 2025-03-18 |
| 625 | ### Changed |
| 626 | - Update package dependencies. [#42511] |
| 627 | |
| 628 | ## [6.7.5] - 2025-03-17 |
| 629 | ### Changed |
| 630 | - Internal updates. |
| 631 | |
| 632 | ## [6.7.4] - 2025-03-12 |
| 633 | ### Changed |
| 634 | - Update package dependencies. [#42384] |
| 635 | |
| 636 | ## [6.7.3] - 2025-03-10 |
| 637 | ### Changed |
| 638 | - Internal updates. |
| 639 | |
| 640 | ## [6.7.2] - 2025-03-06 |
| 641 | ### Changed |
| 642 | - Update dependencies. |
| 643 | |
| 644 | ## [6.7.1] - 2025-03-05 |
| 645 | ### Changed |
| 646 | - Internal updates. |
| 647 | |
| 648 | ## [6.7.0] - 2025-03-03 |
| 649 | ### Added |
| 650 | - Add 'isRegistered' flag to connection data endpoint. [#42123] |
| 651 | - Add the 'is_signed_with_user_token()' method for REST authentication. [#39432] |
| 652 | - Allow cookie auth for user provisioning. [#42086] |
| 653 | |
| 654 | ### Changed |
| 655 | - Update package dependencies. [#42163] |
| 656 | |
| 657 | ### Removed |
| 658 | - Remove excessive check in fetching current user ID in user provisioning. [#42106] |
| 659 | - Remove register_nonce from site connection. [#42076] |
| 660 | |
| 661 | ## [6.6.0] - 2025-02-24 |
| 662 | ### Added |
| 663 | - Warn that disconnecting owner account will disconnect all other users first. [#41923] |
| 664 | |
| 665 | ### Changed |
| 666 | - Move the API endpoint for unlinking the user to the automattic/jetpack-connection package. [#41398] |
| 667 | |
| 668 | ## [6.5.0] - 2025-02-17 |
| 669 | ### Changed |
| 670 | - Display connection status on Users page independent of the SSO module. [#41794] |
| 671 | |
| 672 | ### Fixed |
| 673 | - Make sure wpcom_id is a string before passing it over as _ui. [#41787] |
| 674 | |
| 675 | ## [6.4.1] - 2025-02-11 |
| 676 | ### Changed |
| 677 | - Update dependencies. |
| 678 | |
| 679 | ## [6.4.0] - 2025-02-10 |
| 680 | ### Changed |
| 681 | - Tracks: Add site type to events [#41307] |
| 682 | - Updated package dependencies. [#41491] |
| 683 | |
| 684 | ## [6.3.2] - 2025-02-03 |
| 685 | ### Changed |
| 686 | - Updated package dependencies. [#41286] |
| 687 | |
| 688 | ### Fixed |
| 689 | - Code: Remove extra params on function calls. [#41263] |
| 690 | |
| 691 | ## [6.3.1] - 2025-01-27 |
| 692 | ### Changed |
| 693 | - Internal updates. |
| 694 | |
| 695 | ## [6.3.0] - 2025-01-20 |
| 696 | ### Changed |
| 697 | - Code: Use function-style exit() and die() with a default status code of 0. [#41167] |
| 698 | - Move WPCOM_REST_API_Proxy_Request trait to the connection package. [#41023] |
| 699 | - Updated package dependencies. [#41099] |
| 700 | |
| 701 | ### Fixed |
| 702 | - Add heartbeat deactivation on site disconnection. [#41117] |
| 703 | |
| 704 | ## [6.2.2] - 2025-01-06 |
| 705 | ### Added |
| 706 | - Added tests to increase code coverage. [#39963] |
| 707 | |
| 708 | ### Changed |
| 709 | - Updated package dependencies. [#40831] |
| 710 | |
| 711 | ## [6.2.1] - 2024-12-16 |
| 712 | ### Changed |
| 713 | - Updated package dependencies. [#40564] |
| 714 | |
| 715 | ## [6.2.0] - 2024-12-09 |
| 716 | ### Added |
| 717 | - Added a mechanism to use callbacks for package options. [#40474] |
| 718 | - REST user provisioning with an app password. [#40447] |
| 719 | |
| 720 | ## [6.1.1] - 2024-12-04 |
| 721 | ### Changed |
| 722 | - Updated package dependencies. [#40363] |
| 723 | |
| 724 | ## [6.1.0] - 2024-11-25 |
| 725 | ### Added |
| 726 | - Allow using application password for site registration. [#40233] |
| 727 | |
| 728 | ### Changed |
| 729 | - Updated dependencies. [#40286] |
| 730 | - Updated package dependencies. [#40258] [#40288] |
| 731 | |
| 732 | ## [6.0.1] - 2024-11-18 |
| 733 | ### Fixed |
| 734 | - Work around a WP user caching bug (https://core.trac.wordpress.org/ticket/62003). [#40188] |
| 735 | |
| 736 | ## [6.0.0] - 2024-11-14 |
| 737 | ### Removed |
| 738 | - General: Update minimum PHP version to 7.2. [#40147] |
| 739 | |
| 740 | ## [5.1.7] - 2024-11-11 |
| 741 | ### Changed |
| 742 | - Updated package dependencies. [#39999] [#40060] |
| 743 | |
| 744 | ## [5.1.6] - 2024-11-04 |
| 745 | ### Added |
| 746 | - Enable test coverage. [#39961] |
| 747 | |
| 748 | ## [5.1.5] - 2024-10-25 |
| 749 | ### Changed |
| 750 | - Internal updates. |
| 751 | |
| 752 | ## [5.1.4] - 2024-10-21 |
| 753 | ### Changed |
| 754 | - SSO: optimize 'admin_notices' action callback. [#39811] |
| 755 | |
| 756 | ## [5.1.3] - 2024-10-10 |
| 757 | ### Changed |
| 758 | - Updated package dependencies. |
| 759 | |
| 760 | ## [5.1.2] - 2024-10-07 |
| 761 | ### Changed |
| 762 | - Adjust conditions to optimize admin notices callback. [#39650] |
| 763 | - Initialize assets in wp-admin only. [#39604] |
| 764 | - Updated package dependencies. [#39594] |
| 765 | |
| 766 | ## [5.1.1] - 2024-09-30 |
| 767 | ### Changed |
| 768 | - In 'connect_url_redirect' hook, redirect to 'redirect_after_auth` url if already connected (for connect_after_checkout flow). [#39573] |
| 769 | - My Jetpack Welcome Flow: Display default recommendations upfront first, then offer optional survey for customized recommendations. [#39485] |
| 770 | |
| 771 | ## [5.1.0] - 2024-09-25 |
| 772 | ### Changed |
| 773 | - Jetpack Connection - REST API: Allow site-level authentication on POST requests to 'jetpack/v4/connection' [#39503] |
| 774 | |
| 775 | ## [5.0.0] - 2024-09-23 |
| 776 | ### Removed |
| 777 | - Connection: Removed deprecated features_enabled method [#39475] |
| 778 | - Connection: Removed deprecated method features_available [#39442] |
| 779 | |
| 780 | ## [4.0.4] - 2024-09-18 |
| 781 | ### Changed |
| 782 | - SSO tooltip: Use anchor element's document instead of the global `document`. [#39364] |
| 783 | |
| 784 | ## [4.0.3] - 2024-09-16 |
| 785 | ### Removed |
| 786 | - Remove deprecated code from connected plugins component. [#39375] |
| 787 | |
| 788 | ### Fixed |
| 789 | - Fix the connected plugins option on multisites. [#39355] |
| 790 | |
| 791 | ## [4.0.2] - 2024-09-10 |
| 792 | ### Changed |
| 793 | - Updated package dependencies. [#39302] |
| 794 | |
| 795 | ## [4.0.1] - 2024-09-06 |
| 796 | ### Removed |
| 797 | - Removed throwing of warning if a given Jetpack options does not exist [#39270] |
| 798 | |
| 799 | ## [4.0.0] - 2024-09-05 |
| 800 | ### Deprecated |
| 801 | - Deprecated Jetpack Onboarding system. [#39229] |
| 802 | |
| 803 | ## [3.0.0] - 2024-09-05 |
| 804 | ### Changed |
| 805 | - Jetpack Connection: Restrict handling verified errors on admin pages only [#39233] |
| 806 | - Updated connection js to load its bundle via connection package [#38877] |
| 807 | - Updated package dependencies. [#39176] |
| 808 | |
| 809 | ### Removed |
| 810 | - Removed registering of Jetpack option edit_links_calypso_redirect [#39171] |
| 811 | |
| 812 | ### Fixed |
| 813 | - Fixed connection assets for wpcom simple sites [#39201] |
| 814 | |
| 815 | ## [2.12.5] - 2024-08-29 |
| 816 | ### Changed |
| 817 | - Sync: Remove the checksum for active plugins if present when sync is not active, so it gets recalculated when sync gets activated [#39098] |
| 818 | - Updated package dependencies. [#39111] |
| 819 | |
| 820 | ## [2.12.4] - 2024-08-23 |
| 821 | ### Changed |
| 822 | - Updated package dependencies. [#39004] |
| 823 | |
| 824 | ### Removed |
| 825 | - SSO: Removed the ability to skip the automatic login if site uses the WP.com classic interface [#38996] |
| 826 | |
| 827 | ## [2.12.3] - 2024-08-21 |
| 828 | ### Changed |
| 829 | - Internal updates. |
| 830 | |
| 831 | ## [2.12.2] - 2024-08-19 |
| 832 | ### Changed |
| 833 | - `Jetpack_Options::update_option()` now documents `$autoload` as `bool|null` to match the similar change in WordPress 6.6. String values are still accepted for as long as core's `update_option()` accepts them. [#38822] |
| 834 | |
| 835 | ## [2.12.1] - 2024-08-15 |
| 836 | ### Changed |
| 837 | - Updated package dependencies. [#38662] |
| 838 | |
| 839 | ## [2.12.0] - 2024-08-13 |
| 840 | ### Added |
| 841 | - Updated the connection initial state to fallback on the new consolidated Jetpack script data [#38825] |
| 842 | |
| 843 | ## [2.11.4] - 2024-08-09 |
| 844 | ### Fixed |
| 845 | - Fix type for tracking product string [#38748] |
| 846 | |
| 847 | ## [2.11.3] - 2024-08-01 |
| 848 | ### Added |
| 849 | - Added support for 'recommendations_evaluation' Jetpack option" [#38534] |
| 850 | |
| 851 | ## [2.11.2] - 2024-07-22 |
| 852 | ### Fixed |
| 853 | - Fixed textdomain on i18n messages imported from the IDC package. [#38412] |
| 854 | |
| 855 | ## [2.11.1] - 2024-07-03 |
| 856 | ### Changed |
| 857 | - Updated package dependencies. [#38132] |
| 858 | |
| 859 | ## [2.11.0] - 2024-06-26 |
| 860 | ### Added |
| 861 | - Add blog_id to tracks data [#37902] |
| 862 | |
| 863 | ## [2.10.2] - 2024-06-25 |
| 864 | ### Changed |
| 865 | - Internal updates. |
| 866 | |
| 867 | ## [2.10.1] - 2024-06-12 |
| 868 | ### Changed |
| 869 | - Updated package dependencies. [#37796] |
| 870 | |
| 871 | ## [2.10.0] - 2024-06-10 |
| 872 | ### Added |
| 873 | - Staging: deprecating staging mode and separating the logic into is_development_site and in_safe_mode [#37023] |
| 874 | |
| 875 | ### Fixed |
| 876 | - Jetpack Connection: Add stricter check before updating 'jetpack_connection_active_plugins' option [#37755] |
| 877 | |
| 878 | ## [2.9.3] - 2024-06-06 |
| 879 | ### Added |
| 880 | - Add mechanism to track previously working plugins [#37537] |
| 881 | |
| 882 | ## [2.9.2] - 2024-06-05 |
| 883 | ### Changed |
| 884 | - Updated package dependencies. [#37669] |
| 885 | |
| 886 | ## [2.9.1] - 2024-06-03 |
| 887 | ### Fixed |
| 888 | - Remove tabindex from tooltip modal. [#37663] |
| 889 | |
| 890 | ## [2.9.0] - 2024-05-29 |
| 891 | ### Added |
| 892 | - Move Identity Crisis handling functionality into the package. [#36968] |
| 893 | |
| 894 | ## [2.8.6] - 2024-05-28 |
| 895 | ### Changed |
| 896 | - Internal updates. |
| 897 | |
| 898 | ## [2.8.5] - 2024-05-27 |
| 899 | ### Fixed |
| 900 | - SSO: Use filter instead of action for user custom column to prevent interference with other custom columns. [#37575] |
| 901 | |
| 902 | ## [2.8.4] - 2024-05-22 |
| 903 | ### Deprecated |
| 904 | - Jetpack Connection Manager: Deprecate `request_params` arg in setup_xmlrpc_handlers method. [#37445] |
| 905 | |
| 906 | ### Fixed |
| 907 | - SSO: Ensure the dist files are generated properly, without overwriting each other. [#37489] |
| 908 | |
| 909 | ## [2.8.3] - 2024-05-20 |
| 910 | ### Changed |
| 911 | - Internal updates. |
| 912 | |
| 913 | ## [2.8.2] - 2024-05-16 |
| 914 | ### Added |
| 915 | - Connection: Ensuring direct file access is disabled in class-jetpack-ixr-client.php [#37398] |
| 916 | |
| 917 | ### Changed |
| 918 | - Updated package dependencies. [#37379] |
| 919 | |
| 920 | ## [2.8.1] - 2024-05-14 |
| 921 | ### Changed |
| 922 | - SSO: do not rely on the Jetpack class anymore. [#37153] |
| 923 | |
| 924 | ## [2.8.0] - 2024-05-13 |
| 925 | ### Added |
| 926 | - SSO: Ensuring tooltips are accessible [#37302] |
| 927 | |
| 928 | ### Changed |
| 929 | - SSO: Improve user invite error logging [#37144] |
| 930 | |
| 931 | ## [2.7.7] - 2024-05-09 |
| 932 | ### Fixed |
| 933 | - SSO: Fix tooltip display on view all users page [#37257] |
| 934 | |
| 935 | ## [2.7.6] - 2024-05-06 |
| 936 | ### Added |
| 937 | - Bring in authentication methods needed for SSO feature. [#36924] |
| 938 | |
| 939 | ### Changed |
| 940 | - SSO: rely on Connection methods instead of relying on methods from the Jetpack plugin. [#36989] |
| 941 | - Updated package dependencies. [#37147] |
| 942 | |
| 943 | ## [2.7.5] - 2024-04-30 |
| 944 | ### Changed |
| 945 | - Internal updates. |
| 946 | |
| 947 | ## [2.7.4] - 2024-04-26 |
| 948 | ### Changed |
| 949 | - General: use wp_admin_notice function introduced in WP 6.4 to display notices. [#37051] |
| 950 | |
| 951 | ## [2.7.3] - 2024-04-25 |
| 952 | ### Changed |
| 953 | - General: Remove code that was added to remain compatible with versions of WordPress lower than 6.4. [#37049] |
| 954 | |
| 955 | ### Fixed |
| 956 | - Disconnect connection owner on removal. [#36888] |
| 957 | - Improve phpdoc comments in Client class, and remove some unnecessary boolean checks. [#37056] |
| 958 | |
| 959 | ## [2.7.2] - 2024-04-22 |
| 960 | ### Added |
| 961 | - SSO: Add SSO feature to the package. [#36587] |
| 962 | |
| 963 | ### Fixed |
| 964 | - Jetpack Connection: Prevent unnecessary jetpack_connection_active_plugins option updates. [#36896] |
| 965 | |
| 966 | ## [2.7.1] - 2024-04-08 |
| 967 | ### Changed |
| 968 | - Updated package dependencies. [#36760] |
| 969 | |
| 970 | ## [2.7.0] - 2024-03-27 |
| 971 | ### Added |
| 972 | - Add 'test_connection' endpoint to check for blog token validity. [#36471] |
| 973 | - Add the 'get_heartbeat_data' REST endpoint. [#36553] |
| 974 | |
| 975 | ### Changed |
| 976 | - Updated package dependencies. [#36585] |
| 977 | |
| 978 | ## [2.6.2] - 2024-03-25 |
| 979 | ### Changed |
| 980 | - Internal updates. |
| 981 | |
| 982 | ## [2.6.1] - 2024-03-22 |
| 983 | ### Changed |
| 984 | - yUpdate Phan config. [#36353] |
| 985 | |
| 986 | ## [2.6.0] - 2024-03-20 |
| 987 | ### Added |
| 988 | - Add the 'remote_connect' REST endpoint. [#36329] |
| 989 | |
| 990 | ## [2.5.0] - 2024-03-18 |
| 991 | ### Added |
| 992 | - Add the 'remote_provision' REST endpoint. [#36275] |
| 993 | - Add the 'remote_register' REST endpoint. [#36197] |
| 994 | |
| 995 | ## [2.4.1] - 2024-03-12 |
| 996 | ### Changed |
| 997 | - Internal updates. |
| 998 | |
| 999 | ## [2.4.0] - 2024-03-12 |
| 1000 | ### Added |
| 1001 | - Sync:Now Sync uses rest api endpoint for enabled sites [#36210] |
| 1002 | |
| 1003 | ### Changed |
| 1004 | - Updated package dependencies. [#36325] |
| 1005 | |
| 1006 | ## [2.3.4] - 2024-03-04 |
| 1007 | ### Changed |
| 1008 | - Updated package dependencies. [#36095] |
| 1009 | |
| 1010 | ## [2.3.3] - 2024-03-01 |
| 1011 | ### Fixed |
| 1012 | - Webhook class: avoid PHP warning with PHP 8.2 [#35996] |
| 1013 | |
| 1014 | ## [2.3.2] - 2024-02-26 |
| 1015 | ### Removed |
| 1016 | - Remove legacy options that are not needed anymore. [#35873] |
| 1017 | |
| 1018 | ## [2.3.1] - 2024-02-13 |
| 1019 | ### Changed |
| 1020 | - Updated package dependencies. [#35608] |
| 1021 | |
| 1022 | ## [2.3.0] - 2024-02-05 |
| 1023 | ### Added |
| 1024 | - Add rate limiter to the package versions endpoint calls. [#35379] |
| 1025 | |
| 1026 | ### Changed |
| 1027 | - Adjust 'get_site_id()' method to return null if there's no blog ID. [#35004] |
| 1028 | - Adjust 'get_site_id()' method to return null if there's no blog ID. [#35006] |
| 1029 | - Jetpack Connection: Add jetpack_package_versions to Sync [#35409] |
| 1030 | - Updated package dependencies. [#35384] |
| 1031 | |
| 1032 | ## [2.2.0] - 2024-01-18 |
| 1033 | ### Added |
| 1034 | - Adding support for IDC when site URL is an IP address. [#34753] |
| 1035 | |
| 1036 | ### Changed |
| 1037 | - Adjust 'get_site_id()' method to return null if there's no blog ID. [#34976] |
| 1038 | |
| 1039 | ## [2.1.1] - 2024-01-04 |
| 1040 | ### Changed |
| 1041 | - Updated package dependencies. [#34815] |
| 1042 | |
| 1043 | ## [2.1.0] - 2023-12-03 |
| 1044 | ### Added |
| 1045 | - Added the welcome banner to My Jetpack. [#34384] |
| 1046 | - Updated XMLRPC endpoint 'jetpack.idcUrlValidation' to accept an argument specifying whether to attempt reusing existing URL secret. [#34262] |
| 1047 | |
| 1048 | ### Changed |
| 1049 | - Updated package dependencies. [#34411] |
| 1050 | |
| 1051 | ## [2.0.3] - 2023-11-24 |
| 1052 | |
| 1053 | ## [2.0.2] - 2023-11-21 |
| 1054 | ### Changed |
| 1055 | - Replaced usage of strpos() with str_contains(). [#34137] |
| 1056 | |
| 1057 | ## [2.0.1] - 2023-11-21 |
| 1058 | |
| 1059 | ## [2.0.0] - 2023-11-20 |
| 1060 | ### Added |
| 1061 | - Confirm blog ID and access token were saved before proceeding with connection flow. [#34136] |
| 1062 | |
| 1063 | ### Changed |
| 1064 | - Replace usage of strpos() with str_starts_with(). [#34135] |
| 1065 | - Updated required PHP version to >= 7.0. [#34192] |
| 1066 | |
| 1067 | ### Fixed |
| 1068 | - Ensured that partner partners are passed on during the connection process, regardless of the plugin you use to connect. [#33832] |
| 1069 | |
| 1070 | ## [1.60.1] - 2023-11-14 |
| 1071 | ### Changed |
| 1072 | - Updated package dependencies. [#34093] |
| 1073 | |
| 1074 | ## [1.60.0] - 2023-11-13 |
| 1075 | ### Added |
| 1076 | - Added a 'source' query param to the Jetpack connect URL. [#33984] |
| 1077 | |
| 1078 | ## [1.59.0] - 2023-11-08 |
| 1079 | ### Added |
| 1080 | - Added a method to check if Jetpack is ready for uninstall cleanup. [#33920] |
| 1081 | |
| 1082 | ## [1.58.3] - 2023-11-03 |
| 1083 | ### Fixed |
| 1084 | - Make sure scheme history option is an array. [#33905] |
| 1085 | |
| 1086 | ## [1.58.2] - 2023-10-19 |
| 1087 | ### Changed |
| 1088 | - Updated package dependencies. [#33687] |
| 1089 | |
| 1090 | ## [1.58.1] - 2023-10-10 |
| 1091 | ### Changed |
| 1092 | - Updated package dependencies. [#33428] |
| 1093 | |
| 1094 | ## [1.58.0] - 2023-09-25 |
| 1095 | ### Added |
| 1096 | - Disallow private IP addresses for site connection. [#32898] |
| 1097 | |
| 1098 | ## [1.57.5] - 2023-09-19 |
| 1099 | |
| 1100 | - Minor internal updates. |
| 1101 | |
| 1102 | ## [1.57.4] - 2023-09-13 |
| 1103 | ### Fixed |
| 1104 | - Use JS to check if initial state is already rendered. [#32932] |
| 1105 | |
| 1106 | ## [1.57.3] - 2023-09-11 |
| 1107 | ### Changed |
| 1108 | - General: remove WP 6.1 backwards compatibility checks [#32772] |
| 1109 | |
| 1110 | ## [1.57.2] - 2023-09-04 |
| 1111 | ### Changed |
| 1112 | - Updated package dependencies. [#32803] |
| 1113 | |
| 1114 | ## [1.57.1] - 2023-08-23 |
| 1115 | ### Changed |
| 1116 | - Updated package dependencies. [#32605] |
| 1117 | |
| 1118 | ## [1.57.0] - 2023-08-21 |
| 1119 | ### Added |
| 1120 | - Better way to render initial state. [#32499] |
| 1121 | |
| 1122 | ## [1.56.1] - 2023-08-09 |
| 1123 | ### Changed |
| 1124 | - Updated package dependencies. [#32166] |
| 1125 | |
| 1126 | ### Removed |
| 1127 | - Tests: remove invalid tests for WP 6.3 [#32353] |
| 1128 | |
| 1129 | ## [1.56.0] - 2023-08-01 |
| 1130 | ### Added |
| 1131 | - Add a filter to modify response for the `jetpack.idcUrlValidation` endpoint, add unit test. [#32005] |
| 1132 | |
| 1133 | ## [1.55.0] - 2023-07-25 |
| 1134 | ### Added |
| 1135 | - Connection: lock tokens to prevent IDC during AIOWPM export. [#31883] |
| 1136 | |
| 1137 | ## [1.54.1] - 2023-07-18 |
| 1138 | ### Fixed |
| 1139 | - Pass Calypso environment during connection to redirect users to proper Calypso URL. [#31906] |
| 1140 | |
| 1141 | ## [1.54.0] - 2023-07-17 |
| 1142 | ### Added |
| 1143 | - Restore invalid connection owner ID. [#31618] |
| 1144 | |
| 1145 | ## [1.53.3] - 2023-07-11 |
| 1146 | ### Changed |
| 1147 | - Updated package dependencies. [#31785] |
| 1148 | |
| 1149 | ## [1.53.2] - 2023-07-05 |
| 1150 | ### Changed |
| 1151 | - Updated package dependencies. [#31659] |
| 1152 | |
| 1153 | ## [1.53.1] - 2023-06-23 |
| 1154 | ### Changed |
| 1155 | - Updated package dependencies. [#31468] |
| 1156 | |
| 1157 | ## [1.53.0] - 2023-06-19 |
| 1158 | ### Changed |
| 1159 | - Do not disconnect sites on WPCOM in Offline Mode. [#31305] |
| 1160 | |
| 1161 | ## [1.52.2] - 2023-06-06 |
| 1162 | ### Changed |
| 1163 | - Updated package dependencies. [#31129] |
| 1164 | |
| 1165 | ## [1.52.1] - 2023-05-29 |
| 1166 | ### Added |
| 1167 | - Include the user's email in data returned from WordPress.com Connected User data query [#30990] |
| 1168 | |
| 1169 | ## [1.52.0] - 2023-05-22 |
| 1170 | ### Added |
| 1171 | - Add Offline Mode flag into initial state. [#30570] |
| 1172 | |
| 1173 | ## [1.51.10] - 2023-05-18 |
| 1174 | ### Changed |
| 1175 | - PHP8 compatibility updates, mostly focusing on Jetpack. [#30714] |
| 1176 | |
| 1177 | ## [1.51.9] - 2023-05-15 |
| 1178 | ### Changed |
| 1179 | - Internal updates. |
| 1180 | |
| 1181 | ## [1.51.8] - 2023-05-02 |
| 1182 | ### Changed |
| 1183 | - Updated package dependencies. [#30375] |
| 1184 | |
| 1185 | ## [1.51.7] - 2023-04-10 |
| 1186 | ### Added |
| 1187 | - Add Jetpack Autoloader package suggestion. [#29988] |
| 1188 | |
| 1189 | ## [1.51.6] - 2023-04-04 |
| 1190 | ### Changed |
| 1191 | - Updated package dependencies. [#29854] |
| 1192 | |
| 1193 | ### Removed |
| 1194 | - Do not attempt to load non minified files since they are not shipped with the package anymore. [#29864] |
| 1195 | |
| 1196 | ## [1.51.5] - 2023-03-29 |
| 1197 | ### Changed |
| 1198 | - Minor internal updates. |
| 1199 | |
| 1200 | ## [1.51.4] - 2023-03-28 |
| 1201 | ### Changed |
| 1202 | - Minor internal updates. |
| 1203 | |
| 1204 | ## [1.51.3] - 2023-03-27 |
| 1205 | ### Fixed |
| 1206 | - Fix redirect allow-list for Calypso domain names. [#29671] |
| 1207 | |
| 1208 | ## [1.51.2] - 2023-03-20 |
| 1209 | ### Changed |
| 1210 | - Updated package dependencies. [#29471] |
| 1211 | |
| 1212 | ## [1.51.1] - 2023-03-08 |
| 1213 | ### Changed |
| 1214 | - Improve JS code in the connection owner removal notice. [#29087] |
| 1215 | - Updated package dependencies. [#29216] |
| 1216 | |
| 1217 | ## [1.51.0] - 2023-02-20 |
| 1218 | ### Changed |
| 1219 | - Moving deleting connection owner notice from JITM to Connection package. [#28516] |
| 1220 | |
| 1221 | ## [1.50.1] - 2023-02-15 |
| 1222 | ### Changed |
| 1223 | - Update to React 18. [#28710] |
| 1224 | |
| 1225 | ## [1.50.0] - 2023-02-07 |
| 1226 | ### Added |
| 1227 | - Call the Licensing package for license verification. |
| 1228 | |
| 1229 | ## [1.49.1] - 2023-01-25 |
| 1230 | ### Changed |
| 1231 | - Minor internal updates. |
| 1232 | |
| 1233 | ## [1.49.0] - 2023-01-11 |
| 1234 | ### Added |
| 1235 | - Add new method to get a connected site's blog ID. [#28208] |
| 1236 | |
| 1237 | ## [1.48.1] - 2022-12-27 |
| 1238 | ### Removed |
| 1239 | - Remove src/js files from final bundle [#27931] |
| 1240 | |
| 1241 | ## [1.48.0] - 2022-12-19 |
| 1242 | ### Changed |
| 1243 | - Provide user locale when fetching info about connected WordPress.com user. [#27928] |
| 1244 | - Update for PHP 8.2 compatibility. [#27949] |
| 1245 | |
| 1246 | ### Fixed |
| 1247 | - Declare fields for PHP 8.2 compatibility. [#27968] |
| 1248 | |
| 1249 | ## [1.47.1] - 2022-12-02 |
| 1250 | ### Changed |
| 1251 | - Updated package dependencies. [#27696] |
| 1252 | |
| 1253 | ## [1.47.0] - 2022-11-30 |
| 1254 | ### Added |
| 1255 | - Added full response logging for failed Sync data requests. [#27644] |
| 1256 | |
| 1257 | ## [1.46.4] - 2022-11-22 |
| 1258 | ### Changed |
| 1259 | - Updated package dependencies. [#27043] |
| 1260 | |
| 1261 | ## [1.46.3] - 2022-11-08 |
| 1262 | ### Changed |
| 1263 | - Updated package dependencies. [#27289] |
| 1264 | |
| 1265 | ## [1.46.2] - 2022-11-07 |
| 1266 | ### Changed |
| 1267 | - Updated package dependencies. [#27278] |
| 1268 | |
| 1269 | ## [1.46.1] - 2022-11-01 |
| 1270 | ### Changed |
| 1271 | - Updated package dependencies. |
| 1272 | |
| 1273 | ## [1.46.0] - 2022-10-25 |
| 1274 | ### Changed |
| 1275 | - Use blog token to unlink users from WPCOM. [#26705] |
| 1276 | |
| 1277 | ## [1.45.5] - 2022-10-25 |
| 1278 | ### Added |
| 1279 | - Connection: expose BlogId in the global state [#26978] |
| 1280 | |
| 1281 | ## [1.45.4] - 2022-10-13 |
| 1282 | ### Changed |
| 1283 | - Updated package dependencies. [#26791] |
| 1284 | |
| 1285 | ## [1.45.3] - 2022-10-05 |
| 1286 | ### Changed |
| 1287 | - Updated package dependencies. [#26568] |
| 1288 | |
| 1289 | ### Fixed |
| 1290 | - Clean connection errors after successful blog token restore. [#26489] |
| 1291 | |
| 1292 | ## [1.45.2] - 2022-09-21 |
| 1293 | ### Fixed |
| 1294 | - Check request body error type before creating wp error. [#26304] |
| 1295 | |
| 1296 | ## [1.45.1] - 2022-09-20 |
| 1297 | ### Fixed |
| 1298 | - Rename the initial state key to ensure compatibility with the JS package. [#26259] |
| 1299 | |
| 1300 | ## [1.45.0] - 2022-09-08 |
| 1301 | ### Changed |
| 1302 | - Add option to JP options [#25979] |
| 1303 | |
| 1304 | ## [1.44.0] - 2022-08-29 |
| 1305 | ### Added |
| 1306 | - Connection: verify REST API errors. |
| 1307 | |
| 1308 | ## [1.43.1] - 2022-08-25 |
| 1309 | ### Changed |
| 1310 | - Updated package dependencies. [#25814] |
| 1311 | |
| 1312 | ## [1.43.0] - 2022-08-23 |
| 1313 | ### Added |
| 1314 | - Added verified errors to the React initial state. [#25628] |
| 1315 | |
| 1316 | ### Fixed |
| 1317 | - Improved docs. [#25703] |
| 1318 | |
| 1319 | ## [1.42.0] - 2022-08-03 |
| 1320 | ### Changed |
| 1321 | - Refactoring to remove usage of deprecated methods and method arguments. [#25315] |
| 1322 | |
| 1323 | ### Deprecated |
| 1324 | - Removed deprecated method calls [#25300] |
| 1325 | |
| 1326 | ## [1.41.8] - 2022-07-29 |
| 1327 | |
| 1328 | - Updated package dependencies |
| 1329 | |
| 1330 | ## [1.41.7] - 2022-07-26 |
| 1331 | ### Changed |
| 1332 | - Updated package dependencies. [#25158] |
| 1333 | |
| 1334 | ### Fixed |
| 1335 | - Tokens: edit return doc to highlight possibility of returning WP_Error. [#25127] |
| 1336 | |
| 1337 | ## [1.41.6] - 2022-07-19 |
| 1338 | ### Changed |
| 1339 | - Updated package dependencies. |
| 1340 | |
| 1341 | ## [1.41.5] - 2022-07-12 |
| 1342 | ### Changed |
| 1343 | - Updated package dependencies. |
| 1344 | |
| 1345 | ## [1.41.4] - 2022-06-29 |
| 1346 | |
| 1347 | - Updated package dependencies. |
| 1348 | |
| 1349 | ## [1.41.3] - 2022-06-28 |
| 1350 | ### Fixed |
| 1351 | - Connection: fix fatal error due to undefined constant in remote_provision() |
| 1352 | |
| 1353 | ## [1.41.2] - 2022-06-28 |
| 1354 | ### Removed |
| 1355 | - Removed use of autounit tag [#24845] |
| 1356 | |
| 1357 | ## [1.41.1] - 2022-06-21 |
| 1358 | ### Changed |
| 1359 | - Renaming master to trunk. |
| 1360 | - Renaming `master` references to `trunk` |
| 1361 | |
| 1362 | ## [1.41.0] - 2022-06-14 |
| 1363 | ### Changed |
| 1364 | - Updated package dependencies. [#24529] |
| 1365 | |
| 1366 | ### Fixed |
| 1367 | - Fixed old tk_ai regex to accurately match tk_ai ids. [#24697] |
| 1368 | - Moved the connection_url_redirect action handling to the connection package. [#24529] |
| 1369 | |
| 1370 | ## [1.40.5] - 2022-06-08 |
| 1371 | ### Changed |
| 1372 | - Reorder JS imports for `import/order` eslint rule. [#24601] |
| 1373 | |
| 1374 | ## [1.40.4] - 2022-05-24 |
| 1375 | ### Added |
| 1376 | - Allow plugins to filter the list of available modules. Only activate and consider active modules that are available [#24454] |
| 1377 | |
| 1378 | ## [1.40.3] - 2022-05-19 |
| 1379 | ### Added |
| 1380 | - PHPCS updates. [#24418] |
| 1381 | |
| 1382 | ## [1.40.2] - 2022-05-18 |
| 1383 | ### Changed |
| 1384 | - Updated package dependencies [#24372] |
| 1385 | |
| 1386 | ### Fixed |
| 1387 | - Fix new PHPCS sniffs. [#24366] |
| 1388 | |
| 1389 | ## [1.40.1] - 2022-05-10 |
| 1390 | ### Added |
| 1391 | - Bundle and transpile JavaScript with Webpack. [#24216] |
| 1392 | |
| 1393 | ### Changed |
| 1394 | - Deprecate soft disconnect [#24105] |
| 1395 | |
| 1396 | ## [1.40.0] - 2022-05-04 |
| 1397 | ### Added |
| 1398 | - Connection: Expose wpVersion and siteSuffix in the global initial state var [#24137] |
| 1399 | |
| 1400 | ### Deprecated |
| 1401 | - Moved the options class into Connection. [#24095] |
| 1402 | |
| 1403 | ## [1.39.2] - 2022-05-19 |
| 1404 | ### Added |
| 1405 | - PHPCS updates. |
| 1406 | |
| 1407 | ## [1.39.1] - 2022-04-27 |
| 1408 | ### Fixed |
| 1409 | - Reverts soft disconnect deprecation |
| 1410 | |
| 1411 | ## [1.39.0] - 2022-04-26 |
| 1412 | ### Changed |
| 1413 | - Make remove_connection a proxy method to ensure all trackings are triggered |
| 1414 | - Updated package dependencies. |
| 1415 | |
| 1416 | ### Deprecated |
| 1417 | - Removed Heartbeat by hoisting it into Connection. |
| 1418 | |
| 1419 | ### Removed |
| 1420 | - Deprecated Soft disconnect |
| 1421 | |
| 1422 | ## [1.38.0] - 2022-04-19 |
| 1423 | ### Added |
| 1424 | - Added list of connected list to the connection initial state |
| 1425 | - Add token lock functionality. |
| 1426 | |
| 1427 | ### Changed |
| 1428 | - PHPCS: Fix `WordPress.Security.ValidatedSanitizedInput` |
| 1429 | |
| 1430 | ### Deprecated |
| 1431 | - Deprecated in-place connection. |
| 1432 | |
| 1433 | ## [1.37.6] - 2022-04-12 |
| 1434 | ### Changed |
| 1435 | - Updated package dependencies. |
| 1436 | |
| 1437 | ## [1.37.5] - 2022-04-06 |
| 1438 | ### Removed |
| 1439 | - Removed tracking dependency. |
| 1440 | |
| 1441 | ## [1.37.4] - 2022-04-05 |
| 1442 | ### Changed |
| 1443 | - Updated package dependencies. |
| 1444 | |
| 1445 | ## [1.37.3] - 2022-03-29 |
| 1446 | ### Changed |
| 1447 | - Microperformance: Use === null instead of is_null |
| 1448 | |
| 1449 | ### Fixed |
| 1450 | - Fix regression added to Jetpack webhooks handling |
| 1451 | |
| 1452 | ## [1.37.2] - 2022-03-23 |
| 1453 | ### Changed |
| 1454 | - Jetpack now relies on Connection Webooks for authorize and authorize_redirect actions |
| 1455 | |
| 1456 | ### Removed |
| 1457 | - Removed a reference to the terms-of-service package. |
| 1458 | |
| 1459 | ## [1.37.1] - 2022-03-15 |
| 1460 | ### Added |
| 1461 | - Handle the Authorization Redirect from the Connection package |
| 1462 | |
| 1463 | ## [1.37.0] - 2022-03-02 |
| 1464 | ### Added |
| 1465 | - Moved the ToS package to Connection. |
| 1466 | |
| 1467 | ## [1.36.4] - 2022-02-22 |
| 1468 | ### Changed |
| 1469 | - Updated package dependencies. |
| 1470 | |
| 1471 | ## [1.36.3] - 2022-02-16 |
| 1472 | ### Added |
| 1473 | - Add the 'jetpack_site_before_disconnected' action hook. |
| 1474 | |
| 1475 | ## [1.36.2] - 2022-02-09 |
| 1476 | ### Fixed |
| 1477 | - Fixed some new PHPCS warnings. |
| 1478 | |
| 1479 | ## [1.36.1] - 2022-01-25 |
| 1480 | ### Changed |
| 1481 | - Updated package dependencies. |
| 1482 | |
| 1483 | ## [1.36.0] - 2022-01-18 |
| 1484 | ### Added |
| 1485 | - Debugging: Add a filter to add XDEBUG_PROFILE to requests made to the sandbox. |
| 1486 | |
| 1487 | ## [1.35.0] - 2022-01-13 |
| 1488 | ### Changed |
| 1489 | - Added user data to initial state |
| 1490 | |
| 1491 | ## [1.34.0] - 2022-01-04 |
| 1492 | ### Added |
| 1493 | - Jetpack Connection: Added fallback for keeping `jetpack_connection_active_plugins` consistent on WPCOM when Sync is not present. |
| 1494 | |
| 1495 | ### Changed |
| 1496 | - Switch to pcov for code coverage. |
| 1497 | - Updated package dependencies |
| 1498 | - Updated package textdomain from `jetpack` to `jetpack-connection`. |
| 1499 | |
| 1500 | ## [1.33.0] - 2021-12-14 |
| 1501 | ### Changed |
| 1502 | - Jetpack Connection: handle package versions on site registration. |
| 1503 | |
| 1504 | ## [1.32.0] - 2021-11-30 |
| 1505 | ### Added |
| 1506 | - Added a way to set the has_seen_wc_connection_modal option from the API |
| 1507 | - Provides an Initial State that can be used by JS packages |
| 1508 | |
| 1509 | ### Changed |
| 1510 | - Updated package dependencies. |
| 1511 | |
| 1512 | ## [1.31.0] - 2021-11-22 |
| 1513 | ### Added |
| 1514 | - Added plugin_slug parameter to the v4/register endpoint |
| 1515 | |
| 1516 | ### Changed |
| 1517 | - Updated package dependencies |
| 1518 | |
| 1519 | ## [1.30.13] - 2021-11-09 |
| 1520 | ### Fixed |
| 1521 | - Fix PHP 8.1 deprecation warning. |
| 1522 | |
| 1523 | ## [1.30.12] - 2021-11-02 |
| 1524 | ### Added |
| 1525 | - Client: add IDC query args to remote requests |
| 1526 | |
| 1527 | ### Changed |
| 1528 | - Set `convertDeprecationsToExceptions` true in PHPUnit config. |
| 1529 | - Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't. |
| 1530 | |
| 1531 | ## [1.30.11] - 2021-10-26 |
| 1532 | ### Changed |
| 1533 | - Change the error code returned when a remoteRegister XMLRPC call is executed to the more helpful "already_registered" when the blog is already registered |
| 1534 | - Updated package dependencies. |
| 1535 | |
| 1536 | ## [1.30.10] - 2021-10-19 |
| 1537 | ### Deprecated |
| 1538 | - General: remove numerous long-deprecated functions. |
| 1539 | |
| 1540 | ### Fixed |
| 1541 | - Fix permission check for authorization_url endpoint. |
| 1542 | |
| 1543 | ## [1.30.9] - 2021-10-13 |
| 1544 | ### Changed |
| 1545 | - Updated package dependencies. |
| 1546 | |
| 1547 | ## [1.30.8] - 2021-10-12 |
| 1548 | ### Added |
| 1549 | - Add a new action to the Client::remote_request method, jetpack_received_remote_request_response |
| 1550 | |
| 1551 | ### Changed |
| 1552 | - Updated package dependencies |
| 1553 | |
| 1554 | ## [1.30.7] - 2021-10-04 |
| 1555 | ### Added |
| 1556 | - Sandbox Server: add the sandbox-server class to the connection package. |
| 1557 | |
| 1558 | ## [1.30.6] - 2021-09-30 |
| 1559 | ### Changed |
| 1560 | - Moved the Package Tracker execution to the shutdown hook for performance improvement. |
| 1561 | |
| 1562 | ## [1.30.5] - 2021-09-28 |
| 1563 | ### Changed |
| 1564 | - Package Version Tracker: send package versions to wpcom on the init hook instead of plugins_loaded |
| 1565 | - Updated package dependencies. |
| 1566 | |
| 1567 | ### Fixed |
| 1568 | - Load WordPress's IXR classes on demand. |
| 1569 | |
| 1570 | ## [1.30.4] - 2021-09-02 |
| 1571 | ### Fixed |
| 1572 | - Remove invalid user token before reconnect. |
| 1573 | |
| 1574 | ## [1.30.3] - 2021-08-30 |
| 1575 | ### Added |
| 1576 | - Limit repeated failed attempts to update remote DNA package versions. |
| 1577 | |
| 1578 | ### Changed |
| 1579 | - Make sure generated secrets have the required length |
| 1580 | - Remove tracked package versions when disconnecting the site. |
| 1581 | - Run composer update on test-php command instead of phpunit |
| 1582 | - Tests: update PHPUnit polyfills dependency (yoast/phpunit-polyfills). |
| 1583 | - update annotations versions |
| 1584 | |
| 1585 | ## [1.30.2] - 2021-08-12 |
| 1586 | ### Added |
| 1587 | - Add package version tracking. |
| 1588 | |
| 1589 | ## [1.30.1] - 2021-07-27 |
| 1590 | ### Added |
| 1591 | - Add a package version constant. |
| 1592 | |
| 1593 | ### Changed |
| 1594 | - Move connection/data endpoint to Connection package. |
| 1595 | - Move site disconnection endpoint to Connection package. |
| 1596 | |
| 1597 | ### Fixed |
| 1598 | - Fix `@covers` directives in tests. |
| 1599 | |
| 1600 | ## [1.30.0] - 2021-07-13 |
| 1601 | ### Added |
| 1602 | - Added second parameter to Tokens::get_connected_users to allow any connected user to be returned. |
| 1603 | |
| 1604 | ### Changed |
| 1605 | - Moved the get_connected_users logic back to the Manager class |
| 1606 | |
| 1607 | ## [1.29.0] - 2021-06-29 |
| 1608 | ### Changed |
| 1609 | - Implement disconnect_site function. |
| 1610 | - Updated package dependencies. |
| 1611 | |
| 1612 | ## [1.28.0] - 2021-06-15 |
| 1613 | ### Added |
| 1614 | - Added Urls class, migrated from Sync Functions. |
| 1615 | - Adding new REST endpoint /jetpack/v4/user-token that allows us to add/update user tokens remotely. |
| 1616 | - Add new 'connection/authorize_url' endpoint. |
| 1617 | - Adds information received from the server to the register_site REST response. |
| 1618 | - Enable site-level authentication (blog token) for REST API endpoints. |
| 1619 | - Move 'connection/owner' endpoint to Connection package. |
| 1620 | |
| 1621 | ## [1.27.0] - 2021-05-25 |
| 1622 | ### Added |
| 1623 | - Add "isUserConnected" to the connection status data. |
| 1624 | - Connection: add the default value of JETPACK__WPCOM_JSON_API_BASE to the Connection Utils class. |
| 1625 | |
| 1626 | ### Changed |
| 1627 | - Connection package independence: Move a Jetpack specfic connection routine out of the package and into the plugin |
| 1628 | - Package Independence: Add a filter to the remote_uri returned by remote_register XMLRPC method |
| 1629 | |
| 1630 | ### Removed |
| 1631 | - Removed "user-less" jargon from code |
| 1632 | - Remove do_post_authorization routine and add a hook instead |
| 1633 | - Remove onboarding_token logic in the Remote provision XMLRPC method from the Connection package and add it to the Jetpack plugin |
| 1634 | |
| 1635 | ### Fixed |
| 1636 | - Disconnection flow: disconnect users from WordPress.com before to delete data locally. |
| 1637 | |
| 1638 | ## [1.26.0] - 2021-04-27 |
| 1639 | ### Added |
| 1640 | - Adds segmentation "from" parameter to the registration flow |
| 1641 | - Connection: moving the registration REST endpoint to the package. |
| 1642 | |
| 1643 | ### Changed |
| 1644 | - Added "userless" parameter to the authorization URL. |
| 1645 | - Updated package dependencies. |
| 1646 | |
| 1647 | ## [1.25.2] - 2021-04-13 |
| 1648 | ### Fixed |
| 1649 | - Connection: nonce cleanup safeguard against accidental option removal. |
| 1650 | |
| 1651 | ## [1.25.1] - 2021-04-08 |
| 1652 | ### Fixed |
| 1653 | - Avoid determine_current_user going through infinite loops |
| 1654 | - Tokens: Fix token validation logic. |
| 1655 | |
| 1656 | ## [1.25.0] - 2021-03-30 |
| 1657 | ### Added |
| 1658 | - Add new test for blog token health to support user-less sites |
| 1659 | - Composer alias for dev-master, to improve dependencies |
| 1660 | |
| 1661 | ### Changed |
| 1662 | - API Nonces: performance optimization and refactoring |
| 1663 | - Replace is_active usage towards gradually deprecating it. |
| 1664 | - Do not use is_active to determine the XMLRPC methods that should be registered |
| 1665 | - Make connected_plugins REST endpoint available for the Jetpack Debugger |
| 1666 | - Move Jetpack specific XMLRPC methods from the Connection package into the plugin |
| 1667 | - Update package dependencies. |
| 1668 | - User-less connection: Reconnect without asking the user to connect their WPCOM account |
| 1669 | |
| 1670 | ### Deprecated |
| 1671 | - add deprecation notice and remove user-less check in is_active |
| 1672 | |
| 1673 | ### Fixed |
| 1674 | - Only check offline mode when needed in map_meta_cap filters |
| 1675 | - Use `composer update` rather than `install` in scripts, as composer.lock isn't checked in. |
| 1676 | |
| 1677 | ## [1.24.0] - 2021-02-23 |
| 1678 | |
| 1679 | - Refactor secrets and tokens |
| 1680 | - User-less connection: Restrict first connection to admins only |
| 1681 | - Connection: Prevent pointless calls to the test API |
| 1682 | - CI: Make tests more generic |
| 1683 | - Connection: extracting the Jetpack's authorization webhook |
| 1684 | - codesniffer: Update mediawiki-codesniffer dep to v35.0 |
| 1685 | |
| 1686 | ## [1.23.2] - 2021-02-08 |
| 1687 | |
| 1688 | - Connection: Prevent pointless calls to the test API |
| 1689 | |
| 1690 | ## [1.23.1] - 2021-01-28 |
| 1691 | |
| 1692 | - Update dependencies to latest stable |
| 1693 | |
| 1694 | ## [1.23.0] - 2021-01-26 |
| 1695 | |
| 1696 | - Sync Concurrency / Race Conditions |
| 1697 | - Add mirror-repo information to all current composer packages |
| 1698 | - Mirroring: Fix auth, attempt 2 |
| 1699 | - Monorepo: Reorganize all projects |
| 1700 | |
| 1701 | ## [1.22.0] - 2021-01-05 |
| 1702 | |
| 1703 | - Connection: setting valid connection owner. |
| 1704 | - userless testing mode: do not discard user tokens |
| 1705 | - Pin dependencies |
| 1706 | - Packages: Update for PHP 8 testing |
| 1707 | - Connection: New methods and tests to the manager |
| 1708 | - Connection: refreshing connected plugin storage on multisite networks |
| 1709 | - Build: migrate from Travis to GH Actions |
| 1710 | - fix typos and add section to error handling docs |
| 1711 | |
| 1712 | ## [1.21.1] - 2020-11-24 |
| 1713 | |
| 1714 | - Version packages for release |
| 1715 | |
| 1716 | ## [1.21.0] - 2020-11-24 |
| 1717 | |
| 1718 | - Handle empty SERVER_PORT information on signature checks |
| 1719 | - Fix remaining phpcs warnings in most of requirelist |
| 1720 | - Add the no_user_testing mode |
| 1721 | - Clarified error message for non-writable options table. |
| 1722 | - Pass HTTP POST when making a wp.com api request |
| 1723 | |
| 1724 | ## [1.20.0] - 2020-10-29 |
| 1725 | |
| 1726 | - Connection: Plugin Tracking |
| 1727 | - Connection Package: Ensure a text/xml header is set |
| 1728 | - Updated PHPCS: Packages and Debugger |
| 1729 | |
| 1730 | ## [1.19.2] - 2020-11-05 |
| 1731 | |
| 1732 | - Pass HTTP POST when making a wp.com api request |
| 1733 | |
| 1734 | ## [1.19.1] - 2020-10-29 |
| 1735 | |
| 1736 | - Connection: Plugin Tracking |
| 1737 | |
| 1738 | ## [1.19.0] - 2020-10-27 |
| 1739 | |
| 1740 | - Connection Errors: Tracking additional error data |
| 1741 | - Replaced intval() with (int) as part of issue #17432. |
| 1742 | - Replaced strval() with type casting (string) as part of issue #17432. |
| 1743 | - Connection: Add wp.com function |
| 1744 | - Instagram oEmbed: Simplify |
| 1745 | - Client: Extract `validate_args_for_wpcom_json_api_request` helper. |
| 1746 | - Connection: add the constant filter hooks directly |
| 1747 | - Make XMLRPC methods available for blog token |
| 1748 | - API Nonces: Revert of the Runtime Cleanup. |
| 1749 | - PHPCS: Update directory structure, and modernize class usage |
| 1750 | - deprecates JETPACK_MASTER_USER and adds linter |
| 1751 | - API: Remove the constant `JETPACK_CLIENT__HTTPS`. |
| 1752 | |
| 1753 | ## [1.18.4] - 2020-10-14 |
| 1754 | |
| 1755 | - Connection: Add wp.com function |
| 1756 | |
| 1757 | ## [1.18.3] - 2020-10-09 |
| 1758 | |
| 1759 | - Connection: add the constant filter hooks directly |
| 1760 | |
| 1761 | ## [1.18.2] - 2020-10-06 |
| 1762 | |
| 1763 | - API Nonces: Revert of the Runtime Cleanup. |
| 1764 | |
| 1765 | ## [1.18.1] - 2020-10-01 |
| 1766 | |
| 1767 | - deprecates JETPACK_MASTER_USER and adds linter |
| 1768 | |
| 1769 | ## [1.18.0] - 2020-09-29 |
| 1770 | |
| 1771 | - API Nonces: Runtime cleanup |
| 1772 | - Packages: update list of files distributed in production packages |
| 1773 | - Connection: Add success message on completed partial reconnection |
| 1774 | - Jetpack_IXR_ClientMulticall: Fix sort_calls() producing undefined relative order between equal items |
| 1775 | - Connection: Initializing default constants for the REST authorization. |
| 1776 | - Trigger action jetpack_user_authorize after we save the token |
| 1777 | - Partial reconnect: Cleanup redundant actions |
| 1778 | - Signature Class: Adds support for nested query strings |
| 1779 | |
| 1780 | ## [1.17.2] - 2020-09-16 |
| 1781 | |
| 1782 | - Connection: Initializing default constants for the REST authorization. |
| 1783 | |
| 1784 | ## [1.17.1] - 2020-09-09 |
| 1785 | |
| 1786 | - Update dependencies to latest stable |
| 1787 | |
| 1788 | ## [1.17.0] - 2020-08-26 |
| 1789 | |
| 1790 | - Connection: move the rest authentication methods to the connection package |
| 1791 | - Connection: use heartbeat to send connected plugins info |
| 1792 | - clear xmlrpc error on site disconnect |
| 1793 | - add new features to debug helper |
| 1794 | - remove no longer needed check |
| 1795 | - disable xmlrpc errors out of JP dashboard |
| 1796 | - Connection REST API: Unit test for the `remote_authorize` request. |
| 1797 | - Simplify error notices for broken connections |
| 1798 | - Unit Tests: Fixing a failing `remote_authorize` test. |
| 1799 | - Reconnect Process: Partial Reconnect |
| 1800 | - Packages: Update filenames after #16810 |
| 1801 | - CI: Try collect js coverage |
| 1802 | - Docker: Add package testing shortcut |
| 1803 | - Remove usages of removed HTTP_RAW_POST_DATA |
| 1804 | - adds tracking for deleted but active master users |
| 1805 | - New class to handle async XML-RPC requests |
| 1806 | - Connection Register: Add current user email to connection register request |
| 1807 | |
| 1808 | ## [1.15.2] - 2020-08-10 |
| 1809 | |
| 1810 | - Connection Register: Add current user email to connection register request |
| 1811 | |
| 1812 | ## [1.15.1] - 2020-08-10 |
| 1813 | |
| 1814 | - adds tracking for deleted but active master users |
| 1815 | |
| 1816 | ## [1.15.0] - 2020-07-28 |
| 1817 | |
| 1818 | - Core Compat: Site Environment |
| 1819 | - Reconnect Notice: In-place Reconnect |
| 1820 | - add messages for some common connection errors |
| 1821 | - REST API: Move some endpoints to `jetpack-connection` package. |
| 1822 | - REST API: Add permission callback to all that lack one. |
| 1823 | - Secondary user in-place connection flow |
| 1824 | - Tests: Update WorDBless location |
| 1825 | - Connection Errors: Clear when there's a successful request to /sites |
| 1826 | - Connection: add unit tests for is_registered |
| 1827 | - only display connection errors to allowed users |
| 1828 | |
| 1829 | ## [1.14.2] - 2020-07-06 |
| 1830 | |
| 1831 | - Connection Errors: Clear when there's a successful request to /sites |
| 1832 | |
| 1833 | ## [1.14.1] - 2020-07-01 |
| 1834 | |
| 1835 | - only display connection errors to allowed users |
| 1836 | |
| 1837 | ## [1.14.0] - 2020-06-30 |
| 1838 | |
| 1839 | - Jetpack_XMLRPC_Server: set up jsonAPI and testConnection endpoint when Jetpack is active |
| 1840 | - Connection Error Handling |
| 1841 | - Connection: Update XMLRPC overload |
| 1842 | - Connection: move connection custom caps to the Connection package |
| 1843 | - Connection package: Don't throw warnings if the database is corrupted somehow |
| 1844 | - Check blog token when computing is_registered |
| 1845 | - Connection: add the api_constant filter before setup_xmlrpc_handlers is called |
| 1846 | - Connection Package: Soft Disconnects |
| 1847 | - Remove usage of the Jetpack_Error class in the connection package |
| 1848 | - Connection: Fix issue where ABSPATH not included with register |
| 1849 | |
| 1850 | ## [1.13.1] - 2020-06-01 |
| 1851 | |
| 1852 | - Connection: Fix issue where ABSPATH not included with register |
| 1853 | |
| 1854 | ## [1.13.0] - 2020-05-26 |
| 1855 | |
| 1856 | - Store the list of active plugins that uses connection in an option |
| 1857 | - Connection: increase timeout on the token request |
| 1858 | - Connection Package: Handle disconnections gracefully |
| 1859 | |
| 1860 | ## [1.12.0] - 2020-04-28 |
| 1861 | |
| 1862 | - Correct inline documentation "Array" type |
| 1863 | - Use jp.com redirect in all links |
| 1864 | - Docs: Update the Connection Manager namespace, a minor typo |
| 1865 | - Connection: add a filter for setting Jetpack api constants |
| 1866 | |
| 1867 | ## [1.11.0] - 2020-03-31 |
| 1868 | |
| 1869 | - Update dependencies to latest stable |
| 1870 | |
| 1871 | ## [1.10.0] - 2020-03-31 |
| 1872 | |
| 1873 | - Connection: move post authorization work to package |
| 1874 | |
| 1875 | ## [1.9.0] - 2020-02-25 |
| 1876 | |
| 1877 | ## [1.8.3] - 2020-02-14 |
| 1878 | |
| 1879 | ## [1.8.2] - 2020-02-12 |
| 1880 | |
| 1881 | ## [1.8.1] - 2020-02-12 |
| 1882 | |
| 1883 | - Added a specific filter to enable iframe authorization API URL. |
| 1884 | - Added better defaults for the connection package. |
| 1885 | |
| 1886 | ## [1.8.0] - 2020-01-27 |
| 1887 | |
| 1888 | - Connection\Utils: Add a new function which provides the Jetpack API version |
| 1889 | - Connection\Manager: Use jetpack_master_user class constant |
| 1890 | |
| 1891 | ## [1.7.2] - 2020-01-20 |
| 1892 | |
| 1893 | - Move connection manager related logic to after plugins_loaded. |
| 1894 | |
| 1895 | ## [1.7.1] - 2020-01-14 |
| 1896 | |
| 1897 | - Packages: Various improvements for wp.com or self-contained consumers |
| 1898 | |
| 1899 | ## [1.7.0] - 2019-11-26 |
| 1900 | |
| 1901 | - Connection package: Add new methods to for disconnecting/delet… |
| 1902 | |
| 1903 | ## [1.6.1] - 2019-11-25 |
| 1904 | |
| 1905 | - Connection: Loose Comparison for Port Number in Signatures |
| 1906 | |
| 1907 | ## [1.6.0] - 2019-11-19 |
| 1908 | |
| 1909 | ## [1.5.0] - 2019-11-15 |
| 1910 | |
| 1911 | - Removed Jetpack references in the IXR client. |
| 1912 | - Connection: Move get_token() to Connection package |
| 1913 | |
| 1914 | ## [1.4.0] - 2019-11-15 |
| 1915 | |
| 1916 | - Add connection authentication URL. |
| 1917 | - Connection: Move the authorize() method to the connection package |
| 1918 | - Connection: Move update_user_token to the Connection package |
| 1919 | - Connection: Set the value of user_id in Manager::generate_secrets |
| 1920 | |
| 1921 | ## [1.3.1] - 2019-11-08 |
| 1922 | |
| 1923 | - Packages: Use classmap instead of PSR-4 |
| 1924 | - Moved tracking code to the Tracking file. |
| 1925 | |
| 1926 | ## [1.3.0] - 2019-11-08 |
| 1927 | |
| 1928 | - Move fix_url_for_bad_hosts from Jetpack class to Connection pa… |
| 1929 | |
| 1930 | ## [1.2.0] - 2019-11-07 |
| 1931 | |
| 1932 | - Connection: call verify_secrets() in verify_action() |
| 1933 | |
| 1934 | ## [1.1.0] - 2019-10-31 |
| 1935 | |
| 1936 | - Adds filter capability to the api_url method. |
| 1937 | |
| 1938 | ## [1.0.7] - 2019-10-28 |
| 1939 | |
| 1940 | - Packages: Add gitattributes files to all packages that need th… |
| 1941 | - Replace parse_url with wp_parse_url |
| 1942 | |
| 1943 | ## [1.0.6] - 2019-10-07 |
| 1944 | |
| 1945 | - Update dependency phpcompatibility/phpcompatibility-wp to v2.1.0 |
| 1946 | |
| 1947 | ## [1.0.5] - 2019-09-26 |
| 1948 | |
| 1949 | - XMLRPC: Fires clean_nonce action in all cases |
| 1950 | |
| 1951 | ## [1.0.4] - 2019-09-24 |
| 1952 | |
| 1953 | - Connection: Make sure port is an integer |
| 1954 | |
| 1955 | ## [1.0.3] - 2019-09-23 |
| 1956 | |
| 1957 | - Moves unreachable code to where it would be run. |
| 1958 | - Connection: Deprecate Manager interface |
| 1959 | |
| 1960 | ## [1.0.2] - 2019-09-23 |
| 1961 | |
| 1962 | - Connection: Fix all PHPCS errors in the connection package |
| 1963 | |
| 1964 | ## [1.0.1] - 2019-09-20 |
| 1965 | |
| 1966 | - Various: Remove pre-PHP 5.6 shims and fallbacks |
| 1967 | - Store "Assumed site creation date" in transient |
| 1968 | - Sync: Move sync_object XML-RPC method from connection to sync |
| 1969 | - Connection: Fix PHPCS errors in Jetpack_Signature |
| 1970 | - Docs: Unify usage of @package phpdoc tags |
| 1971 | - Janitorial: Remove the leading backslash from namespaces |
| 1972 | |
| 1973 | ## 1.0.0 - 2019-09-14 |
| 1974 | |
| 1975 | - Separate the connection library into its own package. |
| 1976 | |
| 1977 | [8.8.2]: https://github.com/Automattic/jetpack-connection/compare/v8.8.1...v8.8.2 |
| 1978 | [8.8.1]: https://github.com/Automattic/jetpack-connection/compare/v8.8.0...v8.8.1 |
| 1979 | [8.8.0]: https://github.com/Automattic/jetpack-connection/compare/v8.7.10...v8.8.0 |
| 1980 | [8.7.10]: https://github.com/Automattic/jetpack-connection/compare/v8.7.9...v8.7.10 |
| 1981 | [8.7.9]: https://github.com/Automattic/jetpack-connection/compare/v8.7.8...v8.7.9 |
| 1982 | [8.7.8]: https://github.com/Automattic/jetpack-connection/compare/v8.7.7...v8.7.8 |
| 1983 | [8.7.7]: https://github.com/Automattic/jetpack-connection/compare/v8.7.6...v8.7.7 |
| 1984 | [8.7.6]: https://github.com/Automattic/jetpack-connection/compare/v8.7.5...v8.7.6 |
| 1985 | [8.7.5]: https://github.com/Automattic/jetpack-connection/compare/v8.7.4...v8.7.5 |
| 1986 | [8.7.4]: https://github.com/Automattic/jetpack-connection/compare/v8.7.3...v8.7.4 |
| 1987 | [8.7.3]: https://github.com/Automattic/jetpack-connection/compare/v8.7.2...v8.7.3 |
| 1988 | [8.7.2]: https://github.com/Automattic/jetpack-connection/compare/v8.7.1...v8.7.2 |
| 1989 | [8.7.1]: https://github.com/Automattic/jetpack-connection/compare/v8.7.0...v8.7.1 |
| 1990 | [8.7.0]: https://github.com/Automattic/jetpack-connection/compare/v8.6.1...v8.7.0 |
| 1991 | [8.6.1]: https://github.com/Automattic/jetpack-connection/compare/v8.6.0...v8.6.1 |
| 1992 | [8.6.0]: https://github.com/Automattic/jetpack-connection/compare/v8.5.6...v8.6.0 |
| 1993 | [8.5.6]: https://github.com/Automattic/jetpack-connection/compare/v8.5.5...v8.5.6 |
| 1994 | [8.5.5]: https://github.com/Automattic/jetpack-connection/compare/v8.5.4...v8.5.5 |
| 1995 | [8.5.4]: https://github.com/Automattic/jetpack-connection/compare/v8.5.3...v8.5.4 |
| 1996 | [8.5.3]: https://github.com/Automattic/jetpack-connection/compare/v8.5.2...v8.5.3 |
| 1997 | [8.5.2]: https://github.com/Automattic/jetpack-connection/compare/v8.5.1...v8.5.2 |
| 1998 | [8.5.1]: https://github.com/Automattic/jetpack-connection/compare/v8.5.0...v8.5.1 |
| 1999 | [8.5.0]: https://github.com/Automattic/jetpack-connection/compare/v8.4.0...v8.5.0 |
| 2000 | [8.4.0]: https://github.com/Automattic/jetpack-connection/compare/v8.3.7...v8.4.0 |
| 2001 | [8.3.7]: https://github.com/Automattic/jetpack-connection/compare/v8.3.6...v8.3.7 |
| 2002 | [8.3.6]: https://github.com/Automattic/jetpack-connection/compare/v8.3.5...v8.3.6 |
| 2003 | [8.3.5]: https://github.com/Automattic/jetpack-connection/compare/v8.3.4...v8.3.5 |
| 2004 | [8.3.4]: https://github.com/Automattic/jetpack-connection/compare/v8.3.3...v8.3.4 |
| 2005 | [8.3.3]: https://github.com/Automattic/jetpack-connection/compare/v8.3.2...v8.3.3 |
| 2006 | [8.3.2]: https://github.com/Automattic/jetpack-connection/compare/v8.3.1...v8.3.2 |
| 2007 | [8.3.1]: https://github.com/Automattic/jetpack-connection/compare/v8.3.0...v8.3.1 |
| 2008 | [8.3.0]: https://github.com/Automattic/jetpack-connection/compare/v8.2.2...v8.3.0 |
| 2009 | [8.2.2]: https://github.com/Automattic/jetpack-connection/compare/v8.2.1...v8.2.2 |
| 2010 | [8.2.1]: https://github.com/Automattic/jetpack-connection/compare/v8.2.0...v8.2.1 |
| 2011 | [8.2.0]: https://github.com/Automattic/jetpack-connection/compare/v8.1.0...v8.2.0 |
| 2012 | [8.1.0]: https://github.com/Automattic/jetpack-connection/compare/v8.0.5...v8.1.0 |
| 2013 | [8.0.5]: https://github.com/Automattic/jetpack-connection/compare/v8.0.4...v8.0.5 |
| 2014 | [8.0.4]: https://github.com/Automattic/jetpack-connection/compare/v8.0.3...v8.0.4 |
| 2015 | [8.0.3]: https://github.com/Automattic/jetpack-connection/compare/v8.0.2...v8.0.3 |
| 2016 | [8.0.2]: https://github.com/Automattic/jetpack-connection/compare/v8.0.1...v8.0.2 |
| 2017 | [8.0.1]: https://github.com/Automattic/jetpack-connection/compare/v8.0.0...v8.0.1 |
| 2018 | [8.0.0]: https://github.com/Automattic/jetpack-connection/compare/v7.1.1...v8.0.0 |
| 2019 | [7.1.1]: https://github.com/Automattic/jetpack-connection/compare/v7.1.0...v7.1.1 |
| 2020 | [7.1.0]: https://github.com/Automattic/jetpack-connection/compare/v7.0.3...v7.1.0 |
| 2021 | [7.0.3]: https://github.com/Automattic/jetpack-connection/compare/v7.0.2...v7.0.3 |
| 2022 | [7.0.2]: https://github.com/Automattic/jetpack-connection/compare/v7.0.1...v7.0.2 |
| 2023 | [7.0.1]: https://github.com/Automattic/jetpack-connection/compare/v7.0.0...v7.0.1 |
| 2024 | [7.0.0]: https://github.com/Automattic/jetpack-connection/compare/v6.20.5...v7.0.0 |
| 2025 | [6.20.5]: https://github.com/Automattic/jetpack-connection/compare/v6.20.4...v6.20.5 |
| 2026 | [6.20.4]: https://github.com/Automattic/jetpack-connection/compare/v6.20.3...v6.20.4 |
| 2027 | [6.20.3]: https://github.com/Automattic/jetpack-connection/compare/v6.20.2...v6.20.3 |
| 2028 | [6.20.2]: https://github.com/Automattic/jetpack-connection/compare/v6.20.1...v6.20.2 |
| 2029 | [6.20.1]: https://github.com/Automattic/jetpack-connection/compare/v6.20.0...v6.20.1 |
| 2030 | [6.20.0]: https://github.com/Automattic/jetpack-connection/compare/v6.19.13...v6.20.0 |
| 2031 | [6.19.13]: https://github.com/Automattic/jetpack-connection/compare/v6.19.12...v6.19.13 |
| 2032 | [6.19.12]: https://github.com/Automattic/jetpack-connection/compare/v6.19.11...v6.19.12 |
| 2033 | [6.19.11]: https://github.com/Automattic/jetpack-connection/compare/v6.19.10...v6.19.11 |
| 2034 | [6.19.10]: https://github.com/Automattic/jetpack-connection/compare/v6.19.9...v6.19.10 |
| 2035 | [6.19.9]: https://github.com/Automattic/jetpack-connection/compare/v6.19.8...v6.19.9 |
| 2036 | [6.19.8]: https://github.com/Automattic/jetpack-connection/compare/v6.19.7...v6.19.8 |
| 2037 | [6.19.7]: https://github.com/Automattic/jetpack-connection/compare/v6.19.6...v6.19.7 |
| 2038 | [6.19.6]: https://github.com/Automattic/jetpack-connection/compare/v6.19.5...v6.19.6 |
| 2039 | [6.19.5]: https://github.com/Automattic/jetpack-connection/compare/v6.19.4...v6.19.5 |
| 2040 | [6.19.4]: https://github.com/Automattic/jetpack-connection/compare/v6.19.3...v6.19.4 |
| 2041 | [6.19.3]: https://github.com/Automattic/jetpack-connection/compare/v6.19.2...v6.19.3 |
| 2042 | [6.19.2]: https://github.com/Automattic/jetpack-connection/compare/v6.19.1...v6.19.2 |
| 2043 | [6.19.1]: https://github.com/Automattic/jetpack-connection/compare/v6.19.0...v6.19.1 |
| 2044 | [6.19.0]: https://github.com/Automattic/jetpack-connection/compare/v6.18.14...v6.19.0 |
| 2045 | [6.18.14]: https://github.com/Automattic/jetpack-connection/compare/v6.18.13...v6.18.14 |
| 2046 | [6.18.13]: https://github.com/Automattic/jetpack-connection/compare/v6.18.12...v6.18.13 |
| 2047 | [6.18.12]: https://github.com/Automattic/jetpack-connection/compare/v6.18.11...v6.18.12 |
| 2048 | [6.18.11]: https://github.com/Automattic/jetpack-connection/compare/v6.18.10...v6.18.11 |
| 2049 | [6.18.10]: https://github.com/Automattic/jetpack-connection/compare/v6.18.9...v6.18.10 |
| 2050 | [6.18.9]: https://github.com/Automattic/jetpack-connection/compare/v6.18.8...v6.18.9 |
| 2051 | [6.18.8]: https://github.com/Automattic/jetpack-connection/compare/v6.18.7...v6.18.8 |
| 2052 | [6.18.7]: https://github.com/Automattic/jetpack-connection/compare/v6.18.6...v6.18.7 |
| 2053 | [6.18.6]: https://github.com/Automattic/jetpack-connection/compare/v6.18.5...v6.18.6 |
| 2054 | [6.18.5]: https://github.com/Automattic/jetpack-connection/compare/v6.18.4...v6.18.5 |
| 2055 | [6.18.4]: https://github.com/Automattic/jetpack-connection/compare/v6.18.3...v6.18.4 |
| 2056 | [6.18.3]: https://github.com/Automattic/jetpack-connection/compare/v6.18.2...v6.18.3 |
| 2057 | [6.18.2]: https://github.com/Automattic/jetpack-connection/compare/v6.18.1...v6.18.2 |
| 2058 | [6.18.1]: https://github.com/Automattic/jetpack-connection/compare/v6.18.0...v6.18.1 |
| 2059 | [6.18.0]: https://github.com/Automattic/jetpack-connection/compare/v6.17.2...v6.18.0 |
| 2060 | [6.17.2]: https://github.com/Automattic/jetpack-connection/compare/v6.17.1...v6.17.2 |
| 2061 | [6.17.1]: https://github.com/Automattic/jetpack-connection/compare/v6.17.0...v6.17.1 |
| 2062 | [6.17.0]: https://github.com/Automattic/jetpack-connection/compare/v6.16.2...v6.17.0 |
| 2063 | [6.16.2]: https://github.com/Automattic/jetpack-connection/compare/v6.16.1...v6.16.2 |
| 2064 | [6.16.1]: https://github.com/Automattic/jetpack-connection/compare/v6.16.0...v6.16.1 |
| 2065 | [6.16.0]: https://github.com/Automattic/jetpack-connection/compare/v6.15.0...v6.16.0 |
| 2066 | [6.15.0]: https://github.com/Automattic/jetpack-connection/compare/v6.14.2...v6.15.0 |
| 2067 | [6.14.2]: https://github.com/Automattic/jetpack-connection/compare/v6.14.1...v6.14.2 |
| 2068 | [6.14.1]: https://github.com/Automattic/jetpack-connection/compare/v6.14.0...v6.14.1 |
| 2069 | [6.14.0]: https://github.com/Automattic/jetpack-connection/compare/v6.13.13...v6.14.0 |
| 2070 | [6.13.13]: https://github.com/Automattic/jetpack-connection/compare/v6.13.12...v6.13.13 |
| 2071 | [6.13.12]: https://github.com/Automattic/jetpack-connection/compare/v6.13.11...v6.13.12 |
| 2072 | [6.13.11]: https://github.com/Automattic/jetpack-connection/compare/v6.13.10...v6.13.11 |
| 2073 | [6.13.10]: https://github.com/Automattic/jetpack-connection/compare/v6.13.9...v6.13.10 |
| 2074 | [6.13.9]: https://github.com/Automattic/jetpack-connection/compare/v6.13.8...v6.13.9 |
| 2075 | [6.13.8]: https://github.com/Automattic/jetpack-connection/compare/v6.13.7...v6.13.8 |
| 2076 | [6.13.7]: https://github.com/Automattic/jetpack-connection/compare/v6.13.6...v6.13.7 |
| 2077 | [6.13.6]: https://github.com/Automattic/jetpack-connection/compare/v6.13.5...v6.13.6 |
| 2078 | [6.13.5]: https://github.com/Automattic/jetpack-connection/compare/v6.13.4...v6.13.5 |
| 2079 | [6.13.4]: https://github.com/Automattic/jetpack-connection/compare/v6.13.3...v6.13.4 |
| 2080 | [6.13.3]: https://github.com/Automattic/jetpack-connection/compare/v6.13.2...v6.13.3 |
| 2081 | [6.13.2]: https://github.com/Automattic/jetpack-connection/compare/v6.13.1...v6.13.2 |
| 2082 | [6.13.1]: https://github.com/Automattic/jetpack-connection/compare/v6.13.0...v6.13.1 |
| 2083 | [6.13.0]: https://github.com/Automattic/jetpack-connection/compare/v6.12.0...v6.13.0 |
| 2084 | [6.12.0]: https://github.com/Automattic/jetpack-connection/compare/v6.11.9...v6.12.0 |
| 2085 | [6.11.9]: https://github.com/Automattic/jetpack-connection/compare/v6.11.8...v6.11.9 |
| 2086 | [6.11.8]: https://github.com/Automattic/jetpack-connection/compare/v6.11.7...v6.11.8 |
| 2087 | [6.11.7]: https://github.com/Automattic/jetpack-connection/compare/v6.11.6...v6.11.7 |
| 2088 | [6.11.6]: https://github.com/Automattic/jetpack-connection/compare/v6.11.5...v6.11.6 |
| 2089 | [6.11.5]: https://github.com/Automattic/jetpack-connection/compare/v6.11.4...v6.11.5 |
| 2090 | [6.11.4]: https://github.com/Automattic/jetpack-connection/compare/v6.11.3...v6.11.4 |
| 2091 | [6.11.3]: https://github.com/Automattic/jetpack-connection/compare/v6.11.2...v6.11.3 |
| 2092 | [6.11.2]: https://github.com/Automattic/jetpack-connection/compare/v6.11.1...v6.11.2 |
| 2093 | [6.11.1]: https://github.com/Automattic/jetpack-connection/compare/v6.11.0...v6.11.1 |
| 2094 | [6.11.0]: https://github.com/Automattic/jetpack-connection/compare/v6.10.3...v6.11.0 |
| 2095 | [6.10.3]: https://github.com/Automattic/jetpack-connection/compare/v6.10.2...v6.10.3 |
| 2096 | [6.10.2]: https://github.com/Automattic/jetpack-connection/compare/v6.10.1...v6.10.2 |
| 2097 | [6.10.1]: https://github.com/Automattic/jetpack-connection/compare/v6.10.0...v6.10.1 |
| 2098 | [6.10.0]: https://github.com/Automattic/jetpack-connection/compare/v6.9.0...v6.10.0 |
| 2099 | [6.9.0]: https://github.com/Automattic/jetpack-connection/compare/v6.8.1...v6.9.0 |
| 2100 | [6.8.1]: https://github.com/Automattic/jetpack-connection/compare/v6.8.0...v6.8.1 |
| 2101 | [6.8.0]: https://github.com/Automattic/jetpack-connection/compare/v6.7.7...v6.8.0 |
| 2102 | [6.7.7]: https://github.com/Automattic/jetpack-connection/compare/v6.7.6...v6.7.7 |
| 2103 | [6.7.6]: https://github.com/Automattic/jetpack-connection/compare/v6.7.5...v6.7.6 |
| 2104 | [6.7.5]: https://github.com/Automattic/jetpack-connection/compare/v6.7.4...v6.7.5 |
| 2105 | [6.7.4]: https://github.com/Automattic/jetpack-connection/compare/v6.7.3...v6.7.4 |
| 2106 | [6.7.3]: https://github.com/Automattic/jetpack-connection/compare/v6.7.2...v6.7.3 |
| 2107 | [6.7.2]: https://github.com/Automattic/jetpack-connection/compare/v6.7.1...v6.7.2 |
| 2108 | [6.7.1]: https://github.com/Automattic/jetpack-connection/compare/v6.7.0...v6.7.1 |
| 2109 | [6.7.0]: https://github.com/Automattic/jetpack-connection/compare/v6.6.0...v6.7.0 |
| 2110 | [6.6.0]: https://github.com/Automattic/jetpack-connection/compare/v6.5.0...v6.6.0 |
| 2111 | [6.5.0]: https://github.com/Automattic/jetpack-connection/compare/v6.4.1...v6.5.0 |
| 2112 | [6.4.1]: https://github.com/Automattic/jetpack-connection/compare/v6.4.0...v6.4.1 |
| 2113 | [6.4.0]: https://github.com/Automattic/jetpack-connection/compare/v6.3.2...v6.4.0 |
| 2114 | [6.3.2]: https://github.com/Automattic/jetpack-connection/compare/v6.3.1...v6.3.2 |
| 2115 | [6.3.1]: https://github.com/Automattic/jetpack-connection/compare/v6.3.0...v6.3.1 |
| 2116 | [6.3.0]: https://github.com/Automattic/jetpack-connection/compare/v6.2.2...v6.3.0 |
| 2117 | [6.2.2]: https://github.com/Automattic/jetpack-connection/compare/v6.2.1...v6.2.2 |
| 2118 | [6.2.1]: https://github.com/Automattic/jetpack-connection/compare/v6.2.0...v6.2.1 |
| 2119 | [6.2.0]: https://github.com/Automattic/jetpack-connection/compare/v6.1.1...v6.2.0 |
| 2120 | [6.1.1]: https://github.com/Automattic/jetpack-connection/compare/v6.1.0...v6.1.1 |
| 2121 | [6.1.0]: https://github.com/Automattic/jetpack-connection/compare/v6.0.1...v6.1.0 |
| 2122 | [6.0.1]: https://github.com/Automattic/jetpack-connection/compare/v6.0.0...v6.0.1 |
| 2123 | [6.0.0]: https://github.com/Automattic/jetpack-connection/compare/v5.1.7...v6.0.0 |
| 2124 | [5.1.7]: https://github.com/Automattic/jetpack-connection/compare/v5.1.6...v5.1.7 |
| 2125 | [5.1.6]: https://github.com/Automattic/jetpack-connection/compare/v5.1.5...v5.1.6 |
| 2126 | [5.1.5]: https://github.com/Automattic/jetpack-connection/compare/v5.1.4...v5.1.5 |
| 2127 | [5.1.4]: https://github.com/Automattic/jetpack-connection/compare/v5.1.3...v5.1.4 |
| 2128 | [5.1.3]: https://github.com/Automattic/jetpack-connection/compare/v5.1.2...v5.1.3 |
| 2129 | [5.1.2]: https://github.com/Automattic/jetpack-connection/compare/v5.1.1...v5.1.2 |
| 2130 | [5.1.1]: https://github.com/Automattic/jetpack-connection/compare/v5.1.0...v5.1.1 |
| 2131 | [5.1.0]: https://github.com/Automattic/jetpack-connection/compare/v5.0.0...v5.1.0 |
| 2132 | [5.0.0]: https://github.com/Automattic/jetpack-connection/compare/v4.0.4...v5.0.0 |
| 2133 | [4.0.4]: https://github.com/Automattic/jetpack-connection/compare/v4.0.3...v4.0.4 |
| 2134 | [4.0.3]: https://github.com/Automattic/jetpack-connection/compare/v4.0.2...v4.0.3 |
| 2135 | [4.0.2]: https://github.com/Automattic/jetpack-connection/compare/v4.0.1...v4.0.2 |
| 2136 | [4.0.1]: https://github.com/Automattic/jetpack-connection/compare/v4.0.0...v4.0.1 |
| 2137 | [4.0.0]: https://github.com/Automattic/jetpack-connection/compare/v3.0.0...v4.0.0 |
| 2138 | [3.0.0]: https://github.com/Automattic/jetpack-connection/compare/v2.12.5...v3.0.0 |
| 2139 | [2.12.5]: https://github.com/Automattic/jetpack-connection/compare/v2.12.4...v2.12.5 |
| 2140 | [2.12.4]: https://github.com/Automattic/jetpack-connection/compare/v2.12.3...v2.12.4 |
| 2141 | [2.12.3]: https://github.com/Automattic/jetpack-connection/compare/v2.12.2...v2.12.3 |
| 2142 | [2.12.2]: https://github.com/Automattic/jetpack-connection/compare/v2.12.1...v2.12.2 |
| 2143 | [2.12.1]: https://github.com/Automattic/jetpack-connection/compare/v2.12.0...v2.12.1 |
| 2144 | [2.12.0]: https://github.com/Automattic/jetpack-connection/compare/v2.11.4...v2.12.0 |
| 2145 | [2.11.4]: https://github.com/Automattic/jetpack-connection/compare/v2.11.3...v2.11.4 |
| 2146 | [2.11.3]: https://github.com/Automattic/jetpack-connection/compare/v2.11.2...v2.11.3 |
| 2147 | [2.11.2]: https://github.com/Automattic/jetpack-connection/compare/v2.11.1...v2.11.2 |
| 2148 | [2.11.1]: https://github.com/Automattic/jetpack-connection/compare/v2.11.0...v2.11.1 |
| 2149 | [2.11.0]: https://github.com/Automattic/jetpack-connection/compare/v2.10.2...v2.11.0 |
| 2150 | [2.10.2]: https://github.com/Automattic/jetpack-connection/compare/v2.10.1...v2.10.2 |
| 2151 | [2.10.1]: https://github.com/Automattic/jetpack-connection/compare/v2.10.0...v2.10.1 |
| 2152 | [2.10.0]: https://github.com/Automattic/jetpack-connection/compare/v2.9.3...v2.10.0 |
| 2153 | [2.9.3]: https://github.com/Automattic/jetpack-connection/compare/v2.9.2...v2.9.3 |
| 2154 | [2.9.2]: https://github.com/Automattic/jetpack-connection/compare/v2.9.1...v2.9.2 |
| 2155 | [2.9.1]: https://github.com/Automattic/jetpack-connection/compare/v2.9.0...v2.9.1 |
| 2156 | [2.9.0]: https://github.com/Automattic/jetpack-connection/compare/v2.8.6...v2.9.0 |
| 2157 | [2.8.6]: https://github.com/Automattic/jetpack-connection/compare/v2.8.5...v2.8.6 |
| 2158 | [2.8.5]: https://github.com/Automattic/jetpack-connection/compare/v2.8.4...v2.8.5 |
| 2159 | [2.8.4]: https://github.com/Automattic/jetpack-connection/compare/v2.8.3...v2.8.4 |
| 2160 | [2.8.3]: https://github.com/Automattic/jetpack-connection/compare/v2.8.2...v2.8.3 |
| 2161 | [2.8.2]: https://github.com/Automattic/jetpack-connection/compare/v2.8.1...v2.8.2 |
| 2162 | [2.8.1]: https://github.com/Automattic/jetpack-connection/compare/v2.8.0...v2.8.1 |
| 2163 | [2.8.0]: https://github.com/Automattic/jetpack-connection/compare/v2.7.7...v2.8.0 |
| 2164 | [2.7.7]: https://github.com/Automattic/jetpack-connection/compare/v2.7.6...v2.7.7 |
| 2165 | [2.7.6]: https://github.com/Automattic/jetpack-connection/compare/v2.7.5...v2.7.6 |
| 2166 | [2.7.5]: https://github.com/Automattic/jetpack-connection/compare/v2.7.4...v2.7.5 |
| 2167 | [2.7.4]: https://github.com/Automattic/jetpack-connection/compare/v2.7.3...v2.7.4 |
| 2168 | [2.7.3]: https://github.com/Automattic/jetpack-connection/compare/v2.7.2...v2.7.3 |
| 2169 | [2.7.2]: https://github.com/Automattic/jetpack-connection/compare/v2.7.1...v2.7.2 |
| 2170 | [2.7.1]: https://github.com/Automattic/jetpack-connection/compare/v2.7.0...v2.7.1 |
| 2171 | [2.7.0]: https://github.com/Automattic/jetpack-connection/compare/v2.6.2...v2.7.0 |
| 2172 | [2.6.2]: https://github.com/Automattic/jetpack-connection/compare/v2.6.1...v2.6.2 |
| 2173 | [2.6.1]: https://github.com/Automattic/jetpack-connection/compare/v2.6.0...v2.6.1 |
| 2174 | [2.6.0]: https://github.com/Automattic/jetpack-connection/compare/v2.5.0...v2.6.0 |
| 2175 | [2.5.0]: https://github.com/Automattic/jetpack-connection/compare/v2.4.1...v2.5.0 |
| 2176 | [2.4.1]: https://github.com/Automattic/jetpack-connection/compare/v2.4.0...v2.4.1 |
| 2177 | [2.4.0]: https://github.com/Automattic/jetpack-connection/compare/v2.3.4...v2.4.0 |
| 2178 | [2.3.4]: https://github.com/Automattic/jetpack-connection/compare/v2.3.3...v2.3.4 |
| 2179 | [2.3.3]: https://github.com/Automattic/jetpack-connection/compare/v2.3.2...v2.3.3 |
| 2180 | [2.3.2]: https://github.com/Automattic/jetpack-connection/compare/v2.3.1...v2.3.2 |
| 2181 | [2.3.1]: https://github.com/Automattic/jetpack-connection/compare/v2.3.0...v2.3.1 |
| 2182 | [2.3.0]: https://github.com/Automattic/jetpack-connection/compare/v2.2.0...v2.3.0 |
| 2183 | [2.2.0]: https://github.com/Automattic/jetpack-connection/compare/v2.1.1...v2.2.0 |
| 2184 | [2.1.1]: https://github.com/Automattic/jetpack-connection/compare/v2.1.0...v2.1.1 |
| 2185 | [2.1.0]: https://github.com/Automattic/jetpack-connection/compare/v2.0.3...v2.1.0 |
| 2186 | [2.0.3]: https://github.com/Automattic/jetpack-connection/compare/v2.0.2...v2.0.3 |
| 2187 | [2.0.2]: https://github.com/Automattic/jetpack-connection/compare/v2.0.1...v2.0.2 |
| 2188 | [2.0.1]: https://github.com/Automattic/jetpack-connection/compare/v2.0.0...v2.0.1 |
| 2189 | [2.0.0]: https://github.com/Automattic/jetpack-connection/compare/v1.60.1...v2.0.0 |
| 2190 | [1.60.1]: https://github.com/Automattic/jetpack-connection/compare/v1.60.0...v1.60.1 |
| 2191 | [1.60.0]: https://github.com/Automattic/jetpack-connection/compare/v1.59.0...v1.60.0 |
| 2192 | [1.59.0]: https://github.com/Automattic/jetpack-connection/compare/v1.58.3...v1.59.0 |
| 2193 | [1.58.3]: https://github.com/Automattic/jetpack-connection/compare/v1.58.2...v1.58.3 |
| 2194 | [1.58.2]: https://github.com/Automattic/jetpack-connection/compare/v1.58.1...v1.58.2 |
| 2195 | [1.58.1]: https://github.com/Automattic/jetpack-connection/compare/v1.58.0...v1.58.1 |
| 2196 | [1.58.0]: https://github.com/Automattic/jetpack-connection/compare/v1.57.5...v1.58.0 |
| 2197 | [1.57.5]: https://github.com/Automattic/jetpack-connection/compare/v1.57.4...v1.57.5 |
| 2198 | [1.57.4]: https://github.com/Automattic/jetpack-connection/compare/v1.57.3...v1.57.4 |
| 2199 | [1.57.3]: https://github.com/Automattic/jetpack-connection/compare/v1.57.2...v1.57.3 |
| 2200 | [1.57.2]: https://github.com/Automattic/jetpack-connection/compare/v1.57.1...v1.57.2 |
| 2201 | [1.57.1]: https://github.com/Automattic/jetpack-connection/compare/v1.57.0...v1.57.1 |
| 2202 | [1.57.0]: https://github.com/Automattic/jetpack-connection/compare/v1.56.1...v1.57.0 |
| 2203 | [1.56.1]: https://github.com/Automattic/jetpack-connection/compare/v1.56.0...v1.56.1 |
| 2204 | [1.56.0]: https://github.com/Automattic/jetpack-connection/compare/v1.55.0...v1.56.0 |
| 2205 | [1.55.0]: https://github.com/Automattic/jetpack-connection/compare/v1.54.1...v1.55.0 |
| 2206 | [1.54.1]: https://github.com/Automattic/jetpack-connection/compare/v1.54.0...v1.54.1 |
| 2207 | [1.54.0]: https://github.com/Automattic/jetpack-connection/compare/v1.53.3...v1.54.0 |
| 2208 | [1.53.3]: https://github.com/Automattic/jetpack-connection/compare/v1.53.2...v1.53.3 |
| 2209 | [1.53.2]: https://github.com/Automattic/jetpack-connection/compare/v1.53.1...v1.53.2 |
| 2210 | [1.53.1]: https://github.com/Automattic/jetpack-connection/compare/v1.53.0...v1.53.1 |
| 2211 | [1.53.0]: https://github.com/Automattic/jetpack-connection/compare/v1.52.2...v1.53.0 |
| 2212 | [1.52.2]: https://github.com/Automattic/jetpack-connection/compare/v1.52.1...v1.52.2 |
| 2213 | [1.52.1]: https://github.com/Automattic/jetpack-connection/compare/v1.52.0...v1.52.1 |
| 2214 | [1.52.0]: https://github.com/Automattic/jetpack-connection/compare/v1.51.10...v1.52.0 |
| 2215 | [1.51.10]: https://github.com/Automattic/jetpack-connection/compare/v1.51.9...v1.51.10 |
| 2216 | [1.51.9]: https://github.com/Automattic/jetpack-connection/compare/v1.51.8...v1.51.9 |
| 2217 | [1.51.8]: https://github.com/Automattic/jetpack-connection/compare/v1.51.7...v1.51.8 |
| 2218 | [1.51.7]: https://github.com/Automattic/jetpack-connection/compare/v1.51.6...v1.51.7 |
| 2219 | [1.51.6]: https://github.com/Automattic/jetpack-connection/compare/v1.51.5...v1.51.6 |
| 2220 | [1.51.5]: https://github.com/Automattic/jetpack-connection/compare/v1.51.4...v1.51.5 |
| 2221 | [1.51.4]: https://github.com/Automattic/jetpack-connection/compare/v1.51.3...v1.51.4 |
| 2222 | [1.51.3]: https://github.com/Automattic/jetpack-connection/compare/v1.51.2...v1.51.3 |
| 2223 | [1.51.2]: https://github.com/Automattic/jetpack-connection/compare/v1.51.1...v1.51.2 |
| 2224 | [1.51.1]: https://github.com/Automattic/jetpack-connection/compare/v1.51.0...v1.51.1 |
| 2225 | [1.51.0]: https://github.com/Automattic/jetpack-connection/compare/v1.50.1...v1.51.0 |
| 2226 | [1.50.1]: https://github.com/Automattic/jetpack-connection/compare/v1.50.0...v1.50.1 |
| 2227 | [1.50.0]: https://github.com/Automattic/jetpack-connection/compare/v1.49.1...v1.50.0 |
| 2228 | [1.49.1]: https://github.com/Automattic/jetpack-connection/compare/v1.49.0...v1.49.1 |
| 2229 | [1.49.0]: https://github.com/Automattic/jetpack-connection/compare/v1.48.1...v1.49.0 |
| 2230 | [1.48.1]: https://github.com/Automattic/jetpack-connection/compare/v1.48.0...v1.48.1 |
| 2231 | [1.48.0]: https://github.com/Automattic/jetpack-connection/compare/v1.47.1...v1.48.0 |
| 2232 | [1.47.1]: https://github.com/Automattic/jetpack-connection/compare/v1.47.0...v1.47.1 |
| 2233 | [1.47.0]: https://github.com/Automattic/jetpack-connection/compare/v1.46.4...v1.47.0 |
| 2234 | [1.46.4]: https://github.com/Automattic/jetpack-connection/compare/v1.46.3...v1.46.4 |
| 2235 | [1.46.3]: https://github.com/Automattic/jetpack-connection/compare/v1.46.2...v1.46.3 |
| 2236 | [1.46.2]: https://github.com/Automattic/jetpack-connection/compare/v1.46.1...v1.46.2 |
| 2237 | [1.46.1]: https://github.com/Automattic/jetpack-connection/compare/v1.46.0...v1.46.1 |
| 2238 | [1.46.0]: https://github.com/Automattic/jetpack-connection/compare/v1.45.5...v1.46.0 |
| 2239 | [1.45.5]: https://github.com/Automattic/jetpack-connection/compare/v1.45.4...v1.45.5 |
| 2240 | [1.45.4]: https://github.com/Automattic/jetpack-connection/compare/v1.45.3...v1.45.4 |
| 2241 | [1.45.3]: https://github.com/Automattic/jetpack-connection/compare/v1.45.2...v1.45.3 |
| 2242 | [1.45.2]: https://github.com/Automattic/jetpack-connection/compare/v1.45.1...v1.45.2 |
| 2243 | [1.45.1]: https://github.com/Automattic/jetpack-connection/compare/v1.45.0...v1.45.1 |
| 2244 | [1.45.0]: https://github.com/Automattic/jetpack-connection/compare/v1.44.0...v1.45.0 |
| 2245 | [1.44.0]: https://github.com/Automattic/jetpack-connection/compare/v1.43.1...v1.44.0 |
| 2246 | [1.43.1]: https://github.com/Automattic/jetpack-connection/compare/v1.43.0...v1.43.1 |
| 2247 | [1.43.0]: https://github.com/Automattic/jetpack-connection/compare/v1.42.0...v1.43.0 |
| 2248 | [1.42.0]: https://github.com/Automattic/jetpack-connection/compare/v1.41.8...v1.42.0 |
| 2249 | [1.41.8]: https://github.com/Automattic/jetpack-connection/compare/v1.41.7...v1.41.8 |
| 2250 | [1.41.7]: https://github.com/Automattic/jetpack-connection/compare/v1.41.6...v1.41.7 |
| 2251 | [1.41.6]: https://github.com/Automattic/jetpack-connection/compare/v1.41.5...v1.41.6 |
| 2252 | [1.41.5]: https://github.com/Automattic/jetpack-connection/compare/v1.41.4...v1.41.5 |
| 2253 | [1.41.4]: https://github.com/Automattic/jetpack-connection/compare/v1.41.3...v1.41.4 |
| 2254 | [1.41.3]: https://github.com/Automattic/jetpack-connection/compare/v1.41.2...v1.41.3 |
| 2255 | [1.41.2]: https://github.com/Automattic/jetpack-connection/compare/v1.41.1...v1.41.2 |
| 2256 | [1.41.1]: https://github.com/Automattic/jetpack-connection/compare/v1.41.0...v1.41.1 |
| 2257 | [1.41.0]: https://github.com/Automattic/jetpack-connection/compare/v1.40.5...v1.41.0 |
| 2258 | [1.40.5]: https://github.com/Automattic/jetpack-connection/compare/v1.40.4...v1.40.5 |
| 2259 | [1.40.4]: https://github.com/Automattic/jetpack-connection/compare/v1.40.3...v1.40.4 |
| 2260 | [1.40.3]: https://github.com/Automattic/jetpack-connection/compare/v1.40.2...v1.40.3 |
| 2261 | [1.40.2]: https://github.com/Automattic/jetpack-connection/compare/v1.40.1...v1.40.2 |
| 2262 | [1.40.1]: https://github.com/Automattic/jetpack-connection/compare/v1.40.0...v1.40.1 |
| 2263 | [1.40.0]: https://github.com/Automattic/jetpack-connection/compare/v1.39.1...v1.40.0 |
| 2264 | [1.39.2]: https://github.com/Automattic/jetpack-connection/compare/v1.39.1...v1.39.2 |
| 2265 | [1.39.1]: https://github.com/Automattic/jetpack-connection/compare/v1.39.0...v1.39.1 |
| 2266 | [1.39.0]: https://github.com/Automattic/jetpack-connection/compare/v1.38.0...v1.39.0 |
| 2267 | [1.38.0]: https://github.com/Automattic/jetpack-connection/compare/v1.37.6...v1.38.0 |
| 2268 | [1.37.6]: https://github.com/Automattic/jetpack-connection/compare/v1.37.5...v1.37.6 |
| 2269 | [1.37.5]: https://github.com/Automattic/jetpack-connection/compare/v1.37.4...v1.37.5 |
| 2270 | [1.37.4]: https://github.com/Automattic/jetpack-connection/compare/v1.37.3...v1.37.4 |
| 2271 | [1.37.3]: https://github.com/Automattic/jetpack-connection/compare/v1.37.2...v1.37.3 |
| 2272 | [1.37.2]: https://github.com/Automattic/jetpack-connection/compare/v1.37.1...v1.37.2 |
| 2273 | [1.37.1]: https://github.com/Automattic/jetpack-connection/compare/v1.37.0...v1.37.1 |
| 2274 | [1.37.0]: https://github.com/Automattic/jetpack-connection/compare/v1.36.4...v1.37.0 |
| 2275 | [1.36.4]: https://github.com/Automattic/jetpack-connection/compare/v1.36.3...v1.36.4 |
| 2276 | [1.36.3]: https://github.com/Automattic/jetpack-connection/compare/v1.36.2...v1.36.3 |
| 2277 | [1.36.2]: https://github.com/Automattic/jetpack-connection/compare/v1.36.1...v1.36.2 |
| 2278 | [1.36.1]: https://github.com/Automattic/jetpack-connection/compare/v1.36.0...v1.36.1 |
| 2279 | [1.36.0]: https://github.com/Automattic/jetpack-connection/compare/v1.35.0...v1.36.0 |
| 2280 | [1.35.0]: https://github.com/Automattic/jetpack-connection/compare/v1.34.0...v1.35.0 |
| 2281 | [1.34.0]: https://github.com/Automattic/jetpack-connection/compare/v1.33.0...v1.34.0 |
| 2282 | [1.33.0]: https://github.com/Automattic/jetpack-connection/compare/v1.32.0...v1.33.0 |
| 2283 | [1.32.0]: https://github.com/Automattic/jetpack-connection/compare/v1.31.0...v1.32.0 |
| 2284 | [1.31.0]: https://github.com/Automattic/jetpack-connection/compare/v1.30.13...v1.31.0 |
| 2285 | [1.30.13]: https://github.com/Automattic/jetpack-connection/compare/v1.30.12...v1.30.13 |
| 2286 | [1.30.12]: https://github.com/Automattic/jetpack-connection/compare/v1.30.11...v1.30.12 |
| 2287 | [1.30.11]: https://github.com/Automattic/jetpack-connection/compare/v1.30.10...v1.30.11 |
| 2288 | [1.30.10]: https://github.com/Automattic/jetpack-connection/compare/v1.30.9...v1.30.10 |
| 2289 | [1.30.9]: https://github.com/Automattic/jetpack-connection/compare/v1.30.8...v1.30.9 |
| 2290 | [1.30.8]: https://github.com/Automattic/jetpack-connection/compare/v1.30.7...v1.30.8 |
| 2291 | [1.30.7]: https://github.com/Automattic/jetpack-connection/compare/v1.30.6...v1.30.7 |
| 2292 | [1.30.6]: https://github.com/Automattic/jetpack-connection/compare/v1.30.5...v1.30.6 |
| 2293 | [1.30.5]: https://github.com/Automattic/jetpack-connection/compare/v1.30.4...v1.30.5 |
| 2294 | [1.30.4]: https://github.com/Automattic/jetpack-connection/compare/v1.30.3...v1.30.4 |
| 2295 | [1.30.3]: https://github.com/Automattic/jetpack-connection/compare/v1.30.2...v1.30.3 |
| 2296 | [1.30.2]: https://github.com/Automattic/jetpack-connection/compare/v1.30.1...v1.30.2 |
| 2297 | [1.30.1]: https://github.com/Automattic/jetpack-connection/compare/v1.30.0...v1.30.1 |
| 2298 | [1.30.0]: https://github.com/Automattic/jetpack-connection/compare/v1.29.0...v1.30.0 |
| 2299 | [1.29.0]: https://github.com/Automattic/jetpack-connection/compare/v1.28.0...v1.29.0 |
| 2300 | [1.28.0]: https://github.com/Automattic/jetpack-connection/compare/v1.27.0...v1.28.0 |
| 2301 | [1.27.0]: https://github.com/Automattic/jetpack-connection/compare/v1.26.0...v1.27.0 |
| 2302 | [1.26.0]: https://github.com/Automattic/jetpack-connection/compare/v1.25.2...v1.26.0 |
| 2303 | [1.25.2]: https://github.com/Automattic/jetpack-connection/compare/v1.25.1...v1.25.2 |
| 2304 | [1.25.1]: https://github.com/Automattic/jetpack-connection/compare/v1.25.0...v1.25.1 |
| 2305 | [1.25.0]: https://github.com/Automattic/jetpack-connection/compare/v1.24.0...v1.25.0 |
| 2306 | [1.24.0]: https://github.com/Automattic/jetpack-connection/compare/v1.23.2...v1.24.0 |
| 2307 | [1.23.2]: https://github.com/Automattic/jetpack-connection/compare/v1.23.1...v1.23.2 |
| 2308 | [1.23.1]: https://github.com/Automattic/jetpack-connection/compare/v1.23.0...v1.23.1 |
| 2309 | [1.23.0]: https://github.com/Automattic/jetpack-connection/compare/v1.22.0...v1.23.0 |
| 2310 | [1.22.0]: https://github.com/Automattic/jetpack-connection/compare/v1.21.1...v1.22.0 |
| 2311 | [1.21.1]: https://github.com/Automattic/jetpack-connection/compare/v1.21.0...v1.21.1 |
| 2312 | [1.21.0]: https://github.com/Automattic/jetpack-connection/compare/v1.20.0...v1.21.0 |
| 2313 | [1.20.0]: https://github.com/Automattic/jetpack-connection/compare/v1.19.2...v1.20.0 |
| 2314 | [1.19.2]: https://github.com/Automattic/jetpack-connection/compare/v1.19.1...v1.19.2 |
| 2315 | [1.19.1]: https://github.com/Automattic/jetpack-connection/compare/v1.19.0...v1.19.1 |
| 2316 | [1.19.0]: https://github.com/Automattic/jetpack-connection/compare/v1.18.4...v1.19.0 |
| 2317 | [1.18.4]: https://github.com/Automattic/jetpack-connection/compare/v1.18.3...v1.18.4 |
| 2318 | [1.18.3]: https://github.com/Automattic/jetpack-connection/compare/v1.18.2...v1.18.3 |
| 2319 | [1.18.2]: https://github.com/Automattic/jetpack-connection/compare/v1.18.1...v1.18.2 |
| 2320 | [1.18.1]: https://github.com/Automattic/jetpack-connection/compare/v1.18.0...v1.18.1 |
| 2321 | [1.18.0]: https://github.com/Automattic/jetpack-connection/compare/v1.17.2...v1.18.0 |
| 2322 | [1.17.2]: https://github.com/Automattic/jetpack-connection/compare/v1.17.1...v1.17.2 |
| 2323 | [1.17.1]: https://github.com/Automattic/jetpack-connection/compare/v1.17.0...v1.17.1 |
| 2324 | [1.17.0]: https://github.com/Automattic/jetpack-connection/compare/v1.15.2...v1.17.0 |
| 2325 | [1.15.2]: https://github.com/Automattic/jetpack-connection/compare/v1.15.1...v1.15.2 |
| 2326 | [1.15.1]: https://github.com/Automattic/jetpack-connection/compare/v1.15.0...v1.15.1 |
| 2327 | [1.15.0]: https://github.com/Automattic/jetpack-connection/compare/v1.14.2...v1.15.0 |
| 2328 | [1.14.2]: https://github.com/Automattic/jetpack-connection/compare/v1.14.1...v1.14.2 |
| 2329 | [1.14.1]: https://github.com/Automattic/jetpack-connection/compare/v1.14.0...v1.14.1 |
| 2330 | [1.14.0]: https://github.com/Automattic/jetpack-connection/compare/v1.13.1...v1.14.0 |
| 2331 | [1.13.1]: https://github.com/Automattic/jetpack-connection/compare/v1.13.0...v1.13.1 |
| 2332 | [1.13.0]: https://github.com/Automattic/jetpack-connection/compare/v1.12.0...v1.13.0 |
| 2333 | [1.12.0]: https://github.com/Automattic/jetpack-connection/compare/v1.11.0...v1.12.0 |
| 2334 | [1.11.0]: https://github.com/Automattic/jetpack-connection/compare/1.10.0...v1.11.0 |
| 2335 | [1.10.0]: https://github.com/Automattic/jetpack-connection/compare/v1.9.0...1.10.0 |
| 2336 | [1.9.0]: https://github.com/Automattic/jetpack-connection/compare/v1.8.3...v1.9.0 |
| 2337 | [1.8.3]: https://github.com/Automattic/jetpack-connection/compare/v1.8.2...v1.8.3 |
| 2338 | [1.8.2]: https://github.com/Automattic/jetpack-connection/compare/v1.8.1...v1.8.2 |
| 2339 | [1.8.1]: https://github.com/Automattic/jetpack-connection/compare/v1.8.0...v1.8.1 |
| 2340 | [1.8.0]: https://github.com/Automattic/jetpack-connection/compare/v1.7.2...v1.8.0 |
| 2341 | [1.7.2]: https://github.com/Automattic/jetpack-connection/compare/v1.7.1...v1.7.2 |
| 2342 | [1.7.1]: https://github.com/Automattic/jetpack-connection/compare/v1.7.0...v1.7.1 |
| 2343 | [1.7.0]: https://github.com/Automattic/jetpack-connection/compare/v1.6.1...v1.7.0 |
| 2344 | [1.6.1]: https://github.com/Automattic/jetpack-connection/compare/v1.6.0...v1.6.1 |
| 2345 | [1.6.0]: https://github.com/Automattic/jetpack-connection/compare/v1.5.0...v1.6.0 |
| 2346 | [1.5.0]: https://github.com/Automattic/jetpack-connection/compare/v1.4.0...v1.5.0 |
| 2347 | [1.4.0]: https://github.com/Automattic/jetpack-connection/compare/v1.3.1...v1.4.0 |
| 2348 | [1.3.1]: https://github.com/Automattic/jetpack-connection/compare/v1.3.0...v1.3.1 |
| 2349 | [1.3.0]: https://github.com/Automattic/jetpack-connection/compare/v1.2.0...v1.3.0 |
| 2350 | [1.2.0]: https://github.com/Automattic/jetpack-connection/compare/v1.1.0...v1.2.0 |
| 2351 | [1.1.0]: https://github.com/Automattic/jetpack-connection/compare/v1.0.7...v1.1.0 |
| 2352 | [1.0.7]: https://github.com/Automattic/jetpack-connection/compare/v1.0.6...v1.0.7 |
| 2353 | [1.0.6]: https://github.com/Automattic/jetpack-connection/compare/v1.0.5...v1.0.6 |
| 2354 | [1.0.5]: https://github.com/Automattic/jetpack-connection/compare/v1.0.4...v1.0.5 |
| 2355 | [1.0.4]: https://github.com/Automattic/jetpack-connection/compare/v1.0.3...v1.0.4 |
| 2356 | [1.0.3]: https://github.com/Automattic/jetpack-connection/compare/v1.0.2...v1.0.3 |
| 2357 | [1.0.2]: https://github.com/Automattic/jetpack-connection/compare/v1.0.1...v1.0.2 |
| 2358 | [1.0.1]: https://github.com/Automattic/jetpack-connection/compare/v1.0.0...v1.0.1 |
| 2359 |