Skip to content

Commit

Permalink
3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed Aug 26, 2020
1 parent d86670f commit 5594856
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.5.0](https://github.com/hackzilla/TicketBundle/compare/3.4.0...3.5.0) - 2020-08-26

* minor #175 Add configuration for Dependabot (phansys)
* bugfix #176 Explicitly require "doctrine/common" (phansys)
* minor #172 Update `README.md` (phansys)
* minor #170 Update coding standard rules (phansys)
* minor #169 Update "Version Matrix" section at `README.md` (phansys)
* minor #168 Add status badges for GitHub actions (phansys)
* minor #166 Add "friendsofsymfony/user-bundle" to development dependencies (phansys)
* minor #165 Narrow API marking classes as final (phansys)
* minor #164 Lint "*.xlf" files (phansys)
* minor #163 [#150] add Dutch translation (bghosts)
* minor #162 Fix some PHP CS rules (phansys)
* minor #161 Configure SCA through GH actions (phansys)

## [3.4.0](https://github.com/hackzilla/TicketBundle/compare/3.3.1...3.4.0) - 2020-07-03

* bugfix #160 Fix bad call at `TicketManager::getTicketList()` (phansys)
Expand Down
30 changes: 30 additions & 0 deletions UPGRADE-3.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
UPGRADE FROM 3.4 to 3.5
=======================

## API narrowing

* Extending the following classes is deprecated since they were
marked as final.

- `Hackzilla\Bundle\TicketBundle\Command\AutoClosingCommand`;
- `Hackzilla\Bundle\TicketBundle\Command\TicketManagerCommand`;
- `Hackzilla\Bundle\TicketBundle\Component\TicketFeatures`;
- `Hackzilla\Bundle\TicketBundle\Controller\TicketAttachmentController`;
- `Hackzilla\Bundle\TicketBundle\Controller\TicketController`;
- `Hackzilla\Bundle\TicketBundle\DependencyInjection\Compiler\DoctrineOrmMappingsPass`;
- `Hackzilla\Bundle\TicketBundle\DependencyInjection\Configuration`;
- `Hackzilla\Bundle\TicketBundle\DependencyInjection\HackzillaTicketExtension`;
- `Hackzilla\Bundle\TicketBundle\Event\TicketEvent`;
- `Hackzilla\Bundle\TicketBundle\EventListener\FileSubscriber`;
- `Hackzilla\Bundle\TicketBundle\EventListener\UserLoad`;
- `Hackzilla\Bundle\TicketBundle\Form\DataTransformer\StatusTransformer`;
- `Hackzilla\Bundle\TicketBundle\Manager\TicketManager`;
- `Hackzilla\Bundle\TicketBundle\Manager\UserManager`;
- `Hackzilla\Bundle\TicketBundle\TicketRole`;
- `Hackzilla\Bundle\TicketBundle\Type\PriorityType`;
- `Hackzilla\Bundle\TicketBundle\Type\StatusType`;
- `Hackzilla\Bundle\TicketBundle\Type\TicketMessageType`;
- `Hackzilla\Bundle\TicketBundle\Type\TicketType`;
- `Hackzilla\Bundle\TicketBundle\TwigExtension\TicketFeatureExtension`;
- `Hackzilla\Bundle\TicketBundle\TwigExtension\TicketGlobalExtension`.

UPGRADE FROM 3.3 to 3.4
=======================

Expand Down

0 comments on commit 5594856

Please sign in to comment.