Releases: codebar-ag/laravel-zammad
Releases · codebar-ag/laravel-zammad
v3.2
Merge pull request #26 from codebar-ag/feature-release Feature Release
v3.1
Feature Upgrades (#25) Implemented Laravel Saloon
v3.0.0
Laravel 10 & PHP 8.2 only (#22) * Laravel 10 & PHP 8.2 Only
v2.0.2
Critical
Comment DTO
- Replaced $body_without_blockquote variable with $body_filtered
- Dropped $body_only_blockquote
Core
- Dropped support for PHP versions below < 8.1
- Replaced PHPUnit for PEST
- Moved HTTP requests to a dedicated class
RequestClass.php
Improvements
- 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.
Features
- Create & Update Zammad Objects
- Update Zammad User
2.0.1
v2.0.1 beta ### 2.0.1 beta #### Critical **Comment DTO** - Replaced $body_without_blockquote variable with $body_filtered - Dropped $body_only_blockquote #### Core - Dropped support for PHP versions below 8.1 - Replaced PHPUnit for PEST - Moved HTTP requests to a dedicated class `RequestClass.php` #### Improvements - 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 for Signature and Replied HTML via the configuration file - Define via configuration variable if a 'Unprocessable Entity' response related to an object reference should be ignored. [More information](https://docs.zammad.org/en/latest/api/user.html#update). #### Features - Create & Update Zammad Objects - Update Zammad User
2.0.0
Merge pull request #10 from codebar-ag/feature-larave-9 Push composer dependencies
1.0.0
- Stable release.
0.1.2
- Added
origin_by_id
to the comment DTO - Added
sender
to the comment DTO
0.1.1
- Added
body_without_blockquote
andbody_only_blockquote
attribute to the
comment DTO
0.1.0
⚠️ [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