1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-07-31 13:40:08 +02:00

Fix deprecated for PHP 8.1

This commit is contained in:
Mikael Roos
2022-05-24 16:37:50 +02:00
parent dd315dbd21
commit 5f4280d387
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<?php
// Version of cimage and img.php
define("CIMAGE_VERSION", "v0.8.2 (2021-10-27)");
define("CIMAGE_VERSION", "v0.8.3 (2022-05-24)");
// For CRemoteImage
define("CIMAGE_USER_AGENT", "CImage/" . CIMAGE_VERSION);