Changeset 3423239
- Timestamp:
- 12/18/2025 08:47:57 PM (4 months ago)
- Location:
- pushrelay/trunk
- Files:
-
- 2 edited
-
pushrelay.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pushrelay/trunk/pushrelay.php
r3423220 r3423239 4 4 * Plugin URI: https://pushrelay.com 5 5 * Description: Native Push Notifications for WordPress powered by PushRelay. 6 * Version: 1.2. 16 * Version: 1.2.2 7 7 * Author: PushRelay 8 8 * Author URI: https://pushrelay.com … … 14 14 * License: GPLv2 or later 15 15 */ 16 16 17 17 18 if ( ! defined( 'ABSPATH' ) ) { -
pushrelay/trunk/readme.txt
r3423236 r3423239 1 1 === PushRelay === 2 2 Contributors: pushrelay 3 Tags: push notifications, web push, woocommerce , notifications3 Tags: push notifications, web push, woocommerce 4 4 Requires at least: 6.0 5 5 Tested up to: 6.9 … … 13 13 14 14 == Description == 15 PushRelay brings modern web push notifications directly into WordPress without external dashboards, 16 manual service worker configuration, or complex setup. 15 PushRelay integrates web push notifications directly into WordPress with zero manual setup. 17 16 18 This plugin is designed to feel native to WordPress while leveraging the full power of the PushRelay 19 infrastructure. 20 21 Current focus: 22 * Simple API connection validation 23 * Automatic readiness checks 24 * Foundation for advanced push automation 25 26 Future updates will expand automation, segmentation, and WooCommerce integrations. 17 The plugin provides: 18 * Automatic Service Worker registration 19 * Health checks for HTTPS and browser support 20 * A foundation for WooCommerce and automation integrations 27 21 28 22 == External Services == 29 This plugin connects to the PushRelay API to enable push notification functionality.23 This plugin connects to the PushRelay API (https://pushrelay.com) to enable push notification functionality. 30 24 31 Service provided by: 32 PushRelay — https://pushrelay.com 25 Data sent may include: 26 * Website identifiers 27 * Configuration data required to deliver push notifications 33 28 34 What data is sent: 35 * Website identifiers 36 * API authentication token (provided by the site administrator) 37 38 When data is sent: 39 * When validating the API connection 40 * When initializing push notification services 41 42 Why data is sent: 43 * To register the website 44 * To enable delivery of push notifications 45 46 Terms of Service: 47 https://pushrelay.com/terms 48 49 Privacy Policy: 50 https://pushrelay.com/privacy 29 This service is provided by PushRelay. 30 * Terms of Service: https://pushrelay.com/terms 31 * Privacy Policy: https://pushrelay.com/privacy 51 32 52 33 == Installation == 53 1. Upload the plugin to the `/wp-content/plugins/` directory or install it via the Plugins screen. 54 2. Activate the plugin through the 'Plugins' screen in WordPress. 55 3. Go to **Settings → PushRelay**. 56 4. Enter your PushRelay API Key. 57 5. Save settings and verify connection status. 58 59 == Frequently Asked Questions == 60 61 = Where do I get my API key? = 62 You can obtain your API key from your PushRelay account dashboard at https://pushrelay.com. 63 64 = Does this plugin send notifications automatically? = 65 Not yet. Version 1.2.0 provides the foundation and connection layer. 66 Automation features will be introduced in upcoming versions. 67 68 = Does this plugin require WooCommerce? = 69 No. WooCommerce integration will be optional and added later. 70 71 == Screenshots == 72 1. PushRelay settings screen. 73 2. API connection status indicator. 34 1. Install the plugin from the WordPress Plugin Directory. 35 2. Activate the plugin. 36 3. Ensure your website is running on HTTPS. 74 37 75 38 == Changelog == 76 39 77 = 1.2.0 = 78 * Introduced automatic service worker injection foundation. 79 * Improved API health checks. 80 * Internal readiness validation. 81 * WordPress.org compliance improvements. 40 = 1.2.2 = 41 * Fixed fatal error caused by missing class loading. 42 * Ensured Health and Service Worker classes are properly loaded. 43 * Improved plugin stability on fresh installations. 82 44 83 = 1.1.0 = 84 * Initial public release. 85 * Secure API connection handling. 86 * Admin settings page. 87 88 == Upgrade Notice == 45 = 1.2.1 = 46 * Internal fixes to Service Worker registration. 47 * Initial health notice for HTTPS validation. 48 * Minor internal cleanup. 89 49 90 50 = 1.2.0 = 91 This update improves the internal push infrastructure and prepares the plugin for upcoming automation features.51 * Initial public release.
Note: See TracChangeset
for help on using the changeset viewer.