Changeset 1974416
- Timestamp:
- 11/14/2018 07:44:51 PM (7 years ago)
- Location:
- pushpad-web-push-notifications/trunk
- Files:
-
- 4 edited
-
admin/pushpad-admin.php (modified) (1 diff)
-
admin/pushpad-settings.php (modified) (1 diff)
-
pushpad.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pushpad-web-push-notifications/trunk/admin/pushpad-admin.php
r1595704 r1974416 19 19 <p>Inside any page or post you can use <code>[pushpad-button]</code> or <code>[pushpad-button subscribe="Subscribe" unsubscribe="Unsubscribe"]</code>.</p> 20 20 <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> 22 22 23 23 <h2>2. Sending push notifications</h2> -
pushpad-web-push-notifications/trunk/admin/pushpad-settings.php
r1688743 r1974416 71 71 <td> 72 72 <label> 73 <input type="radio" name="api" value=" simple" <?php if ($settings['api'] == "simple" ) echo "checked"; ?>> Pushpad Express73 <input type="radio" name="api" value="custom" <?php if ($settings['api'] == "custom" ) echo "checked"; ?>> Pushpad 74 74 </label> 75 75 <br> 76 76 <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) 78 78 </label> 79 79 </td> -
pushpad-web-push-notifications/trunk/pushpad.php
r1688743 r1974416 4 4 * Plugin URI: https://pushpad.xyz/docs/wordpress 5 5 * Description: Real push notifications for your website. Uses the W3C Push API for Chrome and Firefox and supports Safari. 6 * Version: 1.6. 06 * Version: 1.6.1 7 7 * Author: Pushpad 8 8 * Author URI: https://pushpad.xyz -
pushpad-web-push-notifications/trunk/readme.txt
r1806213 r1974416 16 16 Users receive push notifications even when are not surfing your website. They don't need to install any app or plugin. 17 17 18 This plugin supports both **Pushpad Pro** and **Pushpad Express** andoffers the following features:18 This plugin offers the following features: 19 19 20 20 - **Send push notifications** directly from Wordpress when you publish something new
Note: See TracChangeset
for help on using the changeset viewer.