| 1 |
|
// $Id$ |
| 2 |
|
|
| 3 |
|
civimember_roles 6.x-3.0-beta1 |
| 4 |
|
_____________________________________ |
| 5 |
|
|
| 6 |
|
- This is the first version of CiviMember Roles that works with Drupal 6.x |
| 7 |
|
and CiviCRM 2.1 alpha. |
| 8 |
|
|
| 9 |
|
|
| 10 |
|
civimember_roles 5.x-2.0 |
| 11 |
|
_____________________________________ |
| 12 |
|
|
| 13 |
|
- This version works for CiviCRM 2.0 and Drupal 5.x. Use version |
| 14 |
|
5.x-1.2 if you are using CiviCRM 1.9 and Drupal 5.x. |
| 15 |
|
|
| 16 |
|
|
| 17 |
|
civimember_roles 5.x-2.0-alpha2 |
| 18 |
|
_____________________________________ |
| 19 |
|
|
| 20 |
|
- Bug fixes from version 1.1 have been merged into version 2.0. |
| 21 |
|
|
| 22 |
|
|
| 23 |
|
civimember_roles 5.x-2.0-alpha1 |
| 24 |
|
_____________________________________ |
| 25 |
|
|
| 26 |
|
- This release has all the same features as the 1.0 release but it works |
| 27 |
|
with CiviCRM 2.0 alpha 3 and Drupal 5.x. |
| 28 |
|
|
| 29 |
|
|
| 30 |
|
civimember_roles 5.x-1.2 |
| 31 |
|
_____________________________________ |
| 32 |
|
|
| 33 |
|
- Major code revision. Drupal UID to CiviCRM Contact ID is done my the |
| 34 |
|
CRM_Core_BAO_UFMatch class now instead of by email. This should increase stability. |
| 35 |
|
- Added initial watchdog error reporting. |
| 36 |
|
- Permission work-around implemented. Normal users can now apply roles |
| 37 |
|
using various synchronize methods. |
| 38 |
|
|
| 39 |
|
|
| 40 |
|
civimember_roles 5.x-1.1 |
| 41 |
|
_____________________________________ |
| 42 |
|
|
| 43 |
|
- #217237 by posco: Fixes a critical bug that prevents hook_cron() from |
| 44 |
|
running the sync function. Thanks to rallycivic for finding this bug. |
| 45 |
|
- #217201 by rallycivic: Fixed a bug that caused synchronization to fail if a |
| 46 |
|
Drupal user doesn't exist for every CiviCRM Contact. |
| 47 |
|
|
| 48 |
|
|
| 49 |
|
civimember_roles 5.x-1.0 |
| 50 |
|
_____________________________________ |
| 51 |
|
|
| 52 |
|
- Beta status was lifted |
| 53 |
|
|
| 54 |
|
|
| 55 |
|
civimember_roles 5.x-1.0-beta1 |
| 56 |
|
_____________________________________ |
| 57 |
|
|
| 58 |
|
- Initial version published on Drupal.org. |