alt
Unzer
UnzerAI

UnzerAI

The responses generated by AI may include errors.

UnzerAI

Welcome to UnzerAI!

I'm here to help you with questions about Unzer's payment integration, APIs, and documentation.

Ask questions about Unzer and get help with your integration.

Versioning in PHP SDK

Learn how versions are created for the PHP SDK.

Overview

The SDK versioning is based on the Semantic Versioning.

The version number is composed as follows:

[Major-Version].[Minor-Version].[Patch-Version]

Major-Version

Changes here indicate significant (breaking) changes which are not backwards compatible.

Minor-Version

Changes here indicate new features in the SDK.

Patch-Version

Changes here indicate minor small changes like improvements, refactoring, or bug fixes.

icon
Change of version format
With version 3.0.0 the first segment, formerly representing API version gets omitted (i.e. 1.3.0.0 -> 3.0.0)