Skip to content

Releases: jakubenglicky/sms-manager

PHP8.1

11 Aug 21:11
bc4559a
Compare
Choose a tag to compare
  • add support for PHP8.1
  • drop support for PHP7.1
  • Migrate CI from Travis to Github Actions
  • Allow Guzzle version 7

PHP8.0

22 Apr 18:51
139ff38
Compare
Choose a tag to compare
Merge pull request #8 from martinvenus/master

Add PHP 8.0 support

Fixup bad extends in Exceptions class

08 Jul 20:14
Compare
Choose a tag to compare
v2.2.0

[FIX] Bad extends in SmsManagerException

Added BaseException for catching errors

05 Jun 13:14
71b258e
Compare
Choose a tag to compare

⚠️ This release has bug, please update to v2.2.0.

thx @podolinek

v2.0.0

26 Oct 17:33
67f486f
Compare
Choose a tag to compare

New release of SMS Manager is here!

  • Support PHP 7.1 or higher
  • Refactored, strict typed

Some BC-break

  1. Array of phone numbers in calling method setTo() must be array of strings
  2. Phone number must by in correct format +420777111222
  3. Get recipient numbers is only possible from Message object

Debugging

  • Now, you can test sending SMS via Tracy SMS Panel

v1.0.0

22 Mar 18:56
Compare
Choose a tag to compare

Hurray, first release of SMS Manager library is here! 👑

  • Support PHP 7.0 or higher
  • You can use Nette/DI extension

This version can send SMS and get user information.