Changeset 1877582
- Timestamp:
- 05/19/2018 08:22:21 AM (8 years ago)
- Location:
- wp-firebase-push-notification/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wp-firebase-push-notification.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-firebase-push-notification/trunk/readme.txt
r1877525 r1877582 5 5 Requires at least:3.6 6 6 Tested up to:4.8 7 Stable tag:3 7 Stable tag:3.1 8 8 License:GPL2 9 9 License URI:https://www.gnu.org/licenses/gpl-2.0.html -
wp-firebase-push-notification/trunk/wp-firebase-push-notification.php
r1877525 r1877582 3 3 Plugin Name:Wordpress Firebase Push Notification 4 4 Description:Wordpress Firebase Push Notification 5 Version:3 5 Version:3.1 6 6 Author:sony7596, miraclewebssoft, reach.baljit 7 7 Author URI:http://www.miraclewebsoft.com … … 109 109 if(get_option('stf_fcm_api') && get_option('fcm_topic')) { 110 110 //new post/page 111 if (isset($post->post_ type->post_status)) {111 if (isset($post->post_status)) { 112 112 113 113 if (!$update) {
Note: See TracChangeset
for help on using the changeset viewer.