Plugin Directory

Changeset 3129752


Ignore:
Timestamp:
08/01/2024 10:04:44 PM (20 months ago)
Author:
pushlydev
Message:

Release 2.1.6

Location:
pushly/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pushly/trunk/includes/admin/models/notification.php

    r3129044 r3129752  
    6666                $image = wp_get_attachment_image_src( $post['image_id'], 'full' );
    6767                if ( ! empty( $image ) ) {
    68                     $notification->template->channels->web->image_url = sanitize_text_field( $post[0] );
     68                    $notification->template->channels->web->image_url = sanitize_text_field( $image[0] );
    6969                }
    7070            }
  • pushly/trunk/pushly.php

    r3129715 r3129752  
    55 * Plugin URI:        http://pushly.com
    66 * Description:       Provide Pushly push notification capability to WordPress installations
    7  * Version:           2.1.5
     7 * Version:           2.1.6
    88 * Author:            Pushly
    99 * Author URI:        http://pushly.com/
  • pushly/trunk/readme.txt

    r3129715 r3129752  
    55Tested up to: 6.6
    66Requires PHP: 5.6.20
    7 Stable tag: 2.1.5
     7Stable tag: 2.1.6
    88License: GPLv2 or later
    99
     
    4242* Adds ability to send notifications directly from your WordPress site
    4343
    44 = 2.1.5 =
     44= 2.1.6 =
    4545* Adds Enabled Post Types setting to enable sending notifications for custom post types
Note: See TracChangeset for help on using the changeset viewer.