=== All push notification for WP === Contributors: gtlwpdev Tags: push, notification, mobile, android, ios, app, push notification , Google Cloud Messaging , GCM , gcm , Firebase Cloud Messaging , FCM , fcm , Android , android , ios , IOS , new post page , new comment , post published Requires at least: 3.5 Tested up to: 4.6 Stable tag: 1.2 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html Send push notifications to iOS and Android devices for free, no separate third-party server integration required. == Description == All push notifications for WP is useful plugin to send push notification to iOS and Android devices using WordPress integration.User can send push notifications to iOS and Android with custom Editor from wp-admin and even When admin publish a new post/page and even new comment is added to any post. = Key Features = All push notifications for WP supports following environments: * Apple Push Notification service (APNs) * Google Cloud Messaging (GCM) * Firebase Cloud Messaging (FCM) By using this plugin you can: 1. Send push notification to WordPress users selectively. 2. Send push notification to users when new post is published or when new comment is added to the post (administrator user) = Important note = To send push notification to android devices, you will need API Key from Google GCM plateform. To send push notification to ios devices, you will need pem certification file from Apple APNs. From the device app, it is required to send additional headers information so that device is recognized by Google Cloud Messaging (GCM) and Apple Push Notification service (APNs) Following headers are required: 1. `device_token`: It will be the unique identifier provided by operating system to device. 2. `os_type`: The type of device os - Use `android` for Android and `ios` for iOS devices. == Installation == = Minimum Requirements = * WordPress 3.8 or greater * PHP version 5.2.4 or greater * MySQL version 5.0 or greater 1. Download "All push notification for WP" as zip file from the plugin download link. 2. Extract the zip file and upload 'all-push-notifications-for-wp' to `/wp-content/plugins/` directory 3. Activate the plugin from admin panel plugin listing screen. 4. You can now configure plugin from setting screen which appears in admin menu. == Frequently Asked Questions == No FAQ yet, you can send your questions to gtl.wpdev@gmail.com == Screenshots == 1. Admin Settings screen. 2. Admin Send push notification manually. 3. List of Sent Items in Admin Panel. == Changelog == = 1.2 = * Bug Fix: In login, device token was not getting updated - Which is solved now. = 1.1 = * Added plugin support for Firebase Cloud Messaging(FCM) , On deactivation All the settings will be removed , On delete the plugin tables and all settigns will drop. * Fixed redirection issue of setting page. * Updated custom and default message when User send notifiction via Custom message , add/edit post or page. = 1.0 = * First public release. == Upgrade Notice == Bug Fix: In login, device token was not getting updated - Which is solved now. == Translations == * English - default, always included