Plugin Directory

Changeset 1686039


Ignore:
Timestamp:
06/27/2017 08:23:25 AM (9 years ago)
Author:
Device Push
Message:

Include html code into popup activation

Location:
device-push/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • device-push/trunk/index.php

    r1683523 r1686039  
    44Description: Push Notifications by Device Push. Direct and effective communication in real time. A new way to communicate with your customers: Communicate in a personalized way and in real time with your customers. Increase the conversion rate of your campaigns. Increase your customers' commitment to your brand. Manage your campaigns from an intuitive and easy to use control panel: Plan, segment and analyze your campaigns, and make better decisions.
    55Author: Device Push
    6 Author URI: www.devicepush.com
    7 Version: 1.6
     6Author URI: https://www.devicepush.com
     7Version: 1.7
    88*/
    99
     
    5050  $text_popup = '';
    5151  if(get_option('dp_option_text_popup') && esc_attr( get_option('dp_option_text_popup') ) != ''){
    52     $text_popup = esc_attr( get_option('dp_option_text_popup') );
     52    $text_popup = get_option('dp_option_text_popup');
    5353  }else{
    5454    $text_popup = "Activate push notifications to improve your experience on our website.";
  • device-push/trunk/readme.txt

    r1683510 r1686039  
    5555== Changelog ==
    5656
     57= 1.7 =
     58* Include html code into popup activation.
     59
    5760= 1.6 =
    5861* Sends notifications to registered and unregistered users.
Note: See TracChangeset for help on using the changeset viewer.