Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
v3
Browse files Browse the repository at this point in the history
  • Loading branch information
alcalbg committed Jan 18, 2019
1 parent d4451d2 commit e603e46
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
1 change: 1 addition & 0 deletions inc/.env-sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
APP_VERSION=3.0
APP_ENV=local
APP_DEBUG=true
APP_KEY=TyIr7KaB7D7EaCR34JnvY5d2ZbIgiUu0
Expand Down
2 changes: 1 addition & 1 deletion inc/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</testsuites>
<php>
<env name="APP_ENV" value="testing"/>
<env name="APP_VERSION" value="2.0"/>
<env name="APP_VERSION" value="3.0"/>
<env name="CACHE_DRIVER" value="array"/>
<env name="SESSION_DRIVER" value="array"/>
<env name="QUEUE_DRIVER" value="sync"/>
Expand Down
2 changes: 1 addition & 1 deletion inc/resources/views/partials/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<div class="pull-right">
<strong>Version {{ env('APP_VERSION') }}</strong>
</div>
<strong>Powered by <a href="http://www.ducksell.com">DuckSell</a></strong>
<strong>Powered by <a href="https://github.com/interactive32/ducksell">DuckSell</a></strong>
</footer>
6 changes: 2 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Quick Introduction

[DuckSell](http://www.ducksell.com) allows you to sell your digital products on your own website and deliver them securely to your customers. You can easily sell various types of downloads. For example: pdf, ebook, program, template, photo, music, video, audio, mp3 etc.
[DuckSell] allows you to sell your digital products on your own website and deliver them securely to your customers. You can easily sell various types of downloads. For example: pdf, ebook, program, template, photo, music, video, audio, mp3 etc.

The script automatically generates a unique, secure download URL for every purchase which do not show the location of the download files on the server. For every purchase new license key is generated and it can be set to expire if required. Unlimited products and multiple products per order are supported.

Expand All @@ -31,8 +31,6 @@ Note: there is no frontend here, you must create your own website first (using t

## Plugins

For more info about plugins see [http://www.ducksell.com/plugins.php](http://www.ducksell.com/plugins.php)

- 2Checkout intergration (https://github.com/interactive32/TwoCheckout-DuckSell-Plugin)
- PayPal intergration (https://github.com/interactive32/PayPal-DuckSell-Plugin)
- BitPay integration
Expand All @@ -58,7 +56,7 @@ For more info about plugins see [http://www.ducksell.com/plugins.php](http://www


## Installation Instructions
Note: you can download compiled version with installer here https://goo.gl/EnP2T4

- Copy all files to your web server using your favorite FTP client (or get the files directly on your server via git clone)
- Create a database for DuckSell on your web server, as well as one MySQL user who has all privileges for accessing and modifying it.
- Import database from **database/database.sql** file using phpMyAdmin or similar database administration tool.
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?php
define('APP_VERSION', '2.0');
define('APP_VERSION', '3.0');

0 comments on commit e603e46

Please sign in to comment.