diff --git a/CHANGELOG.md b/CHANGELOG.md index 03c93f510..7853e4a42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## 0.9.11 +### Fixed +- Error on page access with no installed plugins (because Plugin directory is missing) + ## 0.9.10 ### Changed - Attributes in entity detail's link list are now grouped by linked entity diff --git a/app/Plugins/.gitignore b/app/Plugins/.gitignore new file mode 100644 index 000000000..e69de29bb