Skip to content

Commit

Permalink
Fix/connection status inconsistencies (#40632)
Browse files Browse the repository at this point in the history
* Update connection status card to align with connection banner

* unify the way we connect sites on My Jetpack

* Unify user connection flows in My Jetpack

* changelog

* Fix tests

* Add comment

* Scroll to top all the time when connecting site

* Add slight delay to scroll to top

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12417815414

Upstream-Ref: Automattic/jetpack@bfbeaac
  • Loading branch information
CodeyGuyDylan authored and matticbot committed Dec 19, 2024
1 parent 05afe70 commit 0093844
Show file tree
Hide file tree
Showing 22 changed files with 2,342 additions and 89 deletions.
60 changes: 30 additions & 30 deletions composer.lock

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

8 changes: 8 additions & 0 deletions vendor/automattic/jetpack-classic-theme-helper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.1-alpha] - unreleased

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

### Added
- Custom Post Types: Added Restaurant Menu CPT files.

## [0.8.0] - 2024-12-16
### Added
- Jetpack Testimonials: Ensuring functionality runs via the Classic Theme Helper package. [#40388]
Expand Down Expand Up @@ -177,6 +184,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Add wordpress folder on gitignore. [#37177]

[0.8.1-alpha]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.8.0...v0.8.1-alpha
[0.8.0]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.7.4...v0.8.0
[0.7.4]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.7.3...v0.7.4
[0.7.3]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.7.2...v0.7.3
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('wp-polyfill'), 'version' => 'cedc18600a224800f153');

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

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '5fadb54ea9d5485c71c6');

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

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '84ecc699f8dd905dc552');

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

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class Main {

const PACKAGE_VERSION = '0.8.0';
const PACKAGE_VERSION = '0.8.1-alpha';

/**
* Modules to include.
Expand Down
Loading

0 comments on commit 0093844

Please sign in to comment.