Skip to content

Commit

Permalink
SSO: remove legacy codebase in favor of code in Connection package (#…
Browse files Browse the repository at this point in the history
…39327)

* SSO: remove legacy codebase in favor of code in Connection package

Fixes Automattic/vulcan#385

This codebase was deprecated in #37153, it's now time to remove it.

* Remove admin CSS building tooling
  • Loading branch information
jeherve authored Sep 11, 2024
1 parent 618b702 commit 2aa1c38
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 1,067 deletions.
4 changes: 4 additions & 0 deletions projects/plugins/jetpack/changelog/rm-sso-legacy-code
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: enhancement

SSO: remove legacy codebase in favor of the newer SSO codebase introduced in Jetpack 13.5
7 changes: 0 additions & 7 deletions projects/plugins/jetpack/modules/sso.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,3 @@ function () {
Jetpack::enable_module_configurable( __FILE__ );
}
);

/**
* Legacy, deprecated class.
*
* @deprecated 13.5
*/
class Jetpack_SSO extends SSO {}
70 changes: 0 additions & 70 deletions projects/plugins/jetpack/modules/sso/class-jetpack-force-2fa.php

This file was deleted.

277 changes: 0 additions & 277 deletions projects/plugins/jetpack/modules/sso/class.jetpack-sso-helpers.php

This file was deleted.

Loading

0 comments on commit 2aa1c38

Please sign in to comment.