Changeset 2881114
- Timestamp:
- 03/16/2023 10:19:13 AM (3 years ago)
- Location:
- pushalert-web-push-notifications/trunk
- Files:
-
- 2 edited
-
pushalert.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pushalert-web-push-notifications/trunk/pushalert.php
r2807649 r2881114 6 6 * Author: PushAlert 7 7 * Author URI: https://pushalert.co 8 * Version: 2. 6.48 * Version: 2.7.0 9 9 */ 10 10 … … 267 267 } 268 268 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; 271 271 } 272 272 ?> … … 1874 1874 <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> 1875 1875 </tr> 1876 <tr >1876 <tr style="display: none"> 1877 1877 <th scope="row">FCM/GCM Sender ID</th> 1878 <td><input type="text" requiredname="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> 1879 1879 </tr> 1880 1880 <?php }?> -
pushalert-web-push-notifications/trunk/readme.txt
r2807649 r2881114 5 5 Requires at least: 2.7 6 6 Tested up to: 6.1 7 Stable tag: 2. 6.47 Stable tag: 2.7.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 23 23 24 24 = 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. 26 26 * **Audience Creator**: Target specific subscribers based on their interests, location, URL and other custom parameters for more effective re-engagement and higher conversions. 27 27 * **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. … … 84 84 85 85 == Changelog == 86 87 = 2.7.0 = 88 * Now PushAlert supports iPadOS and iOS web push notifications. Available on iOS 16.4 and above. 86 89 87 90 = 2.6.4 =
Note: See TracChangeset
for help on using the changeset viewer.