Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2025 Aspose Pty Ltd
Copyright (c) 2026 Aspose Pty Ltd

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Packagist Version](https://img.shields.io/packagist/v/aspose/barcode-cloud-php)](https://packagist.org/packages/aspose/barcode-cloud-php)

- API version: 4.0
- Package version: 25.12.0
- Package version: 26.1.0
- Supported PHP versions: ">=8.0"

## SDK and API Version Compatibility:
Expand Down
2 changes: 1 addition & 1 deletion src/Aspose/BarCode/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Configuration implements JsonSerializable
*
* @var string
*/
protected $clientVersion = '25.12.0';
protected $clientVersion = '26.1.0';

/**
* ClientId for API
Expand Down
2 changes: 1 addition & 1 deletion src/Aspose/BarCode/GenerateApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/**
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose" file="GenerateApi.php">
* Copyright (c) 2025 Aspose Pty Ltd
* Copyright (c) 2026 Aspose Pty Ltd
* </copyright>
* <summary>
* Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/Aspose/BarCode/RecognizeApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/**
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose" file="RecognizeApi.php">
* Copyright (c) 2025 Aspose Pty Ltd
* Copyright (c) 2026 Aspose Pty Ltd
* </copyright>
* <summary>
* Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose" file="GenerateBodyRequestWrapper.php">
* Copyright (c) 2025 Aspose Pty Ltd
* Copyright (c) 2026 Aspose Pty Ltd
* </copyright>
* --------------------------------------------------------------------------------------------------------------------
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose" file="GenerateMultipartRequestWrapper.php">
* Copyright (c) 2025 Aspose Pty Ltd
* Copyright (c) 2026 Aspose Pty Ltd
* </copyright>
* --------------------------------------------------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Aspose/BarCode/Requests/GenerateRequestWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose" file="GenerateRequestWrapper.php">
* Copyright (c) 2025 Aspose Pty Ltd
* Copyright (c) 2026 Aspose Pty Ltd
* </copyright>
* --------------------------------------------------------------------------------------------------------------------
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose" file="RecognizeBase64RequestWrapper.php">
* Copyright (c) 2025 Aspose Pty Ltd
* Copyright (c) 2026 Aspose Pty Ltd
* </copyright>
* --------------------------------------------------------------------------------------------------------------------
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose" file="RecognizeMultipartRequestWrapper.php">
* Copyright (c) 2025 Aspose Pty Ltd
* Copyright (c) 2026 Aspose Pty Ltd
* </copyright>
* --------------------------------------------------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Aspose/BarCode/Requests/RecognizeRequestWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose" file="RecognizeRequestWrapper.php">
* Copyright (c) 2025 Aspose Pty Ltd
* Copyright (c) 2026 Aspose Pty Ltd
* </copyright>
* --------------------------------------------------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Aspose/BarCode/Requests/ScanBase64RequestWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose" file="ScanBase64RequestWrapper.php">
* Copyright (c) 2025 Aspose Pty Ltd
* Copyright (c) 2026 Aspose Pty Ltd
* </copyright>
* --------------------------------------------------------------------------------------------------------------------
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose" file="ScanMultipartRequestWrapper.php">
* Copyright (c) 2025 Aspose Pty Ltd
* Copyright (c) 2026 Aspose Pty Ltd
* </copyright>
* --------------------------------------------------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Aspose/BarCode/Requests/ScanRequestWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose" file="ScanRequestWrapper.php">
* Copyright (c) 2025 Aspose Pty Ltd
* Copyright (c) 2026 Aspose Pty Ltd
* </copyright>
* --------------------------------------------------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Aspose/BarCode/ScanApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/**
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose" file="ScanApi.php">
* Copyright (c) 2025 Aspose Pty Ltd
* Copyright (c) 2026 Aspose Pty Ltd
* </copyright>
* <summary>
* Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down