1.6.0
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 availableIOS
,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 tocreateMock(...)
instead.