Hello,
Since updating to Joomla 5.3.0, your extension update appears to be marked as "Invalid extension update", likely due to the <targetplatform> tag in the "package_jevents.xml" file.
https://www.jevents.net/newupdates/package_jevents.xml
The current line:
<targetplatform name="joomla" version="5.[012]|4.[01234]"/>
prevents it from running under Joomla 5.3.0.
Would you consider updating it to include Joomla 5.3? For example:
<targetplatform name="joomla" version="5.[0123]|4.[01234]"/>
or more broadly:
<targetplatform name="joomla" version="5\.\d+|4\.[01234]"/>
Thank you for your continued support and great work on this extension.
Best regards,
Gil
Since updating to Joomla 5.3.0, your extension update appears to be marked as "Invalid extension update", likely due to the <targetplatform> tag in the "package_jevents.xml" file.
https://www.jevents.net/newupdates/package_jevents.xml
The current line:
<targetplatform name="joomla" version="5.[012]|4.[01234]"/>
prevents it from running under Joomla 5.3.0.
Would you consider updating it to include Joomla 5.3? For example:
<targetplatform name="joomla" version="5.[0123]|4.[01234]"/>
or more broadly:
<targetplatform name="joomla" version="5\.\d+|4\.[01234]"/>
Thank you for your continued support and great work on this extension.
Best regards,
Gil