All notable changes to laravel-zammad
will be documented in this file.
Comment DTO
- Replaced $body_without_blockquote variable with $body_filtered
- Dropped $body_only_blockquote
- Dropped support for PHP versions below < 8.1
- Replaced PHPUnit for PEST
- Moved HTTP requests to a dedicated class
RequestClass.php
- Added dynamic retry values for failed HTTP requests that can be set via the configuration file.
- You can now pass User attributes within the searchOrCreateByEmail method to update or create user attributes within the same request.
- Added a dynamic HTML Stripe-Out possibiliites via configuration file.
- Define via configuration variable if a 'Unprocessable Entity' response related to an object reference should be ignored. More information.
- Create & Update Zammad Objects
- Update Zammad User
- Stable release.
- Added
origin_by_id
to the comment DTO - Added
sender
to the comment DTO
- Added
body_without_blockquote
andbody_only_blockquote
attribute to the comment DTO
⚠️ [Breaking Change] Changeduser_id
tocustomer_id
in the ticket DTO- Added sender_id for the comment DTO
- Optional subject for the comment DTO
- Added ticket showWithComment endpoint
- Added URL for the attachment DTO
- Facade was not registered correct.
- 🎉 initial release