Releases: HullSeals/donations
Releases · HullSeals/donations
v1.6
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
v2.0
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
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
, andgbp.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
, andgbp.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
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
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
Live Link
You can view a live version of this donation site at https://hullseals.space/donate.