boboldehampsink / pushnotifications
Push Notifications (iOS/Android) Plugin for Craft CMS
Installs: 59
Dependents: 0
Suggesters: 0
Security: 0
Stars: 22
Watchers: 3
Forks: 6
Open Issues: 7
Type:craft-plugin
Requires
- composer/installers: ~1.0
- sly/notification-pusher: ^2.2.12
This package is not auto-updated.
Last update: 2022-02-01 12:49:09 UTC
README
Plugin that allows you to register devices and send push notifications to them.
Features:
- Able to register platforms and device tokens per app and platform
- Keeps a history of sent messages
- Predefine commands to send with the notification payload
- If you install the Cronjob Manager Plugin you can schedule notifications
Important: The plugin's folder should be named "pushnotifications"
Deprecated
With the release of Craft 3 on 4-4-2018, this plugin has been deprecated. You can still use this with Craft 2 but you are encouraged to use (and develop) a Craft 3 version. At this moment, I have no plans to do so.
Changelog
0.3.2
- Improved device counter
- Improved console tools
- Updated dependencies
- Fix use of dayOfWeek with cronjob
0.3.1
- Show platform in devices element index
- Show device title (token) truncated
0.3.0
- Show sent/pending status in element index overview
0.2.2
- Show scheduled value when editing
0.2.1
- Use scheduled date in element index
- Fixed schedule date not showing/saving
- Added schedule as criteria attribute
0.2.0
- If you install the Cronjob Manager Plugin you can now schedule notifications in the future
- Fixed a bug where deleting a notification was broken
0.1.2
- Get max power when sending notifications
- Show command in element index as label instead of value
- Added Dutch translations
0.1.1
- Added the ability to unregister a device
0.1.0
- First beta, major refactoring
- Platforms are now per app
- Better editing capabilities
- More uniform way of sending a custom payload
- PushNotifications_PushService::sendNotification now returns a list with addressed devices
Warning: you cannot upgrade from 0.0.3, do a fresh install
0.0.3
- Added the ability to register a device anonymously. This could function as the endpoint for an app.
- Added CSRF input support
- Added the ability to use titles in ios push notifications
0.0.2
- Replaced param with pre-defined commands in app settings
0.0.1
- Initial push to GitHub