cividesk / com.cividesk.email.sparkpost

This extension allows CiviCRM to send emails and process bounces through the SparkPost service.
10 stars 30 forks source link

Update Settings handling to be standard practice for 4.7 and onwards … #91

Closed seamuslee001 closed 4 years ago

seamuslee001 commented 4 years ago

…and clean up some coding style

@nganivet this primarily updates the settings setting and retrieving to be standard as per https://docs.civicrm.org/dev/en/latest/framework/setting/#domain-settings It also just makes some minor code style fixes such as including visibility statements on fuctions. It also bumps up the version number as well

nganivet commented 4 years ago

@seamuslee001 Thanks for the PR, merged.