From 57bfb37be1fc2ac8f08bb29b858d94a1f8b70e5a Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sun, 21 Jun 2026 18:54:45 -0500 Subject: [PATCH] fix: remove orphaned root-level webservices plugin files The root mokosuitebackup.xml and mokosuitebackup.php are stale copies from before the code was restructured into source/packages/. The webservices plugin lives at source/packages/plg_webservices_mokosuitebackup/ with its own manifest and src/ directory. The root manifest still referenced src but that directory was removed in PR #82, causing Joomla installer to fail with "File does not exist [ROOT][TMP]/.../mokosuitebackup/src". --- mokosuitebackup.php | 11 ----------- mokosuitebackup.xml | 31 ------------------------------- 2 files changed, 42 deletions(-) delete mode 100644 mokosuitebackup.php delete mode 100644 mokosuitebackup.xml diff --git a/mokosuitebackup.php b/mokosuitebackup.php deleted file mode 100644 index 2954662..0000000 --- a/mokosuitebackup.php +++ /dev/null @@ -1,11 +0,0 @@ - - * @copyright Copyright (C) 2026 Moko Consulting. All rights reserved. - * @license GNU General Public License version 3 or later; see LICENSE - */ - -defined('_JEXEC') or die; diff --git a/mokosuitebackup.xml b/mokosuitebackup.xml deleted file mode 100644 index 962b0f7..0000000 --- a/mokosuitebackup.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - Web Services - MokoSuiteBackup - 01.27.03 - 2026-06-02 - Moko Consulting - hello@mokoconsulting.tech - https://mokoconsulting.tech - Copyright (C) 2026 Moko Consulting. All rights reserved. - GPL-3.0-or-later - PLG_WEBSERVICES_MOKOJOOMBACKUP_DESCRIPTION - - Joomla\Plugin\WebServices\MokoSuiteBackup - - - mokosuitebackup.php - services - src - - - - language/en-GB/plg_webservices_mokosuitebackup.ini - language/en-GB/plg_webservices_mokosuitebackup.sys.ini - -