Plugin Directory

Changeset 1974416


Ignore:
Timestamp:
11/14/2018 07:44:51 PM (7 years ago)
Author:
collimarco
Message:

Pushpad Express is deprecated

Location:
pushpad-web-push-notifications/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • pushpad-web-push-notifications/trunk/admin/pushpad-admin.php

    r1595704 r1974416  
    1919  <p>Inside any page or post you can use <code>[pushpad-button]</code> or <code>[pushpad-button subscribe="Subscribe" unsubscribe="Unsubscribe"]</code>.</p>
    2020  <h3>Browser prompt</h3>
    21   <p>If you use Pushpad Pro, you can ask your visitors to subscribe to push notifications on page load by enabling an option in <i>Pushpad -> Settings</i>.</p>
     21  <p>You can ask your visitors to subscribe to push notifications on page load by enabling an option in <i>Pushpad -> Settings</i>.</p>
    2222
    2323  <h2>2. Sending push notifications</h2>
  • pushpad-web-push-notifications/trunk/admin/pushpad-settings.php

    r1688743 r1974416  
    7171                    <td>
    7272                        <label>
    73                             <input type="radio" name="api" value="simple" <?php if ($settings['api'] == "simple" ) echo "checked"; ?>> Pushpad Express
     73                            <input type="radio" name="api" value="custom" <?php if ($settings['api'] == "custom" ) echo "checked"; ?>> Pushpad
    7474                        </label>
    7575                        <br>
    7676                        <label>
    77                             <input type="radio" name="api" value="custom" <?php if ($settings['api'] == "custom" ) echo "checked"; ?>> Pushpad Pro (requires HTTPS)
     77                            <input type="radio" name="api" value="simple" <?php if ($settings['api'] == "simple" ) echo "checked"; ?>> Express (deprecated)
    7878                        </label>
    7979                    </td>
  • pushpad-web-push-notifications/trunk/pushpad.php

    r1688743 r1974416  
    44 * Plugin URI: https://pushpad.xyz/docs/wordpress
    55 * Description: Real push notifications for your website. Uses the W3C Push API for Chrome and Firefox and supports Safari.
    6  * Version: 1.6.0
     6 * Version: 1.6.1
    77 * Author: Pushpad
    88 * Author URI: https://pushpad.xyz
  • pushpad-web-push-notifications/trunk/readme.txt

    r1806213 r1974416  
    1616Users receive push notifications even when are not surfing your website. They don't need to install any app or plugin.
    1717
    18 This plugin supports both **Pushpad Pro** and **Pushpad Express** and offers the following features:
     18This plugin offers the following features:
    1919
    2020- **Send push notifications** directly from Wordpress when you publish something new
Note: See TracChangeset for help on using the changeset viewer.