Skip to content

Releases: guanguans/notify

2.8.4

14 Jun 06:28
Compare
Choose a tag to compare

2.8.4 - 2024-06-14

CI

  • psalm: Update psalm baseline and remove unused closure param

Fix

  • Support: Fix undefined constant issue

Test

  • test: add tests for form params, query, and Multipart conversion

2.8.3

14 Jun 03:57
Compare
Choose a tag to compare

2.8.3 - 2024-06-14

CI

  • composer.json: Add pest-highest and putenvs scripts

Feat

  • Message: Add new methods to handle form parameters, query strings, and multipart data

2.8.2

13 Jun 02:34
Compare
Choose a tag to compare

2.8.2 - 2024-06-13

Fix

  • HasOptions: Fix offsetGet method

2.8.1

13 Jun 02:05
Compare
Choose a tag to compare

2.8.1 - 2024-06-13

Pull Requests

  • Merge pull request #84 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.78.1
  • Merge pull request #83 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.78.0
  • Merge pull request #82 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.77.0
  • Merge pull request #81 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.76.3
  • Merge pull request #80 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.76.2
  • Merge pull request #79 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.76.1
  • Merge pull request #78 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.76.0

2.8.0

10 May 10:32
Compare
Choose a tag to compare

2.8.0 - 2024-05-10

Feat

  • WPush: Add WPush package with Authenticator, Client, Message classes and README.md file
  • tests: add ClientTest for WPush

2.7.0

10 May 09:46
Compare
Choose a tag to compare

2.7.0 - 2024-05-10

Docs

  • readme: update push notification SDK list

Feat

  • AnPush: add ClientTest.php for sending message
  • AnPush: Add AnPush Authenticator, Client, and Message classes

2.6.1

09 May 06:17
Compare
Choose a tag to compare

2.6.1 - 2024-05-09

Pull Requests

  • Merge pull request #77 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.75.1
  • Merge pull request #76 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.75.0
  • Merge pull request #75 from guanguans/dependabot/github_actions/dependabot/fetch-metadata-2.1.0
  • Merge pull request #74 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.74.0

2.6.0

22 Apr 08:35
Compare
Choose a tag to compare

2.6.0 - 2024-04-22

Test

  • Add tests for getting headers and reason in Response class

Pull Requests

  • Merge pull request #72 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.73.0
  • Merge pull request #71 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.72.0
  • Merge pull request #70 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.71.2
  • Merge pull request #69 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.71.1
  • Merge pull request #68 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.71.0

2.5.1

22 Mar 02:20
Compare
Choose a tag to compare

2.5.1 - 2024-03-22

Refactor

  • Response: improve request and response summary handling

Pull Requests

  • Merge pull request #67 from guanguans/dependabot/github_actions/dependabot/fetch-metadata-2.0.0
  • Merge pull request #66 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.70.3

2.5.0

20 Mar 08:18
Compare
Choose a tag to compare

2.5.0 - 2024-03-20

Feat

  • SimplePush: Add SimplePush package with Authenticator, Client, and Messages

Test

  • SimplePush: add test case for sending message