Skip to content

Commit

Permalink
Updated ChangeLog and README.md for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
rdevroede committed Nov 20, 2015
1 parent 1d9fc90 commit bc1a165
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
* Fri Nov 20 2015 Richard de Vroede <richard@1afa.com> v0.6.0
- Composer: updated authors;
- Composer: set autoload to PSR-4 as PSR-0 is deprecated;
- Composer: require SabreDAV 3.0.5;
- Add support for specifying the port of the LDAP server;
- Browser plugin: added optional delete function;
- Move repo from owner `bokxing-it` to `1afa` for organizational reasons;
- Log: make log level configurable in config file
- Log: make log level configurable in config file;

* Tue Dec 30 2014 Alfred Klomp <alfred@1afa.com> v0.5.0
- Auth: add logger object, log various debug messages;
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,12 @@ statements.) Include a mention of what you think the output should be.

## Upgrading

### From 0.5 to 0.6

If you want to migrate an older config, you need to add the new config options:
- `'ldap_port' => 389,`
- `'browserplugin_enable_delete' => false,`

### From 0.4 to 0.5

If you want to migrate an older config, you probably need to add the new
Expand Down

0 comments on commit bc1a165

Please sign in to comment.