Skip to content

Releases: HullSeals/donations

v1.6

01 Jan 20:39
15054db
Compare
Choose a tag to compare

This is to be considered a STABLE release.

Instructions

  • Download the release files
  • Optionally, but recommended, remove README.md and the .gitlab folder.
  • Upload to the specific web directory you want to use.
  • Update your Stripe details in processing.php

Changes

Since the last Release:

  • Updated a number of dependencies
  • Added global sitewide theme
  • Removed a number of improperly uploaded files

Other Notes

This project derives its version number from the Hull Seals Unified Version System, found here. Prior version numbers have been abandoned.

Known Bugs

  • No known bugs :)

Live Link

You can view a live version of this donation system at https://hullseals.space/donate/

v2.1

01 Jan 20:39
Compare
Choose a tag to compare

Fixes an issue with custom amounts.

Changelog:

Changed:

  • Fixed a value mistake on custom amounts. (@Rixxan)

v2.0

01 Jan 20:39
Compare
Choose a tag to compare

A ground-up rework of the donations system.

Changelog:

Added:

  • Added Giropay, EPS, Przelewy24, Bancontact, iDEAL, and SOFORT for one-time Euro donations. (@Rixxan)
  • Custom Amounts are now supported for all Seal supported currencies. (@Rixxan)

Changed:

  • One-Time and Recurring donations can now be selected from the same page. (@Rixxan)

Removed:

  • Removed PayPal support due to concerns about abuse potential. (@Rixxan).

1.1

01 Jan 20:39
Compare
Choose a tag to compare
1.1

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.

1.0

01 Jan 20:39
Compare
Choose a tag to compare
1.0

This is to be considered a STABLE release.

Without an 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
  • Run from command line php composer.phar install.
  • Then run php composer.phar update.

Bug Fixes

  • Updated link button locations to return the user to the main site.

Improvements

  • Added translation-friendly text to instructions.
  • Change the layout of the donations page to match that of the rest of the site.

Other Changes

  • Moved flavor text to second line.
  • Rolled new private key for security.

Changelog

  • 1.0: Initial Release

Roadmap/Todo

  • Fix all known bugs.
  • Add multiple currencies to options.
  • Add multiple payment methods

Known Bugs

  • No known bugs :)

Files

donations-1.0.zip

donations-1.0.tar.gz

Live Link

You can view a live version of this donation site at https://hullseals.space/donate.