Smarty message template error handler Version 1.0

Release Date
Release Version
1.0
Release Status
Stable
Release CiviCRM Compatibility
XML
<?xml version="1.0"?>
<extension key="smarter" type="module">
<file>smarter</file>
<name>smarter</name>
<description>Smarter smarty error handler</description>
<license>AGPL-3.0</license>
<maintainer>
<author>DaveD</author>
<email>FIXME</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://lab.civicrm.org/extensions/smarter</url>
<url desc="Documentation">https://lab.civicrm.org/extensions/smarter</url>
<url desc="Support">https://lab.civicrm.org/extensions/smarter</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2021-08-16</releaseDate>
<version>1.0</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.0</ver>
</compatibility>
<comments>On different CMSs errors in smarty mail templates work differently and can either disappear or be hard for a site admin to find, especially on a production site where your error settings are usually off. This evens things out so that the reason for email fails are more accessible.</comments>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<civix>
<namespace>CRM/Smarter</namespace>
</civix>
</extension>