Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Commit

Permalink
Update CHANGELOG to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brunnopleffken committed Jun 19, 2015
1 parent b38f9e3 commit 9bf201b
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## v0.5.0 (2015-06-19)

#### Added
- Threads flagged as read or unread: it'll check last post date, except your own reply;
- Quote replies of other members;
- Show or hide your e-mail address in profile;
- Admin CP: edit CSS file via Administration panel.

#### Fixed
- Set/unset a reply as best answer is now working properly;
- Minor bug fixes and layout enhancements.

#### Security
- Improved validations when performing moderation actions (lock/unlock, delete, ...).



## v0.4.2 (2015-06-14)

#### Critical
Expand Down Expand Up @@ -48,11 +65,13 @@

#### Fixed
- `input[type=file]` fields passing without validation, even with `.required` class;
- Fixed a critical exploit that could allow cross-side scripting and HTML injection in posts/messages.
- User with Administrator privileges were unable to edit/delete other users' posts;
- Removed dynamic BODY class that causes letters on screen to blink during page reload;
- Few minor bug fixes.

#### Security
- Fixed a critical exploit that could allow cross-side scripting and HTML injection in posts/messages.

#### Deprecated
- In controllers, `$this->config[]` no longer exists. Use `$this->Core->config[]` instead.

Expand Down

0 comments on commit 9bf201b

Please sign in to comment.