ext/greenwich - Update to civix v23.02.0
authorTim Otten <totten@civicrm.org>
Fri, 24 Feb 2023 00:42:37 +0000 (16:42 -0800)
committerTim Otten <totten@civicrm.org>
Fri, 24 Feb 2023 00:43:10 +0000 (16:43 -0800)
ext/greenwich/greenwich.civix.php
ext/greenwich/info.xml

index 3e018c743bd32fc9ce60d0ed00d1218b51bf8830..2c4dfb13090ea09aafd88e22b502214799f1c686 100644 (file)
@@ -92,9 +92,6 @@ function _greenwich_civix_civicrm_config($config = NULL) {
   $configured = TRUE;
 
   $extRoot = __DIR__ . DIRECTORY_SEPARATOR;
-  $extDir = $extRoot . 'templates';
-  CRM_Core_Smarty::singleton()->addTemplateDir($extDir);
-
   $include_path = $extRoot . PATH_SEPARATOR . get_include_path();
   set_include_path($include_path);
   // Based on <compatibility>, this does not currently require mixin/polyfill.php.
@@ -201,14 +198,3 @@ function _greenwich_civix_fixNavigationMenuItems(&$nodes, &$maxNavID, $parentID)
     }
   }
 }
-
-/**
- * (Delegated) Implements hook_civicrm_entityTypes().
- *
- * Find any *.entityType.php files, merge their content, and return.
- *
- * @link https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_entityTypes
- */
-function _greenwich_civix_civicrm_entityTypes(&$entityTypes) {
-  $entityTypes = array_merge($entityTypes, []);
-}
index 323a6e3aa98fad91e4e6cd67a7723d0b3b838bfa..5ed82630f02b05c86a46ea7907e106d32cdad1e5 100644 (file)
@@ -29,6 +29,6 @@
   </classloader>
   <civix>
     <namespace>CRM/Greenwich</namespace>
-    <format>22.12.1</format>
+    <format>23.02.0</format>
   </civix>
 </extension>