FormBuilder: Support for Contributions

One of the most powerful and important features of FormBuilder is arguably the most complex, hence why we’ve been patient (some might say ‘slow’) in its implementation. We’re talking about support for contributions, i.e. processing payments, in FormBuilder 

But, as the saying goes in the great country of Texas, it’s time to “take the bull by the horns”.

Exciting, we know, though maybe not for the bull. Anyhow, before we get saddled up, let’s set a few expectations up front:

Little BIC 1.7.6

Release Date
Release Version
1.7.6
Release Status
Stable
Release CiviCRM Compatibility
XML
<?xml version="1.0"?>
<extension key="org.project60.bic" type="module">
<file>bic</file>
<name>Little BIC extension</name>
<description>Generates and maintains a list of banks</description>
<license>APGLv3</license>
<maintainer>
<author>B. Endres</author>
<email>endres@systopia.de</email>
</maintainer>
<releaseDate>2023-08-02</releaseDate>
<version>1.7.6</version>
<develStage>stable</develStage>
<urls>
<url desc="Main Extension Page">https://github.com/Project60/org.project60.bic</url>
<url desc="Documentation">https://github.com/Project60/org.project60.bic/blob/master/README.md</url>
<url desc="Support">https://github.com/Project60/org.project60.bic/issues/new</url>
</urls>
<requires>
<php>&gt;=7.3.0 &lt;8.0.0</php>
</requires>
<comments>Originally Developed by Carlos Capote and Björn Endres</comments>
<civix>
<namespace>CRM/Bic</namespace>
</civix>
<classloader>
<psr4 prefix="Civi\" path="Civi" />
</classloader>
</extension>

CIVI-PSA-2023-01: Smarty v2 Audit

Published
2023-09-06 23:59
Written by

CiviCRM includes the Smarty v2 templating engine. Templates are defined by core code, by third-party extensions, and by configurable content. The upstream smarty.net project has stopped publishing security backports for Smarty v2, so civicrm.org will do so (until a migration to a newer Smarty is complete).

As part of this, the CiviCRM security team has done a detailed audit to compare recent issues from v2/v3/v4.