<feed xmlns='http://www.w3.org/2005/Atom'>
<title>smarty/libs/plugins/block.textformat.php, branch checkout</title>
<subtitle>smarty Templating Suite
</subtitle>
<id>https://git.rdm1.uk/smarty/.git/atom?h=checkout</id>
<link rel='self' href='https://git.rdm1.uk/smarty/.git/atom?h=checkout'/>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/smarty/.git/'/>
<updated>2021-10-13T10:15:17Z</updated>
<entry>
<title>Feature/php8 support (#629)</title>
<updated>2021-10-13T10:15:17Z</updated>
<author>
<name>Simon Wisselink</name>
<email>wisskid@users.noreply.github.com</email>
</author>
<published>2021-10-13T10:15:17Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/smarty/.git/commit/?id=39b69f0142a083269489da0daef30be67a0e0ba5'/>
<id>urn:sha1:39b69f0142a083269489da0daef30be67a0e0ba5</id>
<content type='text'>
Adds support for PHP8.0, dropping support for PHP7.0 and below.

Backwards incompatible changes:
- Dropped support for php asp tags in templates (removed from php since php7.0)
- Dropped deprecated API calls that where only accessible through SmartyBC
- Dropped support for {php} and {include_php} tags and embedded PHP in templates. Embedded PHP will now be passed through as is.
- Removed all PHP_VERSION_ID and compare_version checks and conditional code blocks that are now no longer required
- Dropped deprecated SMARTY_RESOURCE_CHAR_SET and SMARTY_RESOURCE_DATE_FORMAT constants
- Dropped deprecated Smarty::muteExpectedErrors and Smarty::unmuteExpectedErrors API methods
- Dropped deprecated $smarty-&gt;getVariable() method. Use $smarty-&gt;getTemplateVars() instead.
- $smarty-&gt;registerResource() no longer accepts an array of callback functions

See the changelog for more details.

Switched CI from Travis to Github CI.
</content>
</entry>
<entry>
<title>- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty/pull/483</title>
<updated>2018-08-31T14:45:09Z</updated>
<author>
<name>uwetews</name>
<email>uwe.tews@googlemail.com</email>
</author>
<published>2018-08-31T14:45:09Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/smarty/.git/commit/?id=4f7cd8f1b3e29b108d6eee28e912149f8d8ad893'/>
<id>urn:sha1:4f7cd8f1b3e29b108d6eee28e912149f8d8ad893</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- fix PSR-2 coding standards and PHPDoc blocks https://github.com/smarty-php/smarty/pull/452</title>
<updated>2018-08-19T00:35:46Z</updated>
<author>
<name>uwetews</name>
<email>uwe.tews@googlemail.com</email>
</author>
<published>2018-08-19T00:35:46Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/smarty/.git/commit/?id=799b5cb3424f798f133839fbfdc09b613703cdfe'/>
<id>urn:sha1:799b5cb3424f798f133839fbfdc09b613703cdfe</id>
<content type='text'>
    https://github.com/smarty-php/smarty/pull/475
    https://github.com/smarty-php/smarty/pull/473
  - bugfix PHP5.2 compatibility https://github.com/smarty-php/smarty/pull/472
</content>
</entry>
<entry>
<title>Update PSR-2</title>
<updated>2018-06-12T07:58:15Z</updated>
<author>
<name>Sławomir Kaleta</name>
<email>slaszka@gmail.com</email>
</author>
<published>2018-06-12T07:58:15Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/smarty/.git/commit/?id=240409578349843bd8467ea6a2083b564baa135d'/>
<id>urn:sha1:240409578349843bd8467ea6a2083b564baa135d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- bugfix plugins may not be loaded if {function} or {block} tags are executed in nocache mode</title>
<updated>2018-03-28T05:35:52Z</updated>
<author>
<name>Uwe Tews</name>
<email>uwe.tews@gmail.com</email>
</author>
<published>2018-03-28T05:35:52Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/smarty/.git/commit/?id=860ebb618e621e4560ea05c17f198582b727bf7f'/>
<id>urn:sha1:860ebb618e621e4560ea05c17f198582b727bf7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove html tags from PHPDoc blocks</title>
<updated>2017-11-11T06:11:33Z</updated>
<author>
<name>Uwe Tews</name>
<email>uwe.tews@googlemail.com</email>
</author>
<published>2017-11-11T06:11:33Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/smarty/.git/commit/?id=654659aadf7575f9437911602064f8440910a1a0'/>
<id>urn:sha1:654659aadf7575f9437911602064f8440910a1a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>code cleanup and optimizations  3.1.32-dev-34</title>
<updated>2017-11-06T00:02:56Z</updated>
<author>
<name>Uwe Tews</name>
<email>uwe.tews@googlemail.com</email>
</author>
<published>2017-11-06T00:02:56Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/smarty/.git/commit/?id=3fc8abeb98305c263cc7a0e1d58aeed62a53faab'/>
<id>urn:sha1:3fc8abeb98305c263cc7a0e1d58aeed62a53faab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- bugfix wordwrap modifier could fail if used in nocache code.</title>
<updated>2017-08-05T17:59:23Z</updated>
<author>
<name>Uwe Tews</name>
<email>uwe.tews@googlemail.com</email>
</author>
<published>2017-08-05T17:59:23Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/smarty/.git/commit/?id=5cc9b27784cbd326d9fe52ec1e89f838aa14f61f'/>
<id>urn:sha1:5cc9b27784cbd326d9fe52ec1e89f838aa14f61f</id>
<content type='text'>
    converted plugin file shared.mb_wordwrap.php into modifier.mb_wordwrap.php
</content>
</entry>
<entry>
<title>- performance store flag for already required shared plugin functions in static variable or</title>
<updated>2017-05-27T09:04:00Z</updated>
<author>
<name>uwetews</name>
<email>uwe.tews@googlemail.com</email>
</author>
<published>2017-05-27T09:04:00Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/smarty/.git/commit/?id=e51b0ac4afd12a175254f720283c6a946888a182'/>
<id>urn:sha1:e51b0ac4afd12a175254f720283c6a946888a182</id>
<content type='text'>
    Smarty's $_cache to improve performance when plugins are often called
    https://github.com/smarty-php/smarty/commit/51e0d5cd405d764a4ea257d1bac1fb1205f74528#commitcomment-22280086
</content>
</entry>
<entry>
<title>- performance require_once should be called only once for shared plugins https://github.com/smarty-php/smarty/issues/280</title>
<updated>2016-09-01T23:08:50Z</updated>
<author>
<name>uwetews</name>
<email>uwe.tews@googlemail.com</email>
</author>
<published>2016-09-01T23:08:50Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/smarty/.git/commit/?id=e1d27d68d77eb32f3d6daeecc6831d6eabe171d0'/>
<id>urn:sha1:e1d27d68d77eb32f3d6daeecc6831d6eabe171d0</id>
<content type='text'>
</content>
</entry>
</feed>
