Skip to content

1.6.0

Compare
Choose a tag to compare
@bgaillard bgaillard released this 05 Jul 21:04
· 53 commits to master since this release

New features

  • Fix #50 - Add Firefox specific notification properties support with a new \Gomoob\Pushwoosh\Model\Notification\Firefox class (thanks @olegbespalov). Also now the \Gomoob\Pushwoosh\Model\Notification\Platform class adds utility constants for platforms, the following constants are available IOS, BLACKBERRY, ANDROID, NOKIA_ASHA, WINDOWS_PHONE_7, MAC_OS_X, WINDOWS_8, AMAZON, SAFARI, CHROME, FIREFOX.

Breaking changes

  • Fix #52 - Abandon support for PHP 5.5.X because end of life associated to PHP 5.5 is planned for 10 July 2016 (see http://php.net/supported-versions.php) ;
  • Fix #53 - Remove Baidu minimize link supported because this feature will be removed by Pushwoosh soon ;
  • Remove Gomoob/Pushwoosh/Exception/PushwooshException->setData(array $data) function because its not used and their are no reasons to use it.

Others

  • Remove use of PHPUnit getMock(...) because its now deprecated, replace it with calls to createMock(...) instead.