Skip to content

Commit

Permalink
release v6
Browse files Browse the repository at this point in the history
  • Loading branch information
rafageist committed Dec 24, 2023
1 parent c2f7dd5 commit 5ee82f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/div.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 5ee82f1

Please sign in to comment.