File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ class Codebird
103
103
/**
104
104
* The current Codebird version
105
105
*/
106
- private $ _version = '2.2.3 -internal ' ;
106
+ private $ _version = '2.2.4 -internal ' ;
107
107
108
108
/**
109
109
* Returns singleton class instance
@@ -537,6 +537,7 @@ private function _detectMethod($method, $params)
537
537
'users/recommendations ' ,
538
538
539
539
// Internal
540
+ 'account/push_destinations ' ,
540
541
'activity/about_me ' ,
541
542
'activity/by_friends ' ,
542
543
'search/typeahead ' ,
@@ -643,7 +644,10 @@ private function _detectOld($method)
643
644
{
644
645
$ olds = array (
645
646
// Users
646
- 'users/recommendations '
647
+ 'users/recommendations ' ,
648
+
649
+ // Internal
650
+ 'account/push_destinations '
647
651
);
648
652
return in_array ($ method , $ olds );
649
653
}
@@ -659,6 +663,7 @@ private function _detectInternal($method)
659
663
{
660
664
$ internals = array (
661
665
// Activity
666
+ 'account/push_destinations ' ,
662
667
'activity/about_me ' ,
663
668
'activity/by_friends ' ,
664
669
'discovery ' ,
You can’t perform that action at this time.
0 commit comments