mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 10:24:26 +02:00
committed 2.4.1 changes
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
* http://www.phpinsider.com
|
* http://www.phpinsider.com
|
||||||
*
|
*
|
||||||
* @link http://www.phpinsider.com
|
* @link http://www.phpinsider.com
|
||||||
* @version 2.4.0
|
* @version 2.4.1
|
||||||
* @copyright Copyright: 2001,2002 ispi of Lincoln, Inc.
|
* @copyright Copyright: 2001,2002 ispi of Lincoln, Inc.
|
||||||
* @author Andrei Zmievski <andrei@php.net>
|
* @author Andrei Zmievski <andrei@php.net>
|
||||||
* @access public
|
* @access public
|
||||||
|
3
NEWS
3
NEWS
@@ -1,3 +1,6 @@
|
|||||||
|
Version 2.4.1
|
||||||
|
-------------
|
||||||
|
|
||||||
- ignore case in IF statements (Rainer Collet, Monte)
|
- ignore case in IF statements (Rainer Collet, Monte)
|
||||||
- treat undefined constants as null (Ferdinand Beyer, Monte)
|
- treat undefined constants as null (Ferdinand Beyer, Monte)
|
||||||
- fix problem with inserts and nested fetches
|
- fix problem with inserts and nested fetches
|
||||||
|
2
README
2
README
@@ -2,7 +2,7 @@ NAME:
|
|||||||
|
|
||||||
Smarty - the PHP compiling template engine
|
Smarty - the PHP compiling template engine
|
||||||
|
|
||||||
VERSION: 2.4.0
|
VERSION: 2.4.1
|
||||||
|
|
||||||
AUTHORS:
|
AUTHORS:
|
||||||
|
|
||||||
|
@@ -1,3 +1,9 @@
|
|||||||
|
2.4.1
|
||||||
|
-----
|
||||||
|
|
||||||
|
This is basically a point release, cleaning up a few things caught
|
||||||
|
in the 2.4.0 release. See the NEWS file for full details.
|
||||||
|
|
||||||
2.4.0
|
2.4.0
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
@@ -39,7 +39,7 @@
|
|||||||
* @author Monte Ohrt <monte@ispi.net>
|
* @author Monte Ohrt <monte@ispi.net>
|
||||||
* @author Andrei Zmievski <andrei@php.net>
|
* @author Andrei Zmievski <andrei@php.net>
|
||||||
* @package Smarty
|
* @package Smarty
|
||||||
* @version 2.4.0
|
* @version 2.4.1
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -459,7 +459,7 @@ class Smarty
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
var $_version = '2.4.0';
|
var $_version = '2.4.1';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* current template inclusion depth
|
* current template inclusion depth
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
* Author: Monte Ohrt <monte@ispi.net>
|
* Author: Monte Ohrt <monte@ispi.net>
|
||||||
* Andrei Zmievski <andrei@php.net>
|
* Andrei Zmievski <andrei@php.net>
|
||||||
*
|
*
|
||||||
* Version: 2.4.0
|
* Version: 2.4.1
|
||||||
* Copyright: 2001,2002 ispi of Lincoln, Inc.
|
* Copyright: 2001,2002 ispi of Lincoln, Inc.
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
|
@@ -30,7 +30,7 @@
|
|||||||
* http://www.phpinsider.com
|
* http://www.phpinsider.com
|
||||||
*
|
*
|
||||||
* @link http://www.phpinsider.com
|
* @link http://www.phpinsider.com
|
||||||
* @version 2.4.0
|
* @version 2.4.1
|
||||||
* @copyright Copyright: 2001,2002 ispi of Lincoln, Inc.
|
* @copyright Copyright: 2001,2002 ispi of Lincoln, Inc.
|
||||||
* @author Andrei Zmievski <andrei@php.net>
|
* @author Andrei Zmievski <andrei@php.net>
|
||||||
* @access public
|
* @access public
|
||||||
|
@@ -39,7 +39,7 @@
|
|||||||
* @author Monte Ohrt <monte@ispi.net>
|
* @author Monte Ohrt <monte@ispi.net>
|
||||||
* @author Andrei Zmievski <andrei@php.net>
|
* @author Andrei Zmievski <andrei@php.net>
|
||||||
* @package Smarty
|
* @package Smarty
|
||||||
* @version 2.4.0
|
* @version 2.4.1
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -459,7 +459,7 @@ class Smarty
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
var $_version = '2.4.0';
|
var $_version = '2.4.1';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* current template inclusion depth
|
* current template inclusion depth
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
* Author: Monte Ohrt <monte@ispi.net>
|
* Author: Monte Ohrt <monte@ispi.net>
|
||||||
* Andrei Zmievski <andrei@php.net>
|
* Andrei Zmievski <andrei@php.net>
|
||||||
*
|
*
|
||||||
* Version: 2.4.0
|
* Version: 2.4.1
|
||||||
* Copyright: 2001,2002 ispi of Lincoln, Inc.
|
* Copyright: 2001,2002 ispi of Lincoln, Inc.
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
|
Reference in New Issue
Block a user