Skip to content

Releases: gosuperscript/hubspot-notification-channel

2.0

13 Sep 08:17
9eb54c8
Compare
Choose a tag to compare

HubSpot is sunsetting the API Key access method - https://developers.hubspot.com/changelog/upcoming-api-key-sunset

This PR will change the authentication method to Private Apps instead

v1.3.3

26 Jul 12:52
2ea40a5
Compare
Choose a tag to compare
  • Use hubpsot/hubspot-php instead of ryanwinchester/hubspot-php #3

v.1.3.2

26 Jul 12:24
8e36ffd
Compare
Choose a tag to compare
  • Support PHP 8 / Laravel 8 #2

v1.3.1

21 May 16:14
Compare
Choose a tag to compare

Fix Laravel 7 semver

v1.3.0

21 May 16:07
Compare
Choose a tag to compare
  • Support Laravel 7

v1.2.0

30 Oct 18:14
Compare
Choose a tag to compare
  • Get the tests working!
  • Support Laravel 5.7 as well

v1.1.0

30 Oct 13:41
Compare
Choose a tag to compare

Added the ability to override the Message variables with a new method messageProperties

Example Useage

    return (new HubspotMessage)
        ->templateId(1234567890)
        ->messageProperties([
            'bcc' => '[email protected]',
        ]);

v1.0.0

14 Aug 15:50
5d4b158
Compare
Choose a tag to compare

Initial Release.