Skip to content

Commit 1bfdae9

Browse files
authored
Release 25.8 (#87)
* Package version updated * Change ln command for macos compatibility
1 parent aa65830 commit 1bfdae9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Supported PHP Versions](https://img.shields.io/packagist/dependency-v/aspose/barcode-cloud-php/php)](https://packagist.org/packages/aspose/barcode-cloud-php)
77

88
- API version: 4.0
9-
- Package version: 25.7.0
9+
- Package version: 25.8.0
1010
- Supported PHP versions: ">=8.0"
1111

1212
## SDK and API Version Compatibility:

scripts/run_snippets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rm -rf "${RUN_DIR}" || true
1111
mkdir -p "${RUN_DIR}"
1212

1313
pushd ${RUN_DIR}
14-
ln -sv -F ../src/ .
14+
ln -sn -F ../src ./src
1515
popd
1616

1717
for file in $(find "${SNIPPETS_DIR}" -name "*.php"); do

src/Aspose/BarCode/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Configuration implements JsonSerializable
2020
*
2121
* @var string
2222
*/
23-
protected $clientVersion = '25.7.0';
23+
protected $clientVersion = '25.8.0';
2424

2525
/**
2626
* ClientId for API

0 commit comments

Comments
 (0)