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

v0.8.4 (2022-05-30)

This commit is contained in:
Mikael Roos
2022-05-30 15:32:20 +02:00
parent 4c0ac8ed23
commit 80cd4e092f
7 changed files with 21 additions and 14 deletions

View File

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