From e603e46027866367e281194734cc18005a4ee713 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Fri, 18 Jan 2019 10:51:23 +0100 Subject: [PATCH] v3 --- inc/.env-sample | 1 + inc/phpunit.xml | 2 +- inc/resources/views/partials/footer.blade.php | 2 +- readme.md | 6 ++---- version.php | 2 +- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/inc/.env-sample b/inc/.env-sample index c2d282a..31d7e97 100644 --- a/inc/.env-sample +++ b/inc/.env-sample @@ -1,3 +1,4 @@ +APP_VERSION=3.0 APP_ENV=local APP_DEBUG=true APP_KEY=TyIr7KaB7D7EaCR34JnvY5d2ZbIgiUu0 diff --git a/inc/phpunit.xml b/inc/phpunit.xml index b7a1c30..d9ef632 100644 --- a/inc/phpunit.xml +++ b/inc/phpunit.xml @@ -16,7 +16,7 @@ - + diff --git a/inc/resources/views/partials/footer.blade.php b/inc/resources/views/partials/footer.blade.php index 1a9bebf..b64417d 100644 --- a/inc/resources/views/partials/footer.blade.php +++ b/inc/resources/views/partials/footer.blade.php @@ -2,5 +2,5 @@
Version {{ env('APP_VERSION') }}
- Powered by DuckSell + Powered by DuckSell diff --git a/readme.md b/readme.md index 76361fc..ccb8abb 100644 --- a/readme.md +++ b/readme.md @@ -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. @@ -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 @@ -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. diff --git a/version.php b/version.php index 1f4bbd8..c7a529c 100755 --- a/version.php +++ b/version.php @@ -1,2 +1,2 @@