Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 3.04 KB

CHANGELOG.md

File metadata and controls

67 lines (42 loc) · 3.04 KB

Changelog

All notable changes to laravel-zoho-campaigns will be documented in this file.

v0.3.1 - 2024-05-31

What's Changed

  • Improved subscribers list fetching by @andreibaca in #23

Full Changelog: https://github.com/keepsuit/laravel-zoho-campaigns/compare/0.3.0...0.3.1

v0.3.0 - 2024-05-22

What's Changed

  • Added resubscribe, subscribers and subscribersCount methods by @andreibaca in #20
  • Throw ZohoApiException on api error by @cappuc in #21
  • Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #18

New Contributors

  • @andreibaca made their first contribution in #20

Full Changelog: https://github.com/keepsuit/laravel-zoho-campaigns/compare/0.2.1...0.3.0

v0.2.1 - 2024-04-25

What's Changed

  • Support laravel 11
  • Bump ramsey/composer-install from 2 to 3 by @dependabot in #15
  • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #16
  • Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #17

Full Changelog: https://github.com/keepsuit/laravel-zoho-campaigns/compare/0.2.0...0.2.1

v0.2.0 - 2024-02-01

What's Changed

  • Fixed #13 #14
  • Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #4
  • Bump aglipanci/laravel-pint-action from 2.1.0 to 2.2.0 by @dependabot in #5
  • Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #6
  • Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #7
  • Bump aglipanci/laravel-pint-action from 2.2.0 to 2.3.0 by @dependabot in #8
  • Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #9
  • Bump actions/checkout from 3 to 4 by @dependabot in #10
  • Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #11
  • Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #12

Full Changelog: https://github.com/keepsuit/laravel-zoho-campaigns/compare/0.1.2...0.2.0

v0.1.2 - 2023-01-24

  • Support Laravel 10

v0.1.1 - 2022-10-18

  • Fix AccountsApi instance creation when client id/secret are not set
  • Improve setup command

v0.1.0 - 2022-10-14

  • Subscribe contact to a list
  • Unsubscribe contact from a list