Skip to content

Commit 2353ff7

Browse files
authored
Revert FrankenPHP integration (#748)
* Revert "refactor: simplify FrankenPHP integration — on-demand TLS handles everything" This reverts commit 078f7f0. * Revert "feat: add FrankenPHP/Caddy integration for automatic Let's Encrypt SSL" This reverts commit f775968.
1 parent 0a5ca22 commit 2353ff7

3 files changed

Lines changed: 8 additions & 375 deletions

File tree

inc/integrations/class-integration-registry.php

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,13 @@ private function register_core_integrations(): void {
128128
$this->register(new Providers\Cloudflare\Cloudflare_Integration());
129129
$this->register(new Providers\Hestia\Hestia_Integration());
130130
$this->register(new Providers\Enhance\Enhance_Integration());
131+
$this->register(new Providers\Plesk\Plesk_Integration());
131132
$this->register(new Providers\Rocket\Rocket_Integration());
132133
$this->register(new Providers\WPEngine\WPEngine_Integration());
133134
$this->register(new Providers\WPMUDEV\WPMUDEV_Integration());
134-
$this->register(new Providers\FrankenPHP\FrankenPHP_Integration());
135+
$this->register(new Providers\BunnyNet\BunnyNet_Integration());
136+
$this->register(new Providers\LaravelForge\LaravelForge_Integration());
137+
$this->register(new Providers\Amazon_SES\Amazon_SES_Integration());
135138
}
136139

137140
/**
@@ -174,10 +177,13 @@ private function register_core_capabilities(): void {
174177
$this->add_capability('cloudflare', new Providers\Cloudflare\Cloudflare_Domain_Mapping());
175178
$this->add_capability('hestia', new Providers\Hestia\Hestia_Domain_Mapping());
176179
$this->add_capability('enhance', new Providers\Enhance\Enhance_Domain_Mapping());
180+
$this->add_capability('plesk', new Providers\Plesk\Plesk_Domain_Mapping());
177181
$this->add_capability('rocket', new Providers\Rocket\Rocket_Domain_Mapping());
178182
$this->add_capability('wpengine', new Providers\WPEngine\WPEngine_Domain_Mapping());
179183
$this->add_capability('wpmudev', new Providers\WPMUDEV\WPMUDEV_Domain_Mapping());
180-
$this->add_capability('frankenphp', new Providers\FrankenPHP\FrankenPHP_Domain_Mapping());
184+
$this->add_capability('bunnynet', new Providers\BunnyNet\BunnyNet_Domain_Mapping());
185+
$this->add_capability('laravel-forge', new Providers\LaravelForge\LaravelForge_Domain_Mapping());
186+
$this->add_capability('amazon-ses', new Providers\Amazon_SES\Amazon_SES_Transactional_Email());
181187
}
182188

183189
/**

inc/integrations/providers/frankenphp/class-frankenphp-domain-mapping.php

Lines changed: 0 additions & 234 deletions
This file was deleted.

0 commit comments

Comments
 (0)