Plugin Directory

Changeset 2807649


Ignore:
Timestamp:
10/31/2022 06:27:24 AM (3 years ago)
Author:
pushalert
Message:

Added support for WordPress v6.1

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

Legend:

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

    r2796978 r2807649  
    66 * Author: PushAlert
    77 * Author URI: https://pushalert.co
    8  * Version: 2.6.3
     8 * Version: 2.6.4
    99 */
    1010
     
    14891489        ?>
    14901490        <div class="panel-body pos-rel <?php if($i==1) echo "pa-mt20";?>">
    1491         <?php if($lastNotifications == 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>';}?>
    14921492            <div class="pa-mini-widget-group">
    14931493                <?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  
    44Tags: 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
    55Requires at least: 2.7
    6 Tested up to: 6.0
    7 Stable tag: 2.6.3
     6Tested up to: 6.1
     7Stable tag: 2.6.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8484
    8585== Changelog ==
     86
     87= 2.6.4 =
     88* Removed unnecessary warning from last notification stats.
    8689
    8790= 2.6.3 =
Note: See TracChangeset for help on using the changeset viewer.