Plugin Directory

Changeset 1867455


Ignore:
Timestamp:
05/02/2018 11:17:38 AM (8 years ago)
Author:
miraclewebssoft
Message:

New update

Location:
wp-firebase-push-notification/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-firebase-push-notification/trunk/readme.txt

    r1786674 r1867455  
    55Requires at least:3.6
    66Tested up to:4.8
    7 Stable tag:1
     7Stable tag:2
    88License:GPL2
    99License URI:https://www.gnu.org/licenses/gpl-2.0.html
  • wp-firebase-push-notification/trunk/wp-firebase-push-notification.php

    r1686201 r1867455  
    33Plugin Name:Wordpress Firebase Push Notification
    44Description:Wordpress Firebase Push Notification
    5 Version:1
     5Version:2
    66Author:sony7596, miraclewebssoft, reach.baljit
    77Author URI:http://www.miraclewebsoft.com
     
    112112
    113113                if (!$update) {
    114                     if ($post->post_type->post_status == 'publish') {
     114                    if ($post->post_status == 'publish') {
    115115
    116116                        if ($post->post_type == 'post' && get_option('fcm_disable') != 1) {
Note: See TracChangeset for help on using the changeset viewer.