aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaude <longneck@scratchbook.ch>2017-09-29 17:38:26 +0200
committerClaude <longneck@scratchbook.ch>2017-09-29 17:38:26 +0200
commitb11e13d0620275a2949810aa195e6bbf7733e737 (patch)
tree752f3f0910dac954d2a1280fbd476f46dd19dc71
parent21b4ff3b2ece5f8bd7ccce0c065a980fd56e5dae (diff)
downloadstikked-fit-b11e13d0620275a2949810aa195e6bbf7733e737.tar.gz
stikked-fit-b11e13d0620275a2949810aa195e6bbf7733e737.tar.bz2
stikked-fit-b11e13d0620275a2949810aa195e6bbf7733e737.zip
update readme
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2df97aa..4027c34 100644
--- a/README.md
+++ b/README.md
@@ -81,6 +81,25 @@ In the folder doc/, you will find:
Changelog
---------
+### Version 0.12.0:
+
+* Updates ensuring the compatibility with PHP7:
+ * Updated CodeIgniter to 3.1.5
+ * Updated GeSHi to 1.0.9.0
+* Ability to run Stikked in Docker
+* Small security fixes regarding XSS and LDAP
+* Various bugfixes and improvements
+
+#### Upgrade instructions
+
+Copy your htdocs/application/stikked.php config file away. Upload the new version. Copy it back.
+
+If you want to keep QR codes being displayed, add the following line in config/stikked.php:
+
+```php
+$config['qr_enabled'] = true;
+```
+
### Version 0.11.0:
* Upgrade to CodeIgniter 3.1.0

© 2014-2024 Faster IT GmbH | imprint | privacy policy