Plugin Directory

Changeset 1779523


Ignore:
Timestamp:
12/01/2017 02:16:30 PM (8 years ago)
Author:
marcbousleiman
Message:

updated 1.3

Location:
onesignal-sender
Files:
64 added
5 edited

Legend:

Unmodified
Added
Removed
  • onesignal-sender/trunk/admin_menu/sections/all-nots.php

    r1777691 r1779523  
    4444    'headers' => array(
    4545        'Authorization' => 'Basic ' . $OneSignalWPSetting_rest_api_key
    46     )
     46    ),
     47                            'timeout' => 500,
     48                            'sslverify'   => false,
    4749);
    4850$url = "https://onesignal.com/api/v1/notifications?app_id=" . $OneSignalWPSetting_app_id . "&limit=50&offset=0";
  • onesignal-sender/trunk/admin_menu/sections/general_overview.php

    r1703336 r1779523  
    4343                            'headers' => array(
    4444                                'Authorization' => 'Basic ' . $onesignal_extra_info
    45                             )
     45                            ),
     46                            'timeout' => 500,
     47                            'sslverify'   => false,
    4648                        );
    4749                        $url2 = "https://onesignal.com/api/v1/apps/" . $OneSignalWPSetting_app_id;
     
    111113                        'headers' => array(
    112114                            'Authorization' => 'Basic ' . $OneSignalWPSetting_rest_api_key
    113                         )
     115                        ),
     116                            'timeout' => 500,
     117                            'sslverify'   => false,
    114118                    );
    115119                    $url = "https://onesignal.com/api/v1/players?app_id=" . $OneSignalWPSetting_app_id . "&limit=50&offset=0";
  • onesignal-sender/trunk/admin_menu/sections/sent-nots.php

    r1777691 r1779523  
    4646    'headers' => array(
    4747        'Authorization' => 'Basic ' . $OneSignalWPSetting_rest_api_key
    48     )
     48    ),
     49                            'timeout' => 500,
     50                            'sslverify'   => false,
    4951);
    5052$url = "https://onesignal.com/api/v1/notifications?app_id=" . $OneSignalWPSetting_app_id . "&limit=50&offset=0";
  • onesignal-sender/trunk/one-signal-backend.php

    r1777694 r1779523  
    44  Plugin URI: http://marcbousleiman.com
    55  Description: A OneSignal Addon to send Notifications from the backend.
    6   Version: 1.2
     6  Version: 1.3
    77  Author: Marc Bou Sleiman
    88  Author URI: http://marcbousleiman.com
  • onesignal-sender/trunk/readme.txt

    r1777691 r1779523  
    66Tags: onesignal, web push notifications, backend, dashboard
    77Requires at least: 3.8.0
    8 Stable tag: 1.2
     8Stable tag: 1.3
    99Tested up to: 4.9
    1010License: GPLv2 or later
     
    6262== Changelog ==
    6363
     64= 1.3 =
     65
     66* General overview bug fixed
     67
    6468= 1.2 =
    6569
Note: See TracChangeset for help on using the changeset viewer.