From bdd73c991bf27c1831ee1e43497d24d7f751e0eb Mon Sep 17 00:00:00 2001 From: Tobias Bode Date: Mon, 26 Jan 2026 11:09:20 +0100 Subject: [PATCH] feat(stretch-extra): add patchstack --- .../stretch-extra/inc/patchstack.php | 52 +++++++++++++++++++ .../inc/stretch-extra-config.php | 9 ++++ .../stretch-extra/stretch-extra/index.php | 1 + 3 files changed, 62 insertions(+) create mode 100644 packages/wp-mu-plugin/stretch-extra/stretch-extra/inc/patchstack.php diff --git a/packages/wp-mu-plugin/stretch-extra/stretch-extra/inc/patchstack.php b/packages/wp-mu-plugin/stretch-extra/stretch-extra/inc/patchstack.php new file mode 100644 index 000000000..da6e2ecdb --- /dev/null +++ b/packages/wp-mu-plugin/stretch-extra/stretch-extra/inc/patchstack.php @@ -0,0 +1,52 @@ + 'Essentials', ], ], + [ + 'url' => 'https://downloads.wordpress.org/plugin/patchstack.zip', + 'key' => 'plugins/patchstack/patchstack.php', + 'file' => IONOS_CUSTOM_DIR . '/plugins/patchstack/patchstack.php', + 'slug' => 'patchstack', + 'data' => [ + 'Name' => 'Patchstack', + ], + ], ], 'themes' => [ [ diff --git a/packages/wp-mu-plugin/stretch-extra/stretch-extra/index.php b/packages/wp-mu-plugin/stretch-extra/stretch-extra/index.php index 755a3ddbd..2d148a799 100644 --- a/packages/wp-mu-plugin/stretch-extra/stretch-extra/index.php +++ b/packages/wp-mu-plugin/stretch-extra/stretch-extra/index.php @@ -26,3 +26,4 @@ require_once __DIR__ . '/inc/migration.php'; require_once __DIR__ . '/inc/secondary-plugin-dir.php'; require_once __DIR__ . '/inc/secondary-theme-dir.php'; +require_once __DIR__ . '/inc/patchstack.php';