File tree Expand file tree Collapse file tree 2 files changed +45
-0
lines changed Expand file tree Collapse file tree 2 files changed +45
-0
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
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
+
5
20
## [ 3.4.0] ( https://github.com/hackzilla/TicketBundle/compare/3.3.1...3.4.0 ) - 2020-07-03
6
21
7
22
* bugfix #160 Fix bad call at ` TicketManager::getTicketList() ` (phansys)
Original file line number Diff line number Diff line change
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
+
1
31
UPGRADE FROM 3.3 to 3.4
2
32
=======================
3
33
You can’t perform that action at this time.
0 commit comments