-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
19 lines (12 loc) · 1.17 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
CiviCRM Group Sync
Author: Brian Shaughnessy
Url: www.lcdservices.biz
CiviCRM Group Sync is used to synchronize CiviCRM groups with Joomla 1.6+ ACL groups. After creating a sync rule using the component interface, any contacts added to a CiviCRM group will be added to corresponding linked Joomla ACL groups (provided the contact has an associated user record), and vice versa.
The extension, consisting of a component and plugin, handles synching when a user is added to an ACL group, when a contact is added to a CiviCRM group, and when a rule is created.
To download the package from github, click the download button and choose your preferred format. Or download a past version from the tags list. The single-package installer will install the component and install/enable the plugin.
Please use the github issue tracker to report any bugs.
ChangeLog:
- v2.0.0 :: Joomla 3.3.x/CiviCRM 4.4.x compatibility
- v2.0.1 :: remove references to DS constant for Joomla 3.3.x installation
- v2.0.2 :: condition the onContentAfterSave event for J2.5 and J3.0 compatibility
- v2.1.0 :: updates for Joomla 3.4.4 and CiviCRM 4.6.9 compatibility; code cleanup; ensure we trigger on ufmatch creation