Skip to content

Commit

Permalink
Update for release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Sep 19, 2020
1 parent 9956641 commit be73429
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
eZ Platform Site API changelog
==============================

4.0.0 (Unreleased)
4.0.0 (19.09.2020)
------------------

[`3.5.0...4.0.0`](https://github.com/netgen/ezplatform-site-api/compare/master...4.0)
[`3.5.0...4.0.0`](https://github.com/netgen/ezplatform-site-api/compare/3.5.0...4.0.0)

Version 4.0.0 is a major release where all previous deprecations have been removed and several breaking changes have
been introduced. For upgrade instructions see https://docs.netgen.io/projects/site-api/en/4.0.0/upgrades/upgrade_350_400.html.

### Added
* Autowired controllers by @MarioBlazek ([#165](https://github.com/netgen/ezplatform-site-api/pull/165))
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
[![Read the Docs](https://img.shields.io/readthedocs/netgen-ezplatform-site-api)](https://docs.netgen.io/projects/site-api/en/latest/)
[![Downloads](https://img.shields.io/packagist/dt/netgen/ezplatform-site-api.svg?style=popout)](https://packagist.org/packages/netgen/ezplatform-site-api)
[![Latest stable](https://img.shields.io/packagist/v/netgen/ezplatform-site-api.svg?style=popout)](https://packagist.org/packages/netgen/ezplatform-site-api)
[![PHP](https://img.shields.io/badge/PHP-%E2%89%A5%207.1-%238892BF.svg)](https://secure.php.net/)
[![eZ](https://img.shields.io/badge/eZ%20Platform-%E2%89%A5%202.4-orange.svg?style=popout)](https://ezplatform.com/)
[![PHP](https://img.shields.io/badge/PHP-%E2%89%A5%207.3-%238892BF.svg)](https://secure.php.net/)
[![eZ](https://img.shields.io/badge/eZ%20Platform-%E2%89%A5%203.1-orange.svg?style=popout)](https://ezplatform.com/)

</div>

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

0 comments on commit be73429

Please sign in to comment.