Both sides previous revisionPrevious revisionNext revision | Previous revision |
integration:foxycart:self_hosted_downloads [2013/09/11 22:05] – [Notes] What the hey?! Why is there a ( at the beginning of this line? sparkweb | integration:foxycart:self_hosted_downloads [2017/04/26 07:02] (current) – external edit 127.0.0.1 |
---|
---- dataentry ---- | ---- dataentry ---- |
type : integration #do not change this line | type : integration # do not change this line |
systems : FoxyCart #the system(s) that the integration is for, separated with commas if more than one | systems : FoxyCart # the system(s) that the integration is for, separated with commas if more than one |
name : self_hosted_downloads #the name of the integration | name : self_hosted_downloads # the name of the integration |
description : Host your downloadable products on your own server. Emails are sent out to your customers using the FoxyCart XML. Highly flexible. | description : Host your downloadable products on your own server. Emails are sent out to your customers using the FoxyCart XML. Highly flexible. # |
tags : downloadables #tags, separated by commas. don't include the "system" here. | tags : downloadables # tags, separated by commas. don't include the "system" here. |
date_dt : 2012-09-05 #the date in YYYY-MM-DD format | date_dt : 2014-10-20 # the date in YYYY-MM-DD format |
version : 0.3.1 #if you have a version for your code, enter it here | version : 0.3.3 # if you have a version for your code, enter it here |
developer_url : http://www.dotenablers.com/ #if you'd like a link back to your site, stick it here | developer_url : http://www.dotenablers.com/ # if you'd like a link back to your site, stick it here |
---- | ---- |
| |
| |
| |
| |
| |
<code php>ini_set('zlib.output_compression', 'Off');</code> | <code php>ini_set('zlib.output_compression', 'Off');</code> |
===== Code ===== | ===== Code ===== |
| * {{:integration:foxycart:foxycart-self-hosted-downloads.0.3.3.zip|FoxyCart Self-Hosted Downloads, v0.3.3}}, code cleanup |
| * {{:integration:foxycart:foxycart-self-hosted-downloads.0.3.2.zip|FoxyCart Self-Hosted Downloads, v0.3.2}}, added phpMailer and external SMTP |
* {{:integration:foxycart:foxycart-self-hosted-downloads.0.3.1.zip|FoxyCart Self-Hosted Downloads, v0.3.1}}, added support for products filtered by FoxyCart category and Amazon S3 folder download | * {{:integration:foxycart:foxycart-self-hosted-downloads.0.3.1.zip|FoxyCart Self-Hosted Downloads, v0.3.1}}, added support for products filtered by FoxyCart category and Amazon S3 folder download |
* {{:integration:foxycart:foxycart-self-hosted-downloads.0.3.0.zip|FoxyCart Self-Hosted Downloads, v0.3.0}}, added support for files served from Amazon S3 | * {{:integration:foxycart:foxycart-self-hosted-downloads.0.3.0.zip|FoxyCart Self-Hosted Downloads, v0.3.0}}, added support for files served from Amazon S3 |
* {{:integration:foxycart:foxycart-self-hosted-downloads.0.2.0.zip|FoxyCart Self-Hosted Downloads, v0.2.0}}, files stored as files in the filesystem | * {{:integration:foxycart:foxycart-self-hosted-downloads.0.2.0.zip|FoxyCart Self-Hosted Downloads, v0.2.0}}, files stored as files in the filesystem |
* {{:integration:foxycart:foxycart-self-hosted-downloads.0.1.0.zip|FoxyCart Self-Hosted Downloads, v0.1.0}}, files stored as blobs in the database | * {{:integration:foxycart:foxycart-self-hosted-downloads.0.1.0.zip|FoxyCart Self-Hosted Downloads, v0.1.0}}, files stored as blobs in the database |