Skip to content

Releases: whotooktwarden/QuickGatewayKit

Pre-release Version 1.0.9

17 Mar 17:26

Choose a tag to compare

Pre-release

Updated documentation regarding single page layout template to readme. Fixed include.php, header.php, and footer.php errors occurring within both templates.

Now that the IRBA has dissolved, irba.php is a redundant page included within this package just in case a similar organization emerges in the future.

Pre-release V1.0.8: Updated Roast-Coins Front-end API

04 Mar 16:39

Choose a tag to compare

This release includes a major update to the Roast Coins Web API. See pull #46 for all changes and the Documentation.

Pre-release Version 1.0.7, Roast Coins Front-end API

22 Feb 20:23

Choose a tag to compare

This pre-release version is pending testing in conjunction with Roast Coins.

Automate Cryptocurrency Deposits

23 Dec 20:00

Choose a tag to compare

Pre-release

I have released examples of how to use the API and package in conjunction with four Instant Payment Notification (IPN) example scripts released in this update. Merry Christmas everyone and here's to a great New Year!

Version 1.0.6

11 Sep 18:02

Choose a tag to compare

Version 1.0.6 Pre-release
Pre-release

This pre-release update features:

-A security update
-Improved statistics page
-Adjustments to setup.sh

For those of you who will be implementing cryptocurrency transactions for your Gateway, instead of the whole number with a limit of 6 digits regular expression, use this regular expression:

$amount_exp = '/([0-9]{1,6})\.{1}([0-9]{1,8})/';

Please note that within this format, users must specify their deposit/withdrawal requests in the format 0.12345678 for fractional withdrawals and 1.0 for whole number withdrawals.

Pre-release 1.0.5-2 Bug Fix

11 Aug 14:24

Choose a tag to compare

Pre-release

There was invalid syntax within the main documents and within footer.php. This pre-release fixes those issues so that pages will not load correctly.

Version 1.0.5-1 Bug Fix

10 Aug 17:20

Choose a tag to compare

Pre-release

A la my last blog post, here is the latest up to date pre-release version of QGK.

Pre-release 1.0.5

07 Aug 17:28

Choose a tag to compare

Pre-release 1.0.5 Pre-release
Pre-release

This update includes a header and footer script that will easily replicate the menu bar hyper-links, the copyright notice, the Terms of Service link, and the license information among all of the public pages.

Updated the README.md.

QGK has released scripts to assist with creating a MySQL database for storing public and private keys to be associated with user's cryptocurrency deposits. Please see here for more information regarding this update.

Pre-Release Version 1.0.4

03 Aug 19:46

Choose a tag to compare

Pre-release

Created an example irba.php page.

Added and polished fetch.php, a statistics page.

Added link to stats page within index.php.

Updated version in include.php.

Version 1.0.3-1 Hot-fix

23 Jul 04:41

Choose a tag to compare

Pre-release

Added the products use case example to the index.
Renamed the version name.
Added various other omitted pulls.