Skip to content

Commit

Permalink
CiviCRM 5.69 Compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapjansma committed Jan 29, 2024
1 parent 5b108e9 commit 091552f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 1.39

* CiviCRM 5.69 Compatibility.

## Version 1.38

* Select province even if its name has been altered in CiviCRM. E.g. from Limburg to Limburg (NL)
Expand Down
4 changes: 2 additions & 2 deletions info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<url desc="Support">http://civicoop.org</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2022-05-23</releaseDate>
<version>1.38</version>
<releaseDate>2024-01-29</releaseDate>
<version>1.39</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.4</ver>
Expand Down
8 changes: 1 addition & 7 deletions postcodenl.civix.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,7 @@ function _postcodenl_civix_civicrm_config(&$config = NULL) {

$extRoot = dirname(__FILE__) . DIRECTORY_SEPARATOR;
$extDir = $extRoot . 'templates';

if (is_array($template->template_dir)) {
array_unshift($template->template_dir, $extDir);
}
else {
$template->template_dir = [$extDir, $template->template_dir];
}
$template->addTemplateDir($extDir);

$include_path = $extRoot . PATH_SEPARATOR . get_include_path();
set_include_path($include_path);
Expand Down

0 comments on commit 091552f

Please sign in to comment.