diff --git a/.docker/release/files/usr/local/include/application.ini b/.docker/release/files/usr/local/include/application.ini index eea5cd99d..21adcbc9d 100644 --- a/.docker/release/files/usr/local/include/application.ini +++ b/.docker/release/files/usr/local/include/application.ini @@ -290,5 +290,5 @@ dev_email = "" dev_password = "" [version] -current = "2.20.5" +current = "2.20.6" saved = "Fri, 30 Sep 2022 12:34:56 +0000" diff --git a/CHANGELOG.md b/CHANGELOG.md index 50f034769..b084107fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 2.20.6 – 2022-11-08 + +### Fixed +- ?admin login failed + [#642](https://github.com/the-djmaze/snappymail/pull/642) +- Resolve PHP 8.2 Creation of dynamic property is deprecated + + ## 2.20.5 – 2022-11-08 ### Nextcloud diff --git a/README.md b/README.md index cbf7b7ee4..882a3c4fd 100644 --- a/README.md +++ b/README.md @@ -140,26 +140,26 @@ RainLoop 1.17 vs SnappyMail |js/* |RainLoop |Snappy | |--------------- |--------: |--------: | -|admin.js |2.170.153 | 81.587 | -|app.js |4.207.787 | 406.618 | +|admin.js |2.170.153 | 81.239 | +|app.js |4.207.787 | 406.270 | |boot.js | 868.735 | 2.055 | |libs.js | 658.812 | 192.965 | |sieve.js | 0 | 86.121 | |polyfills.js | 334.608 | 0 | |serviceworker.js | 0 | 285 | -|TOTAL |8.240.095 | 769.631 | +|TOTAL |8.240.095 | 768.935 | |js/min/* |RainLoop |Snappy |RL gzip |SM gzip |RL brotli |SM brotli | |--------------- |--------: |--------: |------: |------: |--------: |--------: | -|admin.min.js | 256.831 | 40.266 | 73.606 | 13.442 | 60.877 | 12.047 | -|app.min.js | 515.367 | 188.188 |139.456 | 62.570 |110.485 | 53.596 | +|admin.min.js | 256.831 | 40.167 | 73.606 | 13.399 | 60.877 | 12.006 | +|app.min.js | 515.367 | 188.083 |139.456 | 62.512 |110.485 | 53.609 | |boot.min.js | 84.659 | 1.261 | 26.998 | 776 | 23.643 | 633 | |libs.min.js | 584.772 | 92.055 |180.901 | 34.113 |155.182 | 30.641 | |sieve.min.js | 0 | 41.926 | 0 | 10.484 | 0 | 9.451 | |polyfills.min.js | 32.837 | 0 | 11.406 | 0 | 10.175 | 0 | -|TOTAL user |1.217.635 | 281.504 |358.761 | 97.459 |299.485 | 84.870 | -|TOTAL user+sieve |1.217.635 | 323.430 |358.761 |107.943 |299.485 | 94.321 | -|TOTAL admin | 959.099 | 133.582 |292.911 | 48.331 |249.877 | 43.321 | +|TOTAL user |1.217.635 | 281.399 |358.761 | 97.401 |299.485 | 84.883 | +|TOTAL user+sieve |1.217.635 | 323.325 |358.761 |107.885 |299.485 | 94.334 | +|TOTAL admin | 959.099 | 133.483 |292.911 | 48.288 |249.877 | 43.280 | For a user its around 70% smaller and faster than traditional RainLoop. diff --git a/integrations/cloudron/DESCRIPTION.md b/integrations/cloudron/DESCRIPTION.md index a2146ba41..8e5017ec7 100644 --- a/integrations/cloudron/DESCRIPTION.md +++ b/integrations/cloudron/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages SnappyMail 2.20.5. +This app packages SnappyMail 2.20.6. SnappyMail is a simple, modern, lightweight & fast web-based email client. diff --git a/integrations/cloudron/Dockerfile b/integrations/cloudron/Dockerfile index 1ec380400..94afd7e11 100644 --- a/integrations/cloudron/Dockerfile +++ b/integrations/cloudron/Dockerfile @@ -4,7 +4,7 @@ RUN mkdir -p /app/code WORKDIR /app/code # If you change the extraction below, be sure to test on scaleway -VERSION=2.20.5 +VERSION=2.20.6 RUN wget https://github.com/the-djmaze/snappymail/releases/download/v${VERSION}/snappymail-${VERSION}.zip -O /tmp/snappymail.zip && \ unzip /tmp/snappymail.zip -d /app/code && \ rm /tmp/snappymail.zip && \ diff --git a/integrations/nextcloud/snappymail/appinfo/info.xml b/integrations/nextcloud/snappymail/appinfo/info.xml index 7b37b157d..4d12626cc 100644 --- a/integrations/nextcloud/snappymail/appinfo/info.xml +++ b/integrations/nextcloud/snappymail/appinfo/info.xml @@ -3,7 +3,7 @@ snappymail SnappyMail SnappyMail Webmail - 2.20.5 + 2.20.6 agpl SnappyMail, RainLoop Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli