Skip to content

1.1

Compare
Choose a tag to compare
@Rixxan Rixxan released this 01 Jan 20:39
· 39 commits to master since this release

This is to be considered a STABLE release.

Without an Existing Install

  • Download the release files
  • Optionally, but recommended, remove README.md and the .gitlab folder.
  • Upload to the specific web directory you want to use.
  • Insert your Stripe.com keys in config.php, eur.php, usd.php, and gbp.php.
  • Run from command line php composer.phar install in the main donation directory.
  • Then run php composer.phar update.

With Existing Install

  • Download the release files
  • Optionally, but reccomended, remove README.md and the .gitlab folder.
  • Upload to the specific web directory you want to use.
  • Insert your Stripe.com keys in config.php, eur.php, usd.php, and gbp.php.
  • Run from command line php composer.phar install in the main donation directory.
  • Then run php composer.phar update.

Bug Fixes

  • Fixed a bug where the "Donate" links on the donation screens could cause a 404.

Improvements

  • Added Euros, Canadian Dollars, Australian Dollars, and Great British Pounds to currencies accepted.
  • Added easy method to choose which currency is used.
  • Improved the "Success" page upon successful completion of a transaction.
  • Updated look and feel of all sites to align with rest of the site.

Other Changes

  • Removed links to inactive Auth system.
  • Updated the Stripe PHP API from 6.31 to 7.14.
  • Changed minimum PHP version from 5.4 to 5.6, as per Stripe-PHP.
  • Chnaged look and feel of linkage to eliminate file names where possible.

Changelog

  • 1.1: This Release
  • 1.0: Initial Release

Roadmap/Todo

  • Fix all known bugs.
  • Add multiple payment methods

Known Bugs

  • No known bugs :)

Files

donations-1.1.zip

donations-1.1.tar.gz

Live Link

You can view a live version of this donation site at https://hullseals.space/donate.
The current working dev version of this site can be found at https://dev.hullseals.space/donate.