Skip to content

2.0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@StanBarrows StanBarrows released this 07 Jul 03:01
· 30 commits to main since this release
ca79c92
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