* Avoid username format validation for external requests (user must exist in database) * Fix bug with resource URL host validation (default HTTP ports not taken into account)
0.4
- Support CKAN 2.8. See 47 - Support for using environment variables for configuring the plugin. See 48 - General quality improvements by improving continuos integration code. See 45 and 46.
0.3
New features:
* API for revoking user permissions for accessing to datasets * Support for CKAN 2.7, implementation of IPermissionLabel
0.2.19
- Fix authz imports. See 36 - Allow to revoke users access using the API. See 37 - Log improvements
0.2.18
New features - The extension can be installed by executing `pip install ckanext-privatedatasets`. - Tests can be run by executing `python setup.py nosetests`
0.2.17
Included improvements: - The installation process have been eased so now the extension can be installed by running `python setup.py install`.