Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
claudehohl committed Sep 29, 2017
1 parent 21b4ff3 commit b11e13d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b11e13d

Please sign in to comment.