Plugin Directory

Changeset 1877582


Ignore:
Timestamp:
05/19/2018 08:22:21 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

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

    r1877525 r1877582  
    33Plugin Name:Wordpress Firebase Push Notification
    44Description:Wordpress Firebase Push Notification
    5 Version:3
     5Version:3.1
    66Author:sony7596, miraclewebssoft, reach.baljit
    77Author URI:http://www.miraclewebsoft.com
     
    109109        if(get_option('stf_fcm_api') && get_option('fcm_topic')) {
    110110            //new post/page
    111             if (isset($post->post_type->post_status)) {
     111            if (isset($post->post_status)) {
    112112
    113113                if (!$update) {
Note: See TracChangeset for help on using the changeset viewer.