-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
| Q | A | ||
| --------------- | ----- | ||
| Branch? | 0.5 or 0.x <!-- see the comment below --> | ||
| Branch? | 0.8 or 0.x <!-- see the comment below --> | ||
| Bug fix? | no/yes | ||
| New feature? | no/yes | ||
| Related tickets | fixes #X, partially #Y, mentioned in #Z | ||
| License | MIT | ||
|
||
<!-- | ||
- Bug fixes must be submitted against the 0.5 branch | ||
- Bug fixes must be submitted against the 0.8 branch | ||
- Features and deprecations must be submitted against the 0.x branch | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## Change Log | ||
|
||
### v0.8.0 (2022/01/03 17:24 +00:00) | ||
- [#379](https://github.com/Monofony/Monofony/pull/379) Use Symfony style for commands (@loic425) | ||
- [#378](https://github.com/Monofony/Monofony/pull/378) Bump Symfony flex version from 1.17 to 2.0 (@loic425) | ||
- [#377](https://github.com/Monofony/Monofony/pull/377) Use Foundry for data fixtures (@loic425) | ||
- [#376](https://github.com/Monofony/Monofony/pull/376) Attributes for Doctrine mapping (@loic425) | ||
- [#375](https://github.com/Monofony/Monofony/pull/375) Template events on admin layout (@loic425) | ||
- [#374](https://github.com/Monofony/Monofony/pull/374) Use grids as service (@loic425) | ||
- [#373](https://github.com/Monofony/Monofony/pull/373) Fix Symfony packs for Flex (@loic425) | ||
- [#372](https://github.com/Monofony/Monofony/pull/372) Constructor promotion (@loic425) | ||
- [#371](https://github.com/Monofony/Monofony/pull/371) Remove Symfony 6 support for now (@loic425) | ||
- [#370](https://github.com/Monofony/Monofony/pull/370) Remove Infection (@loic425) | ||
- [#369](https://github.com/Monofony/Monofony/pull/369) [Maintenance] Some annotations to attributes (@loic425) | ||
- [#368](https://github.com/Monofony/Monofony/pull/368) Apply some typehints on Api pack (@loic425) | ||
- [#367](https://github.com/Monofony/Monofony/pull/367) Apply some typehints on Core recipes (@loic425) | ||
- [#366](https://github.com/Monofony/Monofony/pull/366) [Maintenance] Fix CI (@loic425) | ||
- [#364](https://github.com/Monofony/Monofony/pull/364) Init Rector (@loic425) | ||
- [#363](https://github.com/Monofony/Monofony/pull/363) Upgrade coding standards (@loic425) | ||
- [#361](https://github.com/Monofony/Monofony/pull/361) Upgrade PHPStan level (@loic425) | ||
- [#362](https://github.com/Monofony/Monofony/pull/362) Upgrade package alias (@loic425) | ||
- [#359](https://github.com/Monofony/Monofony/pull/359) Exclude paths on PHPStan (@loic425) | ||
- [#356](https://github.com/Monofony/Monofony/pull/356) Update sensio/framework-extra-bundle requirement from ^5.1 to ^6.2 (@dependabot[bot]) | ||
- [#331](https://github.com/Monofony/Monofony/pull/331) Upgrade to GitHub-native Dependabot (@dependabot-preview[bot]) | ||
- [#355](https://github.com/Monofony/Monofony/pull/355) [Install] Remove directory checker (@loic425) | ||
- [#354](https://github.com/Monofony/Monofony/pull/354) Outdate the legacy documentation (@loic425) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters