-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#### 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](https://docs.zammad.org/en/latest/api/user.html#update). #### Features - Create & Update Zammad Objects - Update Zammad User
- Loading branch information
1 parent
ca79c92
commit e3d9ec4
Showing
8 changed files
with
22 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters