Changeset 2807649
- Timestamp:
- 10/31/2022 06:27:24 AM (3 years ago)
- Location:
- pushalert-web-push-notifications/trunk
- Files:
-
- 2 edited
-
pushalert.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pushalert-web-push-notifications/trunk/pushalert.php
r2796978 r2807649 6 6 * Author: PushAlert 7 7 * Author URI: https://pushalert.co 8 * Version: 2.6. 38 * Version: 2.6.4 9 9 */ 10 10 … … 1489 1489 ?> 1490 1490 <div class="panel-body pos-rel <?php if($i==1) echo "pa-mt20";?>"> 1491 <?php if($lastNotification s== null){echo '<div class="pa-overlay-no-access"><div>No notification sent.</div></div>';}?>1491 <?php if($lastNotificationT == null){echo '<div class="pa-overlay-no-access"><div>No notification sent.</div></div>';}?> 1492 1492 <div class="pa-mini-widget-group"> 1493 1493 <?php if($notf_count==2){if($i==0){echo "<span class='notification-type-ab'>A</span>";}else{echo "<span class='notification-type-ab'>B</span>";}}?> -
pushalert-web-push-notifications/trunk/readme.txt
r2796980 r2807649 4 4 Tags: push notifications, pushalert, chrome, firefox, browser notification, mobile push notification, web push notification, chrome push, safari push, firefox push, mobile notifications, desktop notification, android push, android notifications, woocommerce, abandoned cart recovery, in-stock notifications, price drop alerts, shipment notifications, recover woocommerce cart, abandon cart, increase sales with woocommerce 5 5 Requires at least: 2.7 6 Tested up to: 6. 07 Stable tag: 2.6. 36 Tested up to: 6.1 7 Stable tag: 2.6.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 84 84 85 85 == Changelog == 86 87 = 2.6.4 = 88 * Removed unnecessary warning from last notification stats. 86 89 87 90 = 2.6.3 =
Note: See TracChangeset
for help on using the changeset viewer.