UPDATE: HLEB v1.6.76

This commit is contained in:
Evg 2022-10-15 07:02:19 +03:00
parent ace5f10d32
commit 4e5eae1fc6
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@
"require": {
"php": ">=7.4.0",
"ext-pdo": "*",
"phphleb/framework": ">=1.6.75",
"phphleb/framework": ">=1.6.76",
"phphleb/imageresizer": "dev-master",
"phphleb/debugpan": "1.*",
"phphleb/radjax": "dev-master",

View file

@ -6,7 +6,7 @@
// All calls are sent to this file.
// Все вызовы направляются в этот файл.
define('HLEB_START', microtime(true));
define('HLEB_FRAME_VERSION', "1.6.75");
define('HLEB_FRAME_VERSION', "1.6.76");
define('HLEB_PUBLIC_DIR', __DIR__);
// General headers.