Skip to content

Commit

Permalink
Merge pull request #537 from KnpLabs/release/3.0.0
Browse files Browse the repository at this point in the history
Prepare for 3.0
  • Loading branch information
polc authored Feb 28, 2019
2 parents 81adde3 + 1cda20e commit 06100a8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# 3.0.0

*Released at 2019-02-28*

### BC Breaks
- Drop support for EOL PHP versions (`5.4` and `5.5`)

### New features
- Added Japanese translation
- Added Czech translation
- Added Norwegian translation
- Added Materialize template
- Added font awesome sortable filters

### Bugfixes
- Fix README typos
- Require symfony/translation explicitly
- Avoid deprecation warning when using symfony/config >= 4.2
- Improve Bootstrap 3 template

# 2.8.0
*Released at 2018-05-16*

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.8.x-dev"
"dev-master": "3.0.x-dev"
}
}
}

0 comments on commit 06100a8

Please sign in to comment.