Skip to content

Releases: codebar-ag/laravel-zammad

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

2.0.0

18 Jun 07:51
425454c
Compare
Choose a tag to compare
2.0.0 Pre-release
Pre-release
Merge pull request #10 from codebar-ag/feature-larave-9

Push composer dependencies

1.0.0

22 Jul 08:51
Compare
Choose a tag to compare
  • Stable release.

0.1.2

19 May 14:58
Compare
Choose a tag to compare
  • Added origin_by_id to the comment DTO
  • Added sender to the comment DTO

0.1.1

18 May 13:37
Compare
Choose a tag to compare
  • Added body_without_blockquote and body_only_blockquote attribute to the
    comment DTO

0.1.0

18 May 08:20
7ee63b0
Compare
Choose a tag to compare
  • ⚠️ [Breaking Change] Changed user_id to customer_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