Plugin Directory

Changeset 2881114


Ignore:
Timestamp:
03/16/2023 10:19:13 AM (3 years ago)
Author:
pushalert
Message:

Now PushAlert supports iPadOS and iOS web push notifications. Available on iOS 16.4 and above.

Location:
pushalert-web-push-notifications/trunk
Files:
2 edited

Legend:

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

    r2807649 r2881114  
    66 * Author: PushAlert
    77 * Author URI: https://pushalert.co
    8  * Version: 2.6.4
     8 * Version: 2.7.0
    99 */
    1010
     
    267267            }
    268268
    269             if($pushalert_enable_auto_sw_manifest && $pushalert_sender_id && $pushalert_sender_id!="" && $pushalert_sender_id!="false"){
    270                 echo "var pushalert_manifest_file = '".plugins_url( "/manifest.json", __FILE__ )."';".PHP_EOL;
     269            if($pushalert_enable_auto_sw_manifest && $pushalert_config_id && $pushalert_config_id!="" && $pushalert_config_id!="false"){
     270                echo "var pushalert_manifest_file = 'https://cdn.pushalert.co/manifest-".$pushalert_config_id.".json';".PHP_EOL;
    271271            }
    272272        ?>
     
    18741874                <td><input type="text" required name="pushalert_config_id" size="64" value="<?php echo esc_attr(get_option('pushalert_config_id')); ?>" placeholder="Configuration ID" /></td>
    18751875            </tr>
    1876             <tr>
     1876            <tr style="display: none">
    18771877                <th scope="row">FCM/GCM Sender ID</th>
    1878                 <td><input type="text" required name="pushalert_sender_id" size="64" value="<?php echo esc_attr(get_option('pushalert_sender_id')); ?>" placeholder="FCM/GCM Sender ID" /></td>
     1878                <td><input type="text" name="pushalert_sender_id" size="64" value="<?php echo esc_attr(get_option('pushalert_sender_id')); ?>" placeholder="FCM/GCM Sender ID" /></td>
    18791879            </tr>
    18801880            <?php }?>
  • pushalert-web-push-notifications/trunk/readme.txt

    r2807649 r2881114  
    55Requires at least: 2.7
    66Tested up to: 6.1
    7 Stable tag: 2.6.4
     7Stable tag: 2.7.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2323
    2424= Here are some more features to give your website an instant boost: =
    25 * **Broader Reach**: PushAlert Web Push Notifications work with Chrome, Firefox, Safari and Opera (80%+ market-share) on both desktop and mobile devices.
     25* **Broader Reach**: PushAlert Web Push Notifications work on Chrome, Safari, Firefox, Edge and Opera on both desktop and mobile devices. It works across all major OS platforms including Windows, iOS 16.4+, iPadOS 16.4+, MacOS (OSX), Linux, ChromeOS as well as Android.
    2626* **Audience Creator**: Target specific subscribers based on their interests, location, URL and other custom parameters for more effective re-engagement and higher conversions.
    2727* **Welcome Drip**: With the welcome drip campaign you can send a series of notifications to new subscribers. With these you can automate customer on-boarding, engagement and direct the way they navigate your website.
     
    8484
    8585== Changelog ==
     86
     87= 2.7.0 =
     88* Now PushAlert supports iPadOS and iOS web push notifications. Available on iOS 16.4 and above.
    8689
    8790= 2.6.4 =
Note: See TracChangeset for help on using the changeset viewer.