Releases: codebar-ag/laravel-zammad
Releases · codebar-ag/laravel-zammad
v4.0
Feature Refresh (#35) * WIP * WIP * WIP
v3.6
Tests (#33) Co-authored-by: Sebastian Bürgin-Fix <[email protected]>
v3.5
Feature Optional Options (#31)
v3.4
Feature Optional Options (#31)
v3.3
Saloon 3 (#29)
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