<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Smarty Archives - Orange Internet Solutions</title>
	<atom:link href="https://orangeinternetsolutions.com/tag/smarty/feed/" rel="self" type="application/rss+xml" />
	<link>https://orangeinternetsolutions.com/tag/smarty/</link>
	<description>All You Need for Your Online Business</description>
	<lastBuildDate>Sun, 13 Oct 2013 17:33:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://orangeinternetsolutions.com/wp-content/uploads/2017/10/orange-favicon-1-75x75.png</url>
	<title>Smarty Archives - Orange Internet Solutions</title>
	<link>https://orangeinternetsolutions.com/tag/smarty/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Smarty Update 3.1.15 released</title>
		<link>https://orangeinternetsolutions.com/security-updates/smarty-update-3-1-15-released/</link>
		
		<dc:creator><![CDATA[Orange]]></dc:creator>
		<pubDate>Sun, 13 Oct 2013 17:33:25 +0000</pubDate>
				<category><![CDATA[Security & Updates]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[Smarty]]></category>
		<category><![CDATA[Softaculous]]></category>
		<guid isPermaLink="false">http://miamihoster.com/smarty-update-3-1-15-released</guid>

					<description><![CDATA[<p>Smarty 3.1.15 has many bug fixes and improvements.  Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic. This implies that PHP code is application logic, and is separated from the presentation. Changes Details Use current delimiters in compiler error messages Improvement on performance when using error handler and multiple [&#8230;]</p>
<p>The post <a href="https://orangeinternetsolutions.com/security-updates/smarty-update-3-1-15-released/">Smarty Update 3.1.15 released</a> appeared first on <a href="https://orangeinternetsolutions.com">Orange Internet Solutions</a>.</p>
]]></description>
										<content:encoded><![CDATA[<blockquote>
<h4 style="text-align: center;"><em>Smarty 3.1.15 has many bug fixes and improvements. </em></h4>
</blockquote>
<p>Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic. This implies that PHP code is application logic, and is separated from the presentation.</p>
<h2>Changes Details</h2>
<ul>
<li>Use current delimiters in compiler error messages</li>
<li><span style="font-size: 13px;">Improvement on performance when using error handler and multiple template folders</span></li>
<li><span style="font-size: 13px;"><span style="font-size: 13px;">Improvement added patch for additional SmartyCompilerException properties for better access to scource information </span></span></li>
<li><span style="font-size: 13px;">Bugfix recompiled templates did not show on first request with zend opcache cache</span></li>
<li><span style="font-size: 13px;">Bugfix html_select_time defaulting error for the Meridian dropdown</span></li>
<li><span style="font-size: 13px;">Bugfix incorrect compiled code with array(object,method) callback at registered Variable Filter </span></li>
<li><span style="font-size: 13px;">Bugfix delimiter followed by linebreak did not work as auto literal after update from 24.08.2013</span></li>
<li><span style="font-size: 13px;">Bugfix and enhancement </span></li>
<li><span style="font-size: 13px;">Because several recent problems with template inheritance the {block} tag compiler has been rewriten</span></li>
<li><span style="font-size: 13px;">Error messages shown now the correct child template file and line number</span></li>
<li><span style="font-size: 13px;">The compiler could fail on some larger UTF-8 text block</span></li>
<li><span style="font-size: 13px;">The {strip} tag can now be placed outside {block} tags in child templates</span></li>
<li><span style="font-size: 13px;">Change SmartyException::$escape is now false by default</span></li>
<li><span style="font-size: 13px;">C</span><span style="font-size: 13px;">hange PHP traceback has been remove for SmartyException and SmartyCompilerException</span></li>
<li><span style="font-size: 13px;">Bugfix compiled filepath of config file did not observe different config_dir </span></li>
<li><span style="font-size: 13px;">Bugfix the internal resource cache did not observe config_dir changes</span></li>
<li><span style="font-size: 13px;">Bugfix internal $tmpx variables must be unique over all inheritance templates</span></li>
<li><span style="font-size: 13px;">Bugfix a newline was eaten when a &lt;?xml &#8230; ?&gt; was passed by a Smarty variable and caching was enabled</span></li>
<li><span style="font-size: 13px;">Bugfix headers already send warning thrown when using &#8216;SMARTY_DEBUG=on&#8217; from URL</span></li>
<li><span style="font-size: 13px;">Enhancement allow access to properties of registered opjects for Smarty2 BC</span></li>
<li><span style="font-size: 13px;">Bugfix template inheritance nesting problem</span></li>
<li><span style="font-size: 13px;">Update code generated by PSR-2 standards fixer which introduced PHP 5.4 incompatibilities of 14.7.2013</span></li>
<li><span style="font-size: 13px;">Bugfix increase of internal maximum parser stacksize to allow more complex tag code </span></li>
<li><span style="font-size: 13px;">Update for PHP 5.4 compatibility</span></li>
<li><span style="font-size: 13px;">Reformat source to PSR-2 standard</span></li>
<li><span style="font-size: 13px;">Bugfix Do not remove &#8216;//&#8217; from file path at normalization</span></li>
<li><span style="font-size: 13px;">Bugfix trimwhitespace would replace captured items in wrong order </span></li>
</ul>
<h2>More Information</h2>
<ul>
<li><strong>Try Online Demo</strong>:<br />
<a title="Smarty Demo - Softaculous external link" href="http://www.softaculous.com/demos/Smarty" target="_blank" rel="noopener noreferrer">Smarty</a> (Softaculous<em> external link</em>)<br />
<a title="Smarty changelog - Oficial website external link" href="https://code.google.com/p/smarty-php/source/browse/trunk/distribution/change_log.txt" target="_blank" rel="noopener noreferrer">Smarty Changelog</a> (<em>Official website, external link</em>)</li>
</ul>
<ul>
<li><strong>Start Smarty</strong><br />
<span style="font-size: 13px;">In order to use Smarty you need a domain name (ex. yoursite.com) and web hosting service.<br />
If you don&#8217;t have a domain name </span><a style="font-size: 13px;" title="Register a domain to start Office Group" href="http://miamihoster.com/client_area/domainchecker.php">Register a Domain Name</a><span style="font-size: 13px;">.<br />
</span>To install Smarty one of our <a title="Web Hosting Comparison Chart" href="http://miamihoster.com/services/web-hosting-cloud-services/web-hosting-chart/">hosting plans</a>. (all our packages includes <em>Softaculous</em>).</li>
</ul>
<ul>
<li><strong style="font-size: 13px;">Hosted<strong> <strong>Smarty</strong></strong><br />
</strong><a style="font-size: 13px;" title="Group Office stand alone" href="http://miamihoster.com/contact-us/"><strong>Contact us</strong></a><span style="font-size: 13px;"> if you </span><strong style="font-size: 13px;">don&#8217;t need a domain or hosting service</strong><span style="font-size: 13px;">, and want to use <strong>Smarty</strong></span><span style="font-size: 13px;"> anyway.</span></li>
</ul>
<div>[otw_is sidebar=otw-sidebar-7]</div>
<p>[otw_is sidebar=otw-sidebar-8]</p>
<table width="100%">
<tbody>
<tr>
<td colspan="2">
<h2>Blog: News &amp; Updates</h2>
</td>
</tr>
<tr>
<td valign="top" width="50%">[otw_is sidebar=otw-sidebar-5]</td>
<td valign="top" width="50%">[otw_is sidebar=otw-sidebar-6]</td>
</tr>
</tbody>
</table>
<div>[otw_is sidebar=otw-sidebar-9]</div>
<p>The post <a href="https://orangeinternetsolutions.com/security-updates/smarty-update-3-1-15-released/">Smarty Update 3.1.15 released</a> appeared first on <a href="https://orangeinternetsolutions.com">Orange Internet Solutions</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
