mirror of
https://github.com/smarty-php/smarty.git
synced 2026-08-06 13:34:11 +02:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 533fa2abe3 | |||
| b05bb7186b | |||
| 9f6f21f0a0 | |||
| 84128a68ed |
@@ -1,6 +1,10 @@
|
||||
=== Unreleased ===
|
||||
|
||||
=== 2.6.33 - 2021-10-23 ===
|
||||
- Removed trailing comma in composer.json
|
||||
|
||||
=== 2.6.32 - 2021-10-22 ===
|
||||
- php8 compatability fix using empty() instead of @count()
|
||||
|
||||
=== 2.6.31 - 2017-11-03 ===
|
||||
- replace functions deprecated in PHP 7.2
|
||||
|
||||
+1
-1
@@ -29,5 +29,5 @@
|
||||
"libs/Smarty_Compiler.class.php",
|
||||
"libs/Config_File.class.php"
|
||||
]
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
@@ -464,7 +464,7 @@ class Smarty
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
var $_version = '2.6.32';
|
||||
var $_version = '2.6.33';
|
||||
|
||||
/**
|
||||
* current template inclusion depth
|
||||
|
||||
Reference in New Issue
Block a user