Plugin Directory

source: jetpack/trunk/jetpack_vendor/automattic/jetpack-identity-crisis/CHANGELOG.md @ 3068647

Last change on this file since 3068647 was 3068647, checked in by zinigor, 3 months ago

Updating trunk to version 13.3.1

File size: 20.9 KB
Line 
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8## [0.18.1] - 2024-04-01
9### Changed
10- Tests: moved tests from a separate files to the main tests file. [#36656]
11
12## [0.18.0] - 2024-03-29
13### Added
14- Packages: added version tracking for identity-crisis. [#36635]
15- REST: added endpoint for IDC validation. [#36537]
16
17## [0.17.6] - 2024-03-27
18### Changed
19- Updated package dependencies. [#36585]
20
21## [0.17.5] - 2024-03-25
22### Changed
23- Internal updates.
24
25## [0.17.4] - 2024-03-18
26### Changed
27- Internal updates.
28
29## [0.17.3] - 2024-03-14
30### Changed
31- Internal updates.
32
33## [0.17.2] - 2024-03-12
34### Changed
35- Updated package dependencies. [#36325]
36
37## [0.17.1] - 2024-03-04
38### Changed
39- Updated package dependencies.
40
41## [0.17.0] - 2024-02-13
42### Changed
43- Updated package dependencies. [#35608]
44
45### Deprecated
46- Deprecating unused methods for IDC handling [#35444]
47
48## [0.16.0] - 2024-02-07
49### Deprecated
50- Removing old and previously deprecated code. [#35048]
51
52## [0.15.1] - 2024-02-05
53### Changed
54- Updated package dependencies. [#35384]
55
56### Fixed
57- Minor change in method response [#35336]
58
59## [0.15.0] - 2024-01-18
60### Added
61- Adding support for IDC when site URL is an IP address. [#34753]
62
63## [0.14.1] - 2024-01-04
64### Changed
65- Updated package dependencies. [#34815]
66
67## [0.14.0] - 2023-12-06
68### Added
69- Send a verifcation secret when URL is IP. [#34436]
70
71### Changed
72- Updated package dependencies. [#34416]
73
74## [0.13.0] - 2023-12-03
75### Added
76- Store for persistent blog ID for multi-URL purposes. [#34262]
77
78### Changed
79- Updated package dependencies. [#34411]
80
81## [0.12.1] - 2023-11-24
82
83## [0.12.0] - 2023-11-20
84### Added
85- Added idc query argument to url for tracking multisite idcs. [#34090]
86
87### Changed
88- Replaced usage of strpos() with str_starts_with(). [#34135]
89- Updated required PHP version to >= 7.0. [#34192]
90
91## [0.11.3] - 2023-11-14
92### Changed
93- Updated package dependencies. [#34093]
94
95## [0.11.2] - 2023-11-03
96
97## [0.11.1] - 2023-10-19
98### Changed
99- Updated package dependencies. [#33687]
100
101### Fixed
102- Fix possible use of an undefined variable. [#33668]
103
104## [0.11.0] - 2023-10-17
105### Changed
106- Updated package dependencies. [#33646]
107
108### Fixed
109- Added search and replace protection for wpcom urls stored in the database. [#33412]
110
111## [0.10.7] - 2023-10-16
112### Changed
113- Updated package dependencies. [#33429]
114
115## [0.10.6] - 2023-10-10
116### Changed
117- Updated package dependencies. [#33428]
118
119## [0.10.5] - 2023-09-19
120### Changed
121- Updated package dependencies. [#33001]
122
123## [0.10.4] - 2023-09-11
124### Changed
125- General: remove WP 6.1 backwards compatibility checks [#32772]
126
127## [0.10.3] - 2023-09-04
128### Changed
129- Updated package dependencies. [#32803]
130- Updated package dependencies. [#32804]
131
132## [0.10.2] - 2023-08-23
133### Changed
134- Updated package dependencies. [#32605]
135
136## [0.10.1] - 2023-08-09
137### Changed
138- Updated package dependencies. [#32166]
139
140## [0.10.0] - 2023-08-07
141### Changed
142- Make IDC container ID adjustable.
143
144## [0.9.0] - 2023-08-01
145### Added
146- URL secret to detect multi-domain sites. [#32005]
147
148## [0.8.52] - 2023-07-25
149### Changed
150- Updated package dependencies. [#32040]
151
152## [0.8.51] - 2023-07-17
153### Changed
154- Updated package dependencies. [#31785]
155
156## [0.8.50] - 2023-07-05
157### Changed
158- Updated package dependencies. [#31659]
159
160## [0.8.49] - 2023-06-26
161### Changed
162- Updated package dependencies. [#31468]
163
164## [0.8.48] - 2023-06-06
165### Changed
166- Updated package dependencies. [#31129]
167
168## [0.8.47] - 2023-05-15
169### Changed
170- Internal updates.
171
172## [0.8.46] - 2023-05-02
173### Changed
174- Updated package dependencies.
175
176## [0.8.45] - 2023-05-01
177### Changed
178- Internal updates.
179
180## [0.8.44] - 2023-04-17
181### Changed
182- Updated package dependencies. [#30019]
183
184## [0.8.43] - 2023-04-10
185### Added
186- Add Jetpack Autoloader package suggestion. [#29988]
187
188## [0.8.42] - 2023-04-04
189### Changed
190- Updated package dependencies. [#29854]
191
192## [0.8.41] - 2023-04-03
193### Changed
194- Internal updates.
195
196## [0.8.40] - 2023-03-20
197### Changed
198- Updated package dependencies. [#29471]
199
200## [0.8.39] - 2023-03-08
201### Changed
202- Updated package dependencies. [#29216]
203
204## [0.8.38] - 2023-02-20
205### Changed
206- Minor internal updates.
207
208## [0.8.37] - 2023-02-15
209### Changed
210- Update to React 18. [#28710]
211
212## [0.8.36] - 2023-02-08
213### Changed
214- Updated package dependencies. [#28682]
215
216## [0.8.35] - 2023-01-25
217### Changed
218- Minor internal updates.
219
220## [0.8.34] - 2023-01-11
221### Changed
222- Updated package dependencies. [#28127]
223
224## [0.8.33] - 2022-12-02
225### Changed
226- Updated package dependencies. [#27688]
227
228## [0.8.32] - 2022-11-22
229### Changed
230- Updated package dependencies. [#27043]
231
232## [0.8.31] - 2022-11-10
233### Changed
234- Updated package dependencies. [#27319]
235
236## [0.8.30] - 2022-11-08
237### Changed
238- Updated package dependencies. [#27289]
239
240## [0.8.29] - 2022-11-07
241### Changed
242- Updated package dependencies. [#27278]
243
244## [0.8.28] - 2022-11-01
245### Changed
246- Updated package dependencies. [#27196]
247
248## [0.8.27] - 2022-10-25
249### Changed
250- Updated package dependencies. [#26705]
251
252## [0.8.26] - 2022-10-13
253### Changed
254- Updated package dependencies. [#26791]
255
256## [0.8.25] - 2022-10-05
257### Changed
258- Updated package dependencies. [#26568]
259
260## [0.8.24] - 2022-09-20
261### Changed
262- Updated package dependencies.
263
264## [0.8.23] - 2022-09-08
265### Changed
266- Updated package dependencies.
267
268## [0.8.22] - 2022-08-29
269### Changed
270- Updated package dependencies.
271
272## [0.8.21] - 2022-08-25
273### Changed
274- Updated package dependencies. [#25814]
275
276## [0.8.20] - 2022-08-23
277### Changed
278- Updated package dependencies. [#25338, #25339, #25628, #25762]
279
280## [0.8.19] - 2022-08-03
281### Changed
282- Updated package dependencies. [#25300, #25315]
283
284## [0.8.18] - 2022-07-26
285### Changed
286- Updated package dependencies. [#25158]
287
288## [0.8.17] - 2022-07-12
289### Changed
290- Updated package dependencies.
291
292## [0.8.16] - 2022-07-06
293### Changed
294- Updated package dependencies. [#24923]
295
296## [0.8.15] - 2022-06-21
297### Changed
298- Renaming master to trunk. [#24661]
299
300## [0.8.14] - 2022-06-14
301### Changed
302- Updated package dependencies. [#24529]
303
304## [0.8.13] - 2022-06-08
305### Changed
306- Reorder JS imports for `import/order` eslint rule. [#24601]
307
308## [0.8.12] - 2022-05-30
309### Changed
310- Updated package dependencies
311
312## [0.8.11] - 2022-05-18
313### Changed
314- Updated package dependencies [#24372]
315
316## [0.8.10] - 2022-05-10
317### Changed
318- Updated package dependencies. [#24302]
319
320## [0.8.9] - 2022-05-04
321### Added
322- Add missing JavaScript dependencies. [#24096]
323
324### Changed
325- Updated package dependencies. [#24095] [#24198]
326
327### Deprecated
328- Moved the options class into Connection. [#24095]
329
330## [0.8.8] - 2022-04-26
331### Changed
332- Updated package dependencies.
333- Update package.json metadata.
334
335## [0.8.7] - 2022-04-19
336### Changed
337- PHPCS: Fix `WordPress.Security.ValidatedSanitizedInput`
338
339## [0.8.6] - 2022-04-12
340### Changed
341- Updated package dependencies.
342
343## [0.8.5] - 2022-04-06
344### Changed
345- Updated package dependencies
346
347### Removed
348- Removed tracking dependency.
349
350## [0.8.4] - 2022-03-29
351### Changed
352- Microperformance: Use === null instead of is_null
353- Updated package dependencies.
354
355## [0.8.3] - 2022-03-23
356### Changed
357- Updated package dependencies
358
359## [0.8.2] - 2022-03-15
360### Changed
361- Updated package dependencies.
362
363## [0.8.1] - 2022-03-08
364### Changed
365- Updated package dependencies.
366
367## [0.8.0] - 2022-03-02
368### Added
369- IDC: add detection for possibly dynamic HTTP_HOST being used in WP_SITEURL or WP_HOME.
370
371### Changed
372- Bring back the IDC screen in Staging mode.
373- Updated package dependencies.
374
375## [0.7.4] - 2022-02-22
376### Added
377- Add blog ID to event tracking.
378
379## [0.7.3] - 2022-02-16
380### Changed
381- Updated package dependencies.
382
383## [0.7.2] - 2022-02-09
384### Changed
385- Updated package dependencies
386
387## [0.7.1] - 2022-02-02
388### Changed
389- Updated package dependencies.
390
391## [0.7.0] - 2022-01-27
392### Changed
393- IDC "Safe Mode" admin bar button redesign.
394
395## [0.6.4] - 2022-01-25
396### Changed
397- Add class notice to the IDC container div.
398- Add missing JS peer dependency.
399- Updated package dependencies.
400
401## [0.6.3] - 2022-01-18
402### Changed
403- General: update required node version to v16.13.2
404
405## [0.6.2] - 2022-01-11
406### Changed
407- Updated package dependencies.
408
409## [0.6.1] - 2022-01-11
410### Fixed
411- Do not add IDC query args to authenticated request when in offline or staging mode.
412
413## [0.6.0] - 2022-01-04
414### Added
415- Build and display the new RNA IDC banner.
416
417### Changed
418- Switch to pcov for code coverage.
419- Updated package dependencies.
420- Updated package textdomain from `jetpack` to `jetpack-idc`.
421- Updated references to '.jp-recommendations__app-badge' to its new name '.apps-badge'
422
423## [0.5.0] - 2021-12-14
424### Added
425- Add a method to determine the safe mode status.
426
427### Changed
428- Updated package dependencies.
429
430## [0.4.4] - 2021-11-30
431### Changed
432- Colors: update Jetpack Primary color to match latest brand book.
433- Remove now-redundant `output.filename` from Webpack config.
434
435## [0.4.3] - 2021-11-23
436### Changed
437- Updated package dependencies.
438
439## [0.4.2] - 2021-11-17
440
441## [0.4.1] - 2021-11-16
442### Added
443- Use monorepo `validate-es` script to validate Webpack builds.
444
445### Changed
446- Updated package dependencies
447
448## [0.4.0] - 2021-11-09
449### Added
450- Add a method to unambiguously determine whether the site is experiencing identity crisis.
451
452### Changed
453- Updated package dependencies.
454- Update webpack build config. Removes IE 11 support in the JavaScript.
455
456## [0.3.1] - 2021-11-02
457### Changed
458- Add the idc url query args to remote requests
459- Set `convertDeprecationsToExceptions` true in PHPUnit config.
460- Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't.
461
462## [0.3.0] - 2021-10-26
463### Added
464- Add redirect_uri parameter for IDC Start Fresh endpoint.
465- Delete the migrate_for_idc option when a remote request returns migrated_for_idc
466
467### Changed
468- Updated package dependencies
469
470## [0.2.8] - 2021-10-13
471### Changed
472- Updated package dependencies.
473
474## [0.2.7] - 2021-10-12
475### Added
476- Add the new check_response_for_idc method to the Identity_Crisis class
477
478### Changed
479- Updated package dependencies
480
481## [0.2.6] - 2021-09-28
482### Changed
483- Allow Node ^14.17.6 to be used in this project. This shouldn't change the behavior of the code itself.
484- IDC: Rename the Identity_Crisis::sync_idc_optin method to Identity_Crisis:should_handle_idc. Add a new filter and constant that use the new name.
485- Updated package dependencies.
486
487## [0.2.5] - 2021-08-31
488### Changed
489- Updated package dependencies.
490
491## [0.2.4] - 2021-08-30
492### Changed
493- Bump changelogger version
494- Tests: update PHPUnit polyfills dependency (yoast/phpunit-polyfills).
495- update annotations versions
496- Update to latest webpack, webpack-cli and calypso-build
497- Use Node 16.7.0 in tooling. This shouldn't change the behavior of the code itself.
498
499## [0.2.3] - 2021-08-12
500### Changed
501- Updated package dependencies
502
503## [0.2.2] - 2021-07-27
504### Added
505- Add jetpack_connection_disconnect_site_wpcom filter.
506
507## [0.2.1] - 2021-07-13
508### Changed
509- Updated package dependencies.
510
511## [0.2.0] - 2021-06-29
512### Added
513- Add jetpack_idc_disconnect hook to properly disconnect based on IDC settings and clear IDC options.
514
515### Changed
516- Migrate jetpack/v4/identity-crisis endpoints into package.
517- Update node version requirement to 14.16.1
518
519## 0.1.0 - 2021-06-15
520### Added
521- Sync: Adding the Identity_Crisis package.
522
523### Changed
524- Updated package dependencies.
525- Use Connection/Urls for home_url and site_url functions migrated from Sync.
526
527[0.18.1]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.0...v0.18.1
528[0.18.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.17.6...v0.18.0
529[0.17.6]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.17.5...v0.17.6
530[0.17.5]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.17.4...v0.17.5
531[0.17.4]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.17.3...v0.17.4
532[0.17.3]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.17.2...v0.17.3
533[0.17.2]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.17.1...v0.17.2
534[0.17.1]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.17.0...v0.17.1
535[0.17.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.16.0...v0.17.0
536[0.16.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.15.1...v0.16.0
537[0.15.1]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.15.0...v0.15.1
538[0.15.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.14.1...v0.15.0
539[0.14.1]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.14.0...v0.14.1
540[0.14.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.13.0...v0.14.0
541[0.13.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.12.1...v0.13.0
542[0.12.1]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.12.0...v0.12.1
543[0.12.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.11.3...v0.12.0
544[0.11.3]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.11.2...v0.11.3
545[0.11.2]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.11.1...v0.11.2
546[0.11.1]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.11.0...v0.11.1
547[0.11.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.10.7...v0.11.0
548[0.10.7]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.10.6...v0.10.7
549[0.10.6]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.10.5...v0.10.6
550[0.10.5]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.10.4...v0.10.5
551[0.10.4]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.10.3...v0.10.4
552[0.10.3]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.10.2...v0.10.3
553[0.10.2]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.10.1...v0.10.2
554[0.10.1]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.10.0...v0.10.1
555[0.10.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.9.0...v0.10.0
556[0.9.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.52...v0.9.0
557[0.8.52]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.51...v0.8.52
558[0.8.51]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.50...v0.8.51
559[0.8.50]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.49...v0.8.50
560[0.8.49]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.48...v0.8.49
561[0.8.48]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.47...v0.8.48
562[0.8.47]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.46...v0.8.47
563[0.8.46]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.45...v0.8.46
564[0.8.45]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.44...v0.8.45
565[0.8.44]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.43...v0.8.44
566[0.8.43]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.42...v0.8.43
567[0.8.42]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.41...v0.8.42
568[0.8.41]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.40...v0.8.41
569[0.8.40]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.39...v0.8.40
570[0.8.39]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.38...v0.8.39
571[0.8.38]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.37...v0.8.38
572[0.8.37]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.36...v0.8.37
573[0.8.36]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.35...v0.8.36
574[0.8.35]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.34...v0.8.35
575[0.8.34]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.33...v0.8.34
576[0.8.33]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.32...v0.8.33
577[0.8.32]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.31...v0.8.32
578[0.8.31]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.30...v0.8.31
579[0.8.30]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.29...v0.8.30
580[0.8.29]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.28...v0.8.29
581[0.8.28]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.27...v0.8.28
582[0.8.27]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.26...v0.8.27
583[0.8.26]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.25...v0.8.26
584[0.8.25]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.24...v0.8.25
585[0.8.24]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.23...v0.8.24
586[0.8.23]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.22...v0.8.23
587[0.8.22]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.21...v0.8.22
588[0.8.21]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.20...v0.8.21
589[0.8.20]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.19...v0.8.20
590[0.8.19]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.18...v0.8.19
591[0.8.18]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.17...v0.8.18
592[0.8.17]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.16...v0.8.17
593[0.8.16]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.15...v0.8.16
594[0.8.15]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.14...v0.8.15
595[0.8.14]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.13...v0.8.14
596[0.8.13]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.12...v0.8.13
597[0.8.12]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.11...v0.8.12
598[0.8.11]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.10...v0.8.11
599[0.8.10]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.9...v0.8.10
600[0.8.9]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.8...v0.8.9
601[0.8.8]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.7...v0.8.8
602[0.8.7]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.6...v0.8.7
603[0.8.6]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.5...v0.8.6
604[0.8.5]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.4...v0.8.5
605[0.8.4]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.3...v0.8.4
606[0.8.3]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.2...v0.8.3
607[0.8.2]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.1...v0.8.2
608[0.8.1]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.0...v0.8.1
609[0.8.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.7.4...v0.8.0
610[0.7.4]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.7.3...v0.7.4
611[0.7.3]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.7.2...v0.7.3
612[0.7.2]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.7.1...v0.7.2
613[0.7.1]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.7.0...v0.7.1
614[0.7.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.6.4...v0.7.0
615[0.6.4]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.6.3...v0.6.4
616[0.6.3]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.6.2...v0.6.3
617[0.6.2]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.6.1...v0.6.2
618[0.6.1]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.6.0...v0.6.1
619[0.6.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.5.0...v0.6.0
620[0.5.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.4.4...v0.5.0
621[0.4.4]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.4.3...v0.4.4
622[0.4.3]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.4.2...v0.4.3
623[0.4.2]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.4.1...v0.4.2
624[0.4.1]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.4.0...v0.4.1
625[0.4.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.3.1...v0.4.0
626[0.3.1]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.3.0...v0.3.1
627[0.3.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.2.8...v0.3.0
628[0.2.8]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.2.7...v0.2.8
629[0.2.7]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.2.6...v0.2.7
630[0.2.6]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.2.5...v0.2.6
631[0.2.5]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.2.4...v0.2.5
632[0.2.4]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.2.3...v0.2.4
633[0.2.3]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.2.2...v0.2.3
634[0.2.2]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.2.1...v0.2.2
635[0.2.1]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.2.0...v0.2.1
636[0.2.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.1.0...v0.2.0
Note: See TracBrowser for help on using the repository browser.