<feed xmlns='http://www.w3.org/2005/Atom'>
<title>smarty/.gitattributes, branch master</title>
<subtitle>smarty Templating Suite
</subtitle>
<id>https://git.rdm1.uk/smarty/.git/atom?h=master</id>
<link rel='self' href='https://git.rdm1.uk/smarty/.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/smarty/.git/'/>
<updated>2022-09-20T20:45:16Z</updated>
<entry>
<title>Include docs en demo in the releases.</title>
<updated>2022-09-20T20:45:16Z</updated>
<author>
<name>Simon Wisselink</name>
<email>s.wisselink@iwink.nl</email>
</author>
<published>2022-09-20T20:45:16Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/smarty/.git/commit/?id=bf7d6b8bd852baf8f34ad058f682ac99dce54056'/>
<id>urn:sha1:bf7d6b8bd852baf8f34ad058f682ac99dce54056</id>
<content type='text'>
Fixes #799
</content>
</entry>
<entry>
<title>Exclude unit test files from git export</title>
<updated>2022-09-12T13:52:32Z</updated>
<author>
<name>Simon Wisselink</name>
<email>s.wisselink@iwink.nl</email>
</author>
<published>2022-09-12T13:52:32Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/smarty/.git/commit/?id=50d5890eaca5192a7352f1906a556341890db0ce'/>
<id>urn:sha1:50d5890eaca5192a7352f1906a556341890db0ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add local testrunners for all supported PHP versions using docker. (#770)</title>
<updated>2022-07-14T21:50:22Z</updated>
<author>
<name>Simon Wisselink</name>
<email>wisskid@users.noreply.github.com</email>
</author>
<published>2022-07-14T21:50:22Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/smarty/.git/commit/?id=44bac8d58c75adf0be771d29afeab6e5923e9856'/>
<id>urn:sha1:44bac8d58c75adf0be771d29afeab6e5923e9856</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Exclude demo from export and composer</title>
<updated>2022-04-02T02:48:14Z</updated>
<author>
<name>Stephen Sigwart</name>
<email>ssigwart@gmail.com</email>
</author>
<published>2022-04-02T02:48:14Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/smarty/.git/commit/?id=e68065bc33934ce670e1655a62001afcb5dece06'/>
<id>urn:sha1:e68065bc33934ce670e1655a62001afcb5dece06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Exclude docs from export and composer</title>
<updated>2022-04-02T02:46:50Z</updated>
<author>
<name>Stephen Sigwart</name>
<email>ssigwart@gmail.com</email>
</author>
<published>2022-04-02T02:46:50Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/smarty/.git/commit/?id=db2547287c7cf11cb1a2a7bcbe9d21f24b2bbf70'/>
<id>urn:sha1:db2547287c7cf11cb1a2a7bcbe9d21f24b2bbf70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ignore `.github` folder for distribution</title>
<updated>2022-02-07T20:02:27Z</updated>
<author>
<name>♚ PH⑦ de Soria™♛</name>
<email>hi@ph7.me</email>
</author>
<published>2022-02-07T20:02:27Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/smarty/.git/commit/?id=fe6d333c60e782ad091d4a7a2ae865978c9c4398'/>
<id>urn:sha1:fe6d333c60e782ad091d4a7a2ae865978c9c4398</id>
<content type='text'>
`.github` wasn't added here was it got created. However, we don't want `.github` for the distribution builds. Further info about this: https://www.pixelite.co.nz/article/using-git-attributes-exclude-files-your-release/</content>
</entry>
<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>Removed unused error_reporting.ini file, updated version number in Smarty::SMARTY_VERSION, fixed inline phpdoc that caused an IDE error</title>
<updated>2021-01-08T14:05:10Z</updated>
<author>
<name>Simon Wisselink</name>
<email>s.wisselink@iwink.nl</email>
</author>
<published>2021-01-08T14:05:10Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/smarty/.git/commit/?id=cb4254355e399265af2503f2dfc5566967369c7f'/>
<id>urn:sha1:cb4254355e399265af2503f2dfc5566967369c7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Moved changelog to a keepachangelog.com format and added a release script</title>
<updated>2020-04-13T22:02:18Z</updated>
<author>
<name>Simon Wisselink</name>
<email>s.wisselink@iwink.nl</email>
</author>
<published>2020-04-13T22:02:18Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/smarty/.git/commit/?id=728a584ad50ab78d4022b334364471d63f68719d'/>
<id>urn:sha1:728a584ad50ab78d4022b334364471d63f68719d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix repo layout for package maintainers (#571)</title>
<updated>2020-04-13T20:32:23Z</updated>
<author>
<name>Simon Wisselink</name>
<email>wisskid@users.noreply.github.com</email>
</author>
<published>2020-04-13T20:32:23Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/smarty/.git/commit/?id=48d24b7ad1dcec5c3b952bf1025c4a1514db13ab'/>
<id>urn:sha1:48d24b7ad1dcec5c3b952bf1025c4a1514db13ab</id>
<content type='text'>
* Do not ignore lexer subfolder for export as this contains source files and add smarty-lexer as a composer dev-dependency.
* Remove unit tests etc from archive export

Please note that the generated lexer / parser classes are not exactly equivalent, as they have been editing to conform to coding standards afterwards. I did a quick review and there don't seem to be any differences in semantics though.
</content>
</entry>
</feed>
