Updated Smarty from 4.0.4 to 4.1.0
This commit is contained in:
parent
354eaccd06
commit
a65285d31b
@ -62,7 +62,7 @@ define('FP_INCLUDES', 'fp-includes/');
|
|||||||
// core include scripts
|
// core include scripts
|
||||||
define('INCLUDES_DIR', FP_INCLUDES . 'core/');
|
define('INCLUDES_DIR', FP_INCLUDES . 'core/');
|
||||||
// smarty engine
|
// smarty engine
|
||||||
define('SMARTY_DIR', ABS_PATH . FP_INCLUDES . 'smarty-4.0.4/libs/');
|
define('SMARTY_DIR', ABS_PATH . FP_INCLUDES . 'smarty-4.1.0/libs/');
|
||||||
|
|
||||||
define('FP_INTERFACE', 'fp-interface/');
|
define('FP_INTERFACE', 'fp-interface/');
|
||||||
// theme dir
|
// theme dir
|
||||||
|
@ -28,6 +28,7 @@ jobs:
|
|||||||
- "7.3"
|
- "7.3"
|
||||||
- "7.4"
|
- "7.4"
|
||||||
- "8.0"
|
- "8.0"
|
||||||
|
- "8.1"
|
||||||
|
|
||||||
compiler:
|
compiler:
|
||||||
- default
|
- default
|
||||||
@ -36,6 +37,9 @@ jobs:
|
|||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
php-version: "8.0"
|
php-version: "8.0"
|
||||||
compiler: jit
|
compiler: jit
|
||||||
|
- os: ubuntu-latest
|
||||||
|
php-version: "8.1"
|
||||||
|
compiler: jit
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [4.1.0] - 2022-02-06
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- PHP8.1 compatibility [#713](https://github.com/smarty-php/smarty/pull/713)
|
||||||
|
|
||||||
## [4.0.4] - 2022-01-18
|
## [4.0.4] - 2022-01-18
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
@ -7,7 +7,7 @@ Smarty is a template engine for PHP, facilitating the separation of presentation
|
|||||||
Read the [documentation](https://smarty-php.github.io/smarty/) to find out how to use it.
|
Read the [documentation](https://smarty-php.github.io/smarty/) to find out how to use it.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
Smarty can be run with PHP 7.1 to PHP 8.0.
|
Smarty can be run with PHP 7.1 to PHP 8.1.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
Smarty versions 3.1.11 or later can be installed with [Composer](https://getcomposer.org/).
|
Smarty versions 3.1.11 or later can be installed with [Composer](https://getcomposer.org/).
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user