diff --git a/Makefile b/Makefile index ffe0ce3cd9781e519fb32131dee578c082dc7b0c..b5b21c126beb26fb369a735bb95d9f47b7fa9c51 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ BASE=downloads_for_sale PLUGINTYPE=vmcustom -VERSION=1.5.4 +VERSION=1.5.5 PLUGINFILES=$(BASE).php $(BASE).script.php $(BASE).xml index.html diff --git a/downloads_for_sale.php b/downloads_for_sale.php index d7f6ccf2488733ab211af2e08e308093e13bf2e2..f4c499206eb12cc7ce1275370fe45930603f4dea 100644 --- a/downloads_for_sale.php +++ b/downloads_for_sale.php @@ -34,8 +34,8 @@ class plgVmCustomDownloads_for_Sale extends vmCustomPlugin { $this->tableFields = array_keys($this->getTableSQLFields()); $varsToPush = array( 'media_id'=>array(0,'char'), - 'invoice_link_type'=>array('text', 'char'), - 'product_link_type'=>array('image','char'), + 'invoice_link_type'=>array('compact', 'char'), + 'product_link_type'=>array('long','char'), 'download_type'=>array('free_download','char'), 'paid_status'=>array(array('S', 'C'), 'array'), 'downloaded_status'=>array('', 'char'), diff --git a/downloads_for_sale.xml b/downloads_for_sale.xml index 0d409eab57eae35fc278ce9699a83d8c2df9620b..f961c3deebf7977113f23523687dd3a686e5f625 100644 --- a/downloads_for_sale.xml +++ b/downloads_for_sale.xml @@ -6,7 +6,7 @@ <authorUrl>http://www.open-tools.net/</authorUrl> <copyright>Copyright (C) 2013 Reinhold Kainhofer. All rights reserved.</copyright> <license>http://www.gnu.org/licenses/gpl.html GNU/GPL v3+</license> - <version>1.5.4</version> + <version>1.5.5</version> <description>VMCUSTOM_DLSALE_DESC</description> <files> <filename plugin="downloads_for_sale">downloads_for_sale.php</filename> diff --git a/releases/plg_vmcustom_downloads_for_sale_v1.5.5.zip b/releases/plg_vmcustom_downloads_for_sale_v1.5.5.zip new file mode 100644 index 0000000000000000000000000000000000000000..384a0bba020ce2267cf6f0d42fa4790b4f6b0c24 Binary files /dev/null and b/releases/plg_vmcustom_downloads_for_sale_v1.5.5.zip differ