Changeset 1453338
- Timestamp:
- 07/12/2016 09:30:59 AM (10 years ago)
- Location:
- web-push-notifications-lite/trunk
- Files:
-
- 3 edited
-
em_desktop_notifications_lite.php (modified) (1 diff)
-
js/sdk/sw.js (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
web-push-notifications-lite/trunk/em_desktop_notifications_lite.php
r1431107 r1453338 4 4 * Plugin URI: http://pushem.org 5 5 * 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 7 7 * Author: Emrys Forge 8 8 * Author URI: http://emrysforge.com -
web-push-notifications-lite/trunk/js/sdk/sw.js
r1429330 r1453338 50 50 var subid = data.notification.sub_id; 51 51 var id = data.notification.id; 52 52 if (title != 'undefined' && title != '') { 53 53 return self.registration.showNotification(title, { 54 54 body: message, … … 62 62 } 63 63 }); 64 64 } 65 65 } 66 66 -
web-push-notifications-lite/trunk/readme.txt
r1429330 r1453338 4 4 Tags: notifications, messages, push, push notifications, web notifications, messaging, 5 5 Requires at least: 4.0.1 6 Tested up to: 4.5. 27 Stable tag: 4.5. 26 Tested up to: 4.5.3 7 Stable tag: 4.5.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.