OneSignal – Free Web Push Notifications - Version 1.17.5

Version Description

[

  • Updated notice message to reflect changes to time limiter, removed extra newline from description
Download this release

Release Info

Developer OneSignal
Plugin Icon 128x128 OneSignal – Free Web Push Notifications
Version 1.17.5
Comparing to
See all releases

Code changes from version 1.17.4 to 1.17.5

Files changed (3) hide show
  1. notice.js +1 -1
  2. onesignal.php +1 -1
  3. readme.txt +6 -3
notice.js CHANGED
@@ -105,7 +105,7 @@ function notice() {
105
 
106
  if (recipients === "0") {
107
  error_notice(
108
- "OneSignal Push: there were no recipients. You either 1) have no subscribers yet or 2) you hit the rate-limit. Please try again in an hour. Learn more: https://bit.ly/2UDplAS"
109
  );
110
  reset_state();
111
 
105
 
106
  if (recipients === "0") {
107
  error_notice(
108
+ "OneSignal Push: there were no recipients. You either 1) have no subscribers yet or 2) you hit the rate-limit. Please try again in three minutes. Learn more: https://bit.ly/2UDplAS"
109
  );
110
  reset_state();
111
 
onesignal.php CHANGED
@@ -6,7 +6,7 @@ defined( 'ABSPATH' ) or die('This page may not be accessed directly.');
6
  * Plugin Name: OneSignal Push Notifications
7
  * Plugin URI: https://onesignal.com/
8
  * Description: Free web push notifications.
9
- * Version: 1.17.4
10
  * Author: OneSignal
11
  * Author URI: https://onesignal.com
12
  * License: MIT
6
  * Plugin Name: OneSignal Push Notifications
7
  * Plugin URI: https://onesignal.com/
8
  * Description: Free web push notifications.
9
+ * Version: 1.17.5
10
  * Author: OneSignal
11
  * Author URI: https://onesignal.com
12
  * License: MIT
readme.txt CHANGED
@@ -3,9 +3,8 @@ Contributors: OneSignal
3
  Donate link: https://onesignal.com
4
  Tags: chrome, firefox, safari, push, push notifications, push notification, chrome push, safari push, firefox push, notification, notifications, web push, notify, mavericks, android, android push, android notifications, android notification, mobile notification, mobile notifications, mobile, desktop notification, roost, goroost, desktop notifications, gcm, push messages, onesignal
5
  Requires at least: 3.8
6
- Tested up to: 5.1
7
- Stable tag: 1.17.4
8
-
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -66,6 +65,10 @@ HTTPS Setup Video: [youtube https://www.youtube.com/watch?v=BeTZ2KgytC0]
66
 
67
  == Changelog ==
68
 
 
 
 
 
69
  = 1.17.4 =
70
 
71
  - Changed time limiter to 2 minutes from 1 hour to ease restrictions on sending update notifications
3
  Donate link: https://onesignal.com
4
  Tags: chrome, firefox, safari, push, push notifications, push notification, chrome push, safari push, firefox push, notification, notifications, web push, notify, mavericks, android, android push, android notifications, android notification, mobile notification, mobile notifications, mobile, desktop notification, roost, goroost, desktop notifications, gcm, push messages, onesignal
5
  Requires at least: 3.8
6
+ Tested up to: 5.2.1
7
+ Stable tag: 1.17.5
 
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
65
 
66
  == Changelog ==
67
 
68
+ = 1.17.5 [
69
+
70
+ - Updated notice message to reflect changes to time limiter, removed extra newline from description
71
+
72
  = 1.17.4 =
73
 
74
  - Changed time limiter to 2 minutes from 1 hour to ease restrictions on sending update notifications