diff --git a/CHANGES b/CHANGES index b7a12d8e6..b6a9905d3 100644 --- a/CHANGES +++ b/CHANGES @@ -2144,4 +2144,5 @@ * mail: change the namespace separator of new installations to / * mail: enable acl * Disable THP +* filemanager: allow download dirs as zip files diff --git a/src/infra_version.js b/src/infra_version.js index ba1fda821..17825448e 100644 --- a/src/infra_version.js +++ b/src/infra_version.js @@ -22,6 +22,6 @@ exports = module.exports = { 'redis': { repo: 'cloudron/redis', tag: 'cloudron/redis:2.3.0@sha256:0e31ec817e235b1814c04af97b1e7cf0053384aca2569570ce92bef0d95e94d2' }, 'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:3.0.0@sha256:a54994eec2173bf2ab077c79bd234132a226dfa41b97ffbd9d7a85abc43aedde' }, 'graphite': { repo: 'cloudron/graphite', tag: 'cloudron/graphite:2.3.0@sha256:b7bc1ca4f4d0603a01369a689129aa273a938ce195fe43d00d42f4f2d5212f50' }, - 'sftp': { repo: 'cloudron/sftp', tag: 'cloudron/sftp:3.0.0@sha256:5b249db20ee559de2e3b669526763538cf1ec554966b51accdb7056b9be8fc0f' } + 'sftp': { repo: 'cloudron/sftp', tag: 'cloudron/sftp:3.0.0@sha256:7e0165f17789192fd4f92efb34aa373450fa859e3b502684b2b121a5582965bf' } } };