<?xml version="1.0" encoding="utf-8"?>
<!--
  Compatibility manifest for plg_system_themer.
  The parent package (pkg_themer) is the canonical update path; this
  file exists so Joomla's pre-update check can verify J5/J6 compatibility for
  the plugin without firing the "Potentially Dangerous Plugin" warning. There
  is no <downloads> block by design — Joomla's regular update flow finds
  nothing to install standalone, so customers always update via the package.

  Version is deliberately set to 0.0.0 (not the package version) so any
  installed copy is always >= advertised. That keeps Joomla's regular
  update detector from offering a standalone update — which it would
  otherwise do on Joomla 6 even with no <downloads> block. The pre-update
  check only reads <targetplatform>, so the 0.0.0 version doesn't affect
  its J5/J6 compatibility verdict.
-->
<updates>
    <update>
        <name>plg_system_themer</name>
        <description>Compatibility manifest for plg_system_themer. Update via pkg_themer.</description>
        <element>themer</element>
        <type>plugin</type>
        <folder>system</folder>
        <client>0</client>
        <version>0.0.0</version>
        <targetplatform name="joomla" version="(5|6).*"/>
        <php_minimum>8.1.0</php_minimum>
        <maintainer>Multizone Limited</maintainer>
        <maintainerurl>https://www.multizone.co.uk</maintainerurl>
    </update>
</updates>
