-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from mjwconsult/551fix
Fix install on CiviCRM 5.51+
- Loading branch information
Showing
4 changed files
with
35 additions
and
224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,15 +12,19 @@ | |
<author>Eileen McNaughton</author> | ||
<email>[email protected]</email> | ||
</maintainer> | ||
<releaseDate>2021-12-29</releaseDate> | ||
<version>1.9</version> | ||
<releaseDate>2022-08-22</releaseDate> | ||
<version>1.9.1</version> | ||
<develStage>stable</develStage> | ||
<compatibility> | ||
<ver>5.44</ver> | ||
<ver>5.49</ver> | ||
</compatibility> | ||
<comments>This extension makes the permission flag on a relationship work as a true ACL. In core CiviCRM that flag only allows the user to see the contact dashboard. However, in many cases it is a useful mechanism to give people permission to view contact records and search for contacts. | ||
This version also allows relationship types to be forced to being permissioned (via the relationship config screen) </comments> | ||
<civix> | ||
<namespace>CRM/Relatedpermissions</namespace> | ||
<format>22.05.2</format> | ||
</civix> | ||
<mixins> | ||
<mixin>[email protected]</mixin> | ||
</mixins> | ||
</extension> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters