Skip to content

Commit 5594856

Browse files
committed
3.5.0
1 parent d86670f commit 5594856

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [3.5.0](https://github.com/hackzilla/TicketBundle/compare/3.4.0...3.5.0) - 2020-08-26
6+
7+
* minor #175 Add configuration for Dependabot (phansys)
8+
* bugfix #176 Explicitly require "doctrine/common" (phansys)
9+
* minor #172 Update `README.md` (phansys)
10+
* minor #170 Update coding standard rules (phansys)
11+
* minor #169 Update "Version Matrix" section at `README.md` (phansys)
12+
* minor #168 Add status badges for GitHub actions (phansys)
13+
* minor #166 Add "friendsofsymfony/user-bundle" to development dependencies (phansys)
14+
* minor #165 Narrow API marking classes as final (phansys)
15+
* minor #164 Lint "*.xlf" files (phansys)
16+
* minor #163 [#150] add Dutch translation (bghosts)
17+
* minor #162 Fix some PHP CS rules (phansys)
18+
* minor #161 Configure SCA through GH actions (phansys)
19+
520
## [3.4.0](https://github.com/hackzilla/TicketBundle/compare/3.3.1...3.4.0) - 2020-07-03
621

722
* bugfix #160 Fix bad call at `TicketManager::getTicketList()` (phansys)

UPGRADE-3.x.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
UPGRADE FROM 3.4 to 3.5
2+
=======================
3+
4+
## API narrowing
5+
6+
* Extending the following classes is deprecated since they were
7+
marked as final.
8+
9+
- `Hackzilla\Bundle\TicketBundle\Command\AutoClosingCommand`;
10+
- `Hackzilla\Bundle\TicketBundle\Command\TicketManagerCommand`;
11+
- `Hackzilla\Bundle\TicketBundle\Component\TicketFeatures`;
12+
- `Hackzilla\Bundle\TicketBundle\Controller\TicketAttachmentController`;
13+
- `Hackzilla\Bundle\TicketBundle\Controller\TicketController`;
14+
- `Hackzilla\Bundle\TicketBundle\DependencyInjection\Compiler\DoctrineOrmMappingsPass`;
15+
- `Hackzilla\Bundle\TicketBundle\DependencyInjection\Configuration`;
16+
- `Hackzilla\Bundle\TicketBundle\DependencyInjection\HackzillaTicketExtension`;
17+
- `Hackzilla\Bundle\TicketBundle\Event\TicketEvent`;
18+
- `Hackzilla\Bundle\TicketBundle\EventListener\FileSubscriber`;
19+
- `Hackzilla\Bundle\TicketBundle\EventListener\UserLoad`;
20+
- `Hackzilla\Bundle\TicketBundle\Form\DataTransformer\StatusTransformer`;
21+
- `Hackzilla\Bundle\TicketBundle\Manager\TicketManager`;
22+
- `Hackzilla\Bundle\TicketBundle\Manager\UserManager`;
23+
- `Hackzilla\Bundle\TicketBundle\TicketRole`;
24+
- `Hackzilla\Bundle\TicketBundle\Type\PriorityType`;
25+
- `Hackzilla\Bundle\TicketBundle\Type\StatusType`;
26+
- `Hackzilla\Bundle\TicketBundle\Type\TicketMessageType`;
27+
- `Hackzilla\Bundle\TicketBundle\Type\TicketType`;
28+
- `Hackzilla\Bundle\TicketBundle\TwigExtension\TicketFeatureExtension`;
29+
- `Hackzilla\Bundle\TicketBundle\TwigExtension\TicketGlobalExtension`.
30+
131
UPGRADE FROM 3.3 to 3.4
232
=======================
333

0 commit comments

Comments
 (0)