From 5ee82f116f3d470114d8b5109b813d7312ef84c7 Mon Sep 17 00:00:00 2001 From: rafageist Date: Sun, 24 Dec 2023 18:17:01 -0300 Subject: [PATCH] release v6 --- CHANGELOG.md | 3 +++ src/div.php | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed12227..e4b8ad6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +Dec 24, 2023 +- Moving forward to PHP 8.x && phpstan checks level 3 + Feb 11, 2020 -------------------------- - `minor fix`: Array and string offset access syntax with curly braces is deprecated diff --git a/src/div.php b/src/div.php index d614745..26a907f 100644 --- a/src/div.php +++ b/src/div.php @@ -25,7 +25,7 @@ * * @package divengine/div * @author Rafa Rodriguez @rafageist [https://rafageist.com] - * @version 5.2.0 + * @version 6.0.0 * * @link https://divengine.org/docs/div-php-template-engine * @link https://github.com/divengine/div @@ -743,7 +743,7 @@ class div // ----- Internals ----- // current version of Div - private static $__version = '5.1.6'; + private static $__version = '6.0.0'; // name of the super class private static $__super_class;