Skip to content
Snippets Groups Projects
Commit 32ff5470 authored by mattwire's avatar mattwire
Browse files

Release 3.10

parent afecf695
No related branches found
No related tags found
No related merge requests found
# CHANGELOG
## Version 3.10 (2024-07-28)
* Fix 'Recur next scheduled date' trigger was not working (it was comparing a datetime field with a date so it would never match).
* [!265](https://lab.civicrm.org/extensions/civirules/-/merge_requests/265) Avoid php errors because count()'ing a boolean.
* [!263](https://lab.civicrm.org/extensions/civirules/-/merge_requests/263) Activity Type condition: cache triggering activity type.
* [!264](https://lab.civicrm.org/extensions/civirules/-/merge_requests/264) Improve performance when firing trigger for multiple contacts.
## Version 3.9 (2024-06-25)
* Add Action: Set Contact as Deceased.
......
......@@ -14,8 +14,8 @@
<author>CiviCooP</author>
<email>helpdesk@civicoop.org</email>
</maintainer>
<releaseDate>2024-06-25</releaseDate>
<version>3.9</version>
<releaseDate>2024-07-28</releaseDate>
<version>3.10</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.49</ver>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment