Plugin Directory

Changeset 2739514


Ignore:
Timestamp:
06/08/2022 10:27:04 PM (4 years ago)
Author:
pushnami
Message:

Improved script detection and tested up to WP 6.0

Location:
pushnami-web-push-notifications/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pushnami-web-push-notifications/trunk/includes/class-pushnami.php

    r2388400 r2739514  
    217217                    return;
    218218                }
     219
     220                if (!$force && $pn_wordpress_installed) {
     221                    delete_option('pushnami_collision_'. $filename);
     222                    return;
     223                }
    219224            }
    220225        }
  • pushnami-web-push-notifications/trunk/pushnami.php

    r2622881 r2739514  
    77Plugin URI: https://wordpress.org/plugins/pushnami-web-push-notifications
    88Description: Capture & Monetize Your Audience. The leader for web push, mobile push notifications, and email. Trusted by more than 20K brands to send 10 billion messages per month.
    9 Version: 1.0.6
     9Version: 1.0.7
    1010Author: Pushnami
    1111Author URI: https://www.pushnami.com
  • pushnami-web-push-notifications/trunk/readme.txt

    r2622881 r2739514  
    33Tags: push notifications, webpush, push, notifications, chrome, subscribe
    44Requires at least: 1.0
    5 Tested up to: 5.8
     5Tested up to: 6.0
    66Requires PHP: 5.4
    77Stable tag: trunk
     
    5959== Changelog ==
    6060
     61= 1.0.7 =
     62* Bug fix to reset script collision flags when proper files are detected again.
     63* Updates tested up to WP version to 6.0
     64
    6165= 1.0.6 =
    6266* Updates tested up to WP version to 5.8
Note: See TracChangeset for help on using the changeset viewer.