Changeset 2739514
- Timestamp:
- 06/08/2022 10:27:04 PM (4 years ago)
- Location:
- pushnami-web-push-notifications/trunk
- Files:
-
- 3 edited
-
includes/class-pushnami.php (modified) (1 diff)
-
pushnami.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pushnami-web-push-notifications/trunk/includes/class-pushnami.php
r2388400 r2739514 217 217 return; 218 218 } 219 220 if (!$force && $pn_wordpress_installed) { 221 delete_option('pushnami_collision_'. $filename); 222 return; 223 } 219 224 } 220 225 } -
pushnami-web-push-notifications/trunk/pushnami.php
r2622881 r2739514 7 7 Plugin URI: https://wordpress.org/plugins/pushnami-web-push-notifications 8 8 Description: 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. 69 Version: 1.0.7 10 10 Author: Pushnami 11 11 Author URI: https://www.pushnami.com -
pushnami-web-push-notifications/trunk/readme.txt
r2622881 r2739514 3 3 Tags: push notifications, webpush, push, notifications, chrome, subscribe 4 4 Requires at least: 1.0 5 Tested up to: 5.85 Tested up to: 6.0 6 6 Requires PHP: 5.4 7 7 Stable tag: trunk … … 59 59 == Changelog == 60 60 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 61 65 = 1.0.6 = 62 66 * Updates tested up to WP version to 5.8
Note: See TracChangeset
for help on using the changeset viewer.