Skip to content

Commit

Permalink
Release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwire committed Jun 12, 2019
1 parent 7ba129d commit 321f7e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Useful extensions of recurring contribution functionality in CiviCRM. Particular

## MJW Version
* Adds a "Basic" recurring processor.
* Hide recurring checkbox on contribution pages if forced.
* Allow passing in "Other amount" via fixed_amount parameter on URL (configure a contribution page with other amount enabled) - other amount will be set to the value of the URL parameter and hidden.

## Reports

Expand Down
9 changes: 4 additions & 5 deletions info.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<extension key="ca.civicrm.contributionrecur" type="module">
<file>contributionrecur</file>
<name>Recurring Contributions</name>
<name>Recurring Contributions (MJWConsulting version</name>
<description>Recurring contributions, additional functionality</description>
<license>AGPL-3.0</license>
<maintainer>
Expand All @@ -12,13 +12,12 @@
<url desc="Main Extension Page">https://github.com/mattwire/ca.civicrm.contributionrecur</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2019-06-05</releaseDate>
<version>1.1</version>
<develStage>beta</develStage>
<releaseDate>2019-06-12</releaseDate>
<version>1.2</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.13</ver>
</compatibility>
<comments>This module is being incubated</comments>
<civix>
<namespace>CRM/Contributionrecur</namespace>
</civix>
Expand Down

0 comments on commit 321f7e7

Please sign in to comment.