From 9250ecb6f118f16abf9775b47c9df25a86b9d51e Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Wed, 21 Aug 2019 09:57:18 +1200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39705cb..7aaf640 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ # ckanext-package-group-permissions A CKAN extension to allow any user with admin or editor role in an organisation to assign datasets in their organisation to any group in CKAN. -Tested with CKAN 2.8.3 +## Compatibility + +This extension has been tested with CKAN v2.8.3. + +While not tested with v2.7.0+ - the required permission was changed from 'update' to 'manage_group' in v2.7.0, so this **should** work in v2.7.0+. ## Our use case