mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-27 05:21:11 -05:00
update readme
This commit is contained in:
parent
21b4ff3b2e
commit
b11e13d062
19
README.md
19
README.md
@ -81,6 +81,25 @@ In the folder doc/, you will find:
|
|||||||
Changelog
|
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:
|
### Version 0.11.0:
|
||||||
|
|
||||||
* Upgrade to CodeIgniter 3.1.0
|
* Upgrade to CodeIgniter 3.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user