ManagedEntities - Update version number for mgd-php
authorTim Otten <totten@civicrm.org>
Tue, 10 May 2022 21:26:06 +0000 (14:26 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 10 May 2022 21:26:06 +0000 (14:26 -0700)
This is a follow-up/correction for #22959 (circa 5.50.alpha1; specifically
fdc67a75b2f20aea9f0961683bd8a59c78755d5f). The prior revision had updated the
behavior of `mgd-php`, so it should have also updated the version-number.

mixin/mgd-php@1/mixin.php

index 676860848ea1b2a030fb6151fc7d8dfa7e65c608..42ccf8606b995418d552c95db77d08f4ec080005 100644 (file)
@@ -4,7 +4,7 @@
  * Auto-register "**.mgd.php" files.
  *
  * @mixinName mgd-php
- * @mixinVersion 1.0.0
+ * @mixinVersion 1.1.0
  *
  * @param CRM_Extension_MixInfo $mixInfo
  *   On newer deployments, this will be an instance of MixInfo. On older deployments, Civix may polyfill with a work-a-like.