mirror of
https://github.com/smarty-php/smarty.git
synced 2026-08-08 06:22:14 +02:00
Compare commits
4 Commits
issue/1063
..
v5.4.3
| Author | SHA1 | Date | |
|---|---|---|---|
| c6bff57950 | |||
| 07faafe4da | |||
| 295b7fb582 | |||
| cf9de567c1 |
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [5.4.3] - 2024-12-23
|
||||
- Fix PHP backtraces by qualifying/replacing `call_user_func_array` calls [#1074](https://github.com/smarty-php/smarty/issues/1074)
|
||||
|
||||
|
||||
## [5.4.2] - 2024-11-20
|
||||
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
- Fix PHP backtraces by qualifying/replacing `call_user_func_array` calls [#1074](https://github.com/smarty-php/smarty/issues/1074)
|
||||
+1
-1
@@ -54,7 +54,7 @@ class Smarty extends \Smarty\TemplateBase {
|
||||
/**
|
||||
* smarty version
|
||||
*/
|
||||
const SMARTY_VERSION = '5.4.2';
|
||||
const SMARTY_VERSION = '5.4.3';
|
||||
|
||||
/**
|
||||
* define caching modes
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM php:8.4-rc-cli-bullseye
|
||||
FROM php:8.4-cli-bullseye
|
||||
|
||||
## Basic utilities
|
||||
RUN apt-get update -yqq && apt-get install -y curl apt-utils git zip unzip
|
||||
|
||||
Reference in New Issue
Block a user