Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions onesignal.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Plugin Name: OneSignal Push Notifications
* Plugin URI: https://onesignal.com/
* Description: Free web push notifications.
* Version: 3.8.1
* Version: 3.9.0
* Author: OneSignal
* Author URI: https://onesignal.com
* License: MIT
Expand All @@ -18,7 +18,7 @@
define('ONESIGNAL_URI_REVEAL_PROJECT_NUMBER', 'reveal_project_number=true');

// Plugin version - must match Version in plugin header
define('ONESIGNAL_PLUGIN_VERSION', '030801');
define('ONESIGNAL_PLUGIN_VERSION', '030900');

// Constants for plugin versions
define('ONESIGNAL_VERSION_V2', 'v2');
Expand Down
12 changes: 9 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
Contributors: OneSignal
Donate link: https://onesignal.com
Tags: push notification, push notifications, desktop notifications, mobile notifications, chrome push, android, android notification, android notifications, android push, desktop notification, firefox, firefox push, mobile, mobile notification, notification, notifications, notify, onesignal, push, push messages, safari, safari push, web push, chrome
Requires at least: 3.8
Tested up to: 6.9
Stable tag: 3.8.1
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 3.9.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -64,6 +65,11 @@ OneSignal is trusted by over 1.8M+ developers and marketing strategists. We powe

== Changelog ==

= 3.9.0 =
- fix: [SDK-4340] skip enqueueing metabox assets for disallowed post types (#418)
- feat: show toast with notification feedback (#417)
- chore: bump "Tested up to" WordPress core version

= 3.8.1 =
- Improve AJAX handler validation

Expand Down
Loading