Skip to content

Commit

Permalink
Merge pull request #534 from chris18890/v0.8.0
Browse files Browse the repository at this point in the history
v0.8.0
  • Loading branch information
chris18890 authored Dec 20, 2023
2 parents 5d6ce4d + 2b1a804 commit 667a608
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Seltzer CRM 0.7.42 - An open source CRM for hackerspaces
Seltzer CRM 0.8.0 - An open source CRM for hackerspaces
Copyright 2009-2023 Edward L. Platt <[email protected]>
Distributed under GPLv3 (see COPYING for more info)

Expand All @@ -16,7 +16,8 @@ The current features are:
* Tracking of member contact and emergency contact info
* Tracking of membership levels and dates
* Automated Billing
* Amazon Payments and PayPal integration
* Amazon Payments integration (deprecated)
* PayPal integration
* Tracking of RFID key assignments
* Track members' mentors
* Customizable permissions and roles
Expand Down
2 changes: 1 addition & 1 deletion crm/config.sample.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
$config_modules[] = "billing";

// Amazon payment integration
$config_modules[] = "amazon_payment";
//$config_modules[] = "amazon_payment";

// Paypal integration
$config_modules[] = "paypal_payment";
Expand Down
4 changes: 2 additions & 2 deletions crm/include/crm.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
// Configuration ///////////////////////////////////////////////////////////////
$crm_version = array(
'major' => 0
, 'minor' => 7
, 'patch' => 42
, 'minor' => 8
, 'patch' => 0
, 'revision' => 'dev'
);
require_once($crm_root . '/config.inc.php');
Expand Down

0 comments on commit 667a608

Please sign in to comment.