From 5c71e35d4fcb606a29e9c2eda1104d7e0950933c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 14 Dec 2015 23:29:07 +0200 Subject: [PATCH 1/4] Update NEW_FEATURES.txt typos --- NEW_FEATURES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEW_FEATURES.txt b/NEW_FEATURES.txt index 595dc4d3..0793c5ad 100644 --- a/NEW_FEATURES.txt +++ b/NEW_FEATURES.txt @@ -24,7 +24,7 @@ Smarty 3.1.28 as the corresponding Smarty methods to get tne content of another template. Example: $template->display(); Does display template of template object - $template->dispaly('foo.tpl'); Does display template 'foo.bar' + $template->display('foo.tpl'); Does display template 'foo.bar' File: resource ============== @@ -130,4 +130,4 @@ Smarty 3.1.22 Smarty::DEBUG_INDIVIDUAL will create for each display() and fetch() call an individual debug window. . - \ No newline at end of file + From b40684c5d5430b1523ab7d6593840dab78e37a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 14 Dec 2015 23:30:45 +0200 Subject: [PATCH 2/4] more typos --- NEW_FEATURES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEW_FEATURES.txt b/NEW_FEATURES.txt index 0793c5ad..a5a155c2 100644 --- a/NEW_FEATURES.txt +++ b/NEW_FEATURES.txt @@ -21,7 +21,7 @@ Smarty 3.1.28 fetch() and display() ===================== The fetch() and display() methods of the template object accept now optionally the same parameter - as the corresponding Smarty methods to get tne content of another template. + as the corresponding Smarty methods to get the content of another template. Example: $template->display(); Does display template of template object $template->display('foo.tpl'); Does display template 'foo.bar' From 362af770feb18ffbbaf3d4309a4b1a203c527497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 14 Dec 2015 23:31:40 +0200 Subject: [PATCH 3/4] one more typo fix altho not sure where the quote should be here --- NEW_FEATURES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEW_FEATURES.txt b/NEW_FEATURES.txt index a5a155c2..1a51c71d 100644 --- a/NEW_FEATURES.txt +++ b/NEW_FEATURES.txt @@ -31,7 +31,7 @@ Smarty 3.1.28 Multiple template_dir entries can now be selected by a comma separated list of indices. The template_dir array is searched in the order of the indices. (Could be used to change the default search order) Example: - $smarty->display([1],[0]foo.bar'); + $smarty->display('[1],[0]foo.bar'); Filter support ============== From ca12046179803cbd4761796fc8f933ccf43103f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 14 Dec 2015 23:33:42 +0200 Subject: [PATCH 4/4] typos here too --- change_log.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/change_log.txt b/change_log.txt index 142cf146..4c1522f2 100644 --- a/change_log.txt +++ b/change_log.txt @@ -10,10 +10,10 @@ - bugfix Debug Console could display incorrect data when using subtemplates 09.12.2015 - - bugix Smarty did fail under PHP 7.0.0 with use_include_path = true; + - bugfix Smarty did fail under PHP 7.0.0 with use_include_path = true; 09.12.2015 - -bugfix {strip} should exclude some html tags from stripping, related to fix for https://github.com/smarty-php/smarty/issues/111 + - bugfix {strip} should exclude some html tags from stripping, related to fix for https://github.com/smarty-php/smarty/issues/111 08.12.2015 - bugfix internal template function data got stored in wrong compiled file https://github.com/smarty-php/smarty/issues/114