From 31b3e09e994cefeef4eb70df3822aa9a3d186fff Mon Sep 17 00:00:00 2001 From: "Open Tools, Reinhold Kainhofer" <office@open-tools.net> Date: Sun, 3 Jan 2016 00:21:39 +0100 Subject: [PATCH] Disable automatic updates for all paid plugins in J2.5 (J2.5 does not support the extra_query feature) --- Joomla/AdvancedShippingByRules.tmpl | 2 +- Joomla/BuyerAssignGroups.tmpl | 2 +- Joomla/DownloadsForSale.tmpl | 2 +- Joomla/Ordernumber.tmpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Joomla/AdvancedShippingByRules.tmpl b/Joomla/AdvancedShippingByRules.tmpl index fedef17..d058b61 100644 --- a/Joomla/AdvancedShippingByRules.tmpl +++ b/Joomla/AdvancedShippingByRules.tmpl @@ -18,6 +18,6 @@ </tags> <maintainer>Open Tools</maintainer> <maintainerurl>http://open-tools.net</maintainerurl> - <targetplatform name="joomla" version=".*" /> + <targetplatform name="joomla" version="3.[0123456789]" /> </update> </updates> diff --git a/Joomla/BuyerAssignGroups.tmpl b/Joomla/BuyerAssignGroups.tmpl index 0637b48..347fc31 100644 --- a/Joomla/BuyerAssignGroups.tmpl +++ b/Joomla/BuyerAssignGroups.tmpl @@ -19,6 +19,6 @@ </tags> <maintainer>Open Tools</maintainer> <maintainerurl>http://open-tools.net</maintainerurl> - <targetplatform name="joomla" version=".*" /> + <targetplatform name="joomla" version="3.[0123456789]" /> </update> </updates> diff --git a/Joomla/DownloadsForSale.tmpl b/Joomla/DownloadsForSale.tmpl index 9886034..714d459 100644 --- a/Joomla/DownloadsForSale.tmpl +++ b/Joomla/DownloadsForSale.tmpl @@ -18,6 +18,6 @@ </tags> <maintainer>Open Tools</maintainer> <maintainerurl>http://open-tools.net</maintainerurl> - <targetplatform name="joomla" version=".*" /> + <targetplatform name="joomla" version="3.[0123456789]" /> </update> </updates> diff --git a/Joomla/Ordernumber.tmpl b/Joomla/Ordernumber.tmpl index b25bf4f..af6b825 100644 --- a/Joomla/Ordernumber.tmpl +++ b/Joomla/Ordernumber.tmpl @@ -18,6 +18,6 @@ </tags> <maintainer>Open Tools</maintainer> <maintainerurl>http://open-tools.net</maintainerurl> - <targetplatform name="joomla" version=".*" /> + <targetplatform name="joomla" version="3.[0123456789]" /> </update> </updates> -- GitLab