Skip to content

Releases: codebar-ag/laravel-zammad

v4.0

09 Feb 10:11
bf9c079
Compare
Choose a tag to compare
v4.0 Pre-release
Pre-release
Feature Refresh (#35)

* WIP

* WIP

* WIP

v3.6

05 Jan 21:31
f76257d
Compare
Choose a tag to compare
Tests (#33)

Co-authored-by: Sebastian Bürgin-Fix <[email protected]>

v3.5

27 Dec 11:32
91f497a
Compare
Choose a tag to compare
Feature Optional Options (#31)

v3.4

20 Dec 22:35
91f497a
Compare
Choose a tag to compare
Feature Optional Options (#31)

v3.3

14 Dec 12:47
ddf10c0
Compare
Choose a tag to compare
Saloon 3 (#29)

v3.2

21 Sep 11:59
678e45d
Compare
Choose a tag to compare
Merge pull request #26 from codebar-ag/feature-release

Feature Release

v3.1

08 Aug 07:50
470d7f6
Compare
Choose a tag to compare
v3.1 Pre-release
Pre-release
Feature Upgrades (#25)

Implemented Laravel Saloon

v3.0.0

15 May 21:23
cea3799
Compare
Choose a tag to compare
v3.0.0 Pre-release
Pre-release
Laravel 10 & PHP 8.2 only (#22)

* Laravel 10 & PHP 8.2 Only

v2.0.2

07 Jul 13:12
e3d9ec4
Compare
Choose a tag to compare
v2.0.2 Pre-release
Pre-release

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

07 Jul 03:01
ca79c92
Compare
Choose a tag to compare
2.0.1 Pre-release
Pre-release
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