uc_recurring 7.x-2.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| uc_recurring-7.x-2.0-alpha2.tar.gz | 78.91 KB | dfc601606c0e59d52a239c4581ead35f |
| uc_recurring-7.x-2.0-alpha2.zip | 103.72 KB | 9e198a1a16f1853ed18f40918cbec38a |
Release notes
Issue #1509328 by mattwad: Subscription manager incorrectly showing 'None' under trial
Issue #1283352: added the uc_order_admin function that was removed from ubercart
Issue #1400196 by kmhanser: upgrade paypal ipn code to D7
Issue #1380694: Notice: Undefined index: #parameters Error at checkout
Issue #1308786 by aaronbauman: Fixed nonexistent criteria in uc_recurring_hosted_paypal_wpp_profile_creation_form_subm
Issue #1292826 by vmi: Fixed Recurring fee cancel function failing with authorize.net ARB.
uc_recurring 6.x-2.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| uc_recurring-6.x-2.0-beta1.tar.gz | 73.43 KB | 11025825a7a824eb3b0c88e18392db26 |
| uc_recurring-6.x-2.0-beta1.zip | 96.55 KB | 97bbd7d905009b2c15cb8b4b5fbc1c68 |
Release notes
Long overdue release with lots of small bug fixes.
uc_recurring 7.x-2.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| uc_recurring-7.x-2.0-alpha1.tar.gz | 77.88 KB | 9c85f7a1af036fb52a4ba405b4e1ff1b |
| uc_recurring-7.x-2.0-alpha1.zip | 102.65 KB | 8a34db8ff7efd82da8706b257e3fcbc6 |
Release notes
Straight port of module to Drupal 7
uc_recurring 6.x-2.0-alpha6
| Download | Size | md5 hash |
|---|---|---|
| uc_recurring-6.x-2.0-alpha6.tar.gz | 78.22 KB | a4135aca516d50bc193ce23d0abe4876 |
| uc_recurring-6.x-2.0-alpha6.zip | 100.34 KB | f90e27b78d484a16689f5c95c7744781 |
Release notes
Fix 6011 update that may cause update to fail.
uc_recurring 7.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| uc_recurring-7.x-2.x-dev.tar.gz | 78.94 KB | f3f8e0592500b99c47bc9a8daf3afd91 |
| uc_recurring-7.x-2.x-dev.zip | 103.74 KB | ebe0d5c863e98827e57925632f2e5d57 |
Release notes
Development snapshots - straight port from uc_recurring-6.x-2.x branch.
Functionality still needed to complete the port:
* convert CA to rules
uc_recurring 6.x-2.0-alpha5
| Download | Size | md5 hash |
|---|---|---|
| uc_recurring-6.x-2.0-alpha5.tar.gz | 77.04 KB | bbdde3e34bf8c655db5ac2e699fd6cc9 |
| uc_recurring-6.x-2.0-alpha5.zip | 96.8 KB | 210749f85902d955b005e5b5b044b21c |
Release notes
New Modules:
~~~~~~~~~~~~
uc_recurring_product - separate product features into its own module from the core recurring api.
uc_recurring_subscription - UI for managing site membership/subscriptions.
uc_recurring 6.x-2.0-alpha4
| Download | Size | md5 hash |
|---|---|---|
| uc_recurring-6.x-2.0-alpha4.tar.gz | 49.19 KB | 1795dea5aae50968f0d6ae56b9680eac |
| uc_recurring-6.x-2.0-alpha4.zip | 61.02 KB | 64260000fb0333a62dd2946267e8d7ae |
Release notes
This provides now support for:
* Paypal WPP
* Authorize.net ARB
Along with various bug fixes.
uc_recurring 6.x-2.0-alpha3
| Download | Size | md5 hash |
|---|---|---|
| uc_recurring-6.x-2.0-alpha3.tar.gz | 39.67 KB | 94869a5752d70cea35e759ed215ca50c |
| uc_recurring-6.x-2.0-alpha3.zip | 49.1 KB | 4c7dc28cfab4e0aa7701fb7acea5ad0a |
Release notes
* Fix major issue causing payments to constantly be attempted even after they should be expired.
* Various other minor bug fixes
uc_recurring 6.x-2.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| uc_recurring-6.x-2.0-alpha2.tar.gz | 39.49 KB | 11d284eee332147a9605af1967dedb3f |
| uc_recurring-6.x-2.0-alpha2.zip | 48.94 KB | f0bc03c778104e5a689ff97561b3f30d |
Release notes
* add CA for expired recurring fee
* add uc_recurring_hosting module with Paypal WPS and Authorize.net ARB
New hooks:
* hook_recurring_access()
* hook_recurring_info_alter()
* hook_recurring_renewal_pending()
* hook_recurring_renewal_completed()
* hook_recurring_renewal_failed()
* hook_recurring_product_deleted()
* hook_recurring_user_deleted()
uc_recurring 6.x-2.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| uc_recurring-6.x-2.0-alpha1.tar.gz | 32.64 KB | cfa6a08cfd8c581a49286bb0361cc5e0 |
| uc_recurring-6.x-2.0-alpha1.zip | 39.57 KB | a87da3cbb1d0e64d997616022a2436e3 |
Release notes
First release of 2.x branch, improvements over 1.0 include:
* New/improved API for payment gateways to interface with uc_recurring - see hook_recurring_info()
* Ability to treat a recurring fee as a new order - so it gets access to everything a new order gets at the time of renewal e.g separate invoices, apply roles etc...
* Option for unlimited renewals (ie: renew until canceled)
* Option for recurring fee to be set that same as product price (ie: include things like attribute price adjustments into the fee)
* Conditional action support
* Extension API, admins can configure what will happen on a failed payments, e.g order can be extended and re-attempts as many times as required.
Payment methods/gateway supported:
* NONE - you can run uc_recurring without any payment methods/gateways enabled and it will track all payments owing
* test_gateway - so you can test out an example credit card interface
* Authorize.net CIM - fully supported
Payment Gateway partial support (work has started on):
* Paypal WPP and Paypal WPS
* Authorize.net ARB
uc_recurring 6.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| uc_recurring-6.x-2.x-dev.tar.gz | 73.37 KB | 528e02fda57269ebdba667130549d672 |
| uc_recurring-6.x-2.x-dev.zip | 96.52 KB | 0245f005c2a4ee8e44c2e7203ed8d50d |
Release notes
Nightly development snapshot including new development to the UC Recurring module since its removal from the core Ubercart package.
uc_recurring 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| uc_recurring-6.x-1.0.tar.gz | 17.25 KB | a63c77cc9c6cf78aa5c3f37c19f5e420 |
| uc_recurring-6.x-1.0.zip | 19.58 KB | 34eb2730896f4c8301fa9ca581602fc4 |
Release notes
UC Recurring 1.0 is a straight migration of the module as it stood in Ubercart 2.0-rc1 with a minor bugfix included. New development will take place in the UC Recurring 6.x-2.x branch where it can progress independently of the Ubercart development cycle.