Plugin Directory

Changeset 1453338


Ignore:
Timestamp:
07/12/2016 09:30:59 AM (10 years ago)
Author:
emrysforge
Message:

Fixed issue with "Empty notifications"

Location:
web-push-notifications-lite/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • web-push-notifications-lite/trunk/em_desktop_notifications_lite.php

    r1431107 r1453338  
    44* Plugin URI: http://pushem.org
    55* Description: Push Notifications Lite for your Wordpress website (push notifications works throw pushem.org [our common server]). Free licenses for our Envato customers, free 14 days trial.
    6 * Version: 1.0
     6* Version: 1.0.1
    77* Author: Emrys Forge
    88* Author URI: http://emrysforge.com
  • web-push-notifications-lite/trunk/js/sdk/sw.js

    r1429330 r1453338  
    5050        var subid = data.notification.sub_id;
    5151        var id = data.notification.id;
    52 
     52        if (title != 'undefined' && title != '') {
    5353        return self.registration.showNotification(title, { 
    5454          body: message,
     
    6262            }
    6363        });
    64 
     64        }
    6565        }
    6666
  • web-push-notifications-lite/trunk/readme.txt

    r1429330 r1453338  
    44Tags: notifications, messages, push, push notifications, web notifications, messaging,
    55Requires at least: 4.0.1
    6 Tested up to: 4.5.2
    7 Stable tag: 4.5.2
     6Tested up to: 4.5.3
     7Stable tag: 4.5.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.