Skip to content

Release Notes

Information

Releases use the following numbering system: {major}.{minor}.{incremental}

  • major: Major refactoring or rewrite - make sure you read and test very carefully!
  • minor: Breaking change in some circumstances, or a new feature. Read carefully and make sure you understand the impact of the change.
  • incremental: A "safe" change / improvement. Should always be safe to upgrade.

  • [BC]: Items marked with [BC] indicate a breaking change that will require updates to your code if you are using that code in your extension.

Release 0.6

  • Don't build group menu items if there are no group admins.

Release 0.5

  • Fix wrong class in groupadmin.setting.php (was requiring a class from the Stripe extension).

Release 0.4

  • Allow to restrict "From Addresses" for mailings by group.

Release 0.3

  • Add group admin menu that shows groups that the logged in user has permissions for. Links are configurable based on group type.

Release 0.2

  • If contact has view/edit all contacts they can see all groups

Release 0.1

  • Initial release