Skip to content

Commit

Permalink
Merge branch 'hackzilla-project:master' into 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
regisgrison authored Nov 27, 2024
2 parents 50d71ce + e99d3e7 commit f9fed28
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.8.1](https://github.com/hackzilla/TicketBundle/compare/3.8.0...3.8.1) - 2022-01-04

* allow PHP8
* minor #151 Vich TicketMessageWithAttachment.xml renamed to Entity.TicketMessageWithAttachment.xml

## [3.8.0](https://github.com/hackzilla/TicketBundle/compare/3.7.0...3.8.0) - 2021-02-25

* minor #203 Added XML routing (phansys)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<vich_uploader class="Hackzilla\Bundle\TicketBundle\Entity\TicketMessageWithAttachment">
<field mapping="ticket_message_attachment" name="attachmentFile" filename_property="attachmentName"/>
</vich_uploader>

0 comments on commit f9fed28

Please sign in to comment.