Skip to content

Commit

Permalink
4.4 changelog (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalchevrel committed Jun 2, 2016
1 parent 96555ab commit 839f958
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions app/models/changelog_data.php
Expand Up @@ -55,9 +55,26 @@
'4.1' => '2016-02-23',
'4.2' => '2016-03-14',
'4.3' => '2016-05-02',
'4.4' => '2016-06-02',
];

$changelog = [
'4.4' => [
[
'message' => ['Allow toggling all locales checkboxes in the <a href="/unlocalized-all/">global view</a> for commonly unlocalized words'],
'section' => ['end_user'],
'type' => ['new'],
'issue' => [697],
'authors' => ['SkySymbol', 'flod'],
],
[
'message' => ['XSS vulnerability on API promotion sub-model'],
'section' => ['code'],
'type' => ['bug'],
'issues' => [750],
'authors' => ['pascal'],
],
],
'4.3' => [
[
'message' => ['Allow filtering by components on <a href="/consistency/">Consistency view</a>'],
Expand Down

0 comments on commit 839f958

Please sign in to comment.