Plugin Directory

Changeset 3423239


Ignore:
Timestamp:
12/18/2025 08:47:57 PM (4 months ago)
Author:
pushrelay
Message:

Add complete changelog for 1.2.1 and 1.2.2

Location:
pushrelay/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pushrelay/trunk/pushrelay.php

    r3423220 r3423239  
    44 * Plugin URI: https://pushrelay.com
    55 * Description: Native Push Notifications for WordPress powered by PushRelay.
    6  * Version: 1.2.1
     6 * Version: 1.2.2
    77 * Author: PushRelay
    88 * Author URI: https://pushrelay.com
     
    1414 * License: GPLv2 or later
    1515 */
     16
    1617
    1718if ( ! defined( 'ABSPATH' ) ) {
  • pushrelay/trunk/readme.txt

    r3423236 r3423239  
    11=== PushRelay ===
    22Contributors: pushrelay
    3 Tags: push notifications, web push, woocommerce, notifications
     3Tags: push notifications, web push, woocommerce
    44Requires at least: 6.0
    55Tested up to: 6.9
     
    1313
    1414== Description ==
    15 PushRelay brings modern web push notifications directly into WordPress without external dashboards,
    16 manual service worker configuration, or complex setup.
     15PushRelay integrates web push notifications directly into WordPress with zero manual setup.
    1716
    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.
     17The plugin provides:
     18* Automatic Service Worker registration
     19* Health checks for HTTPS and browser support
     20* A foundation for WooCommerce and automation integrations
    2721
    2822== External Services ==
    29 This plugin connects to the PushRelay API to enable push notification functionality.
     23This plugin connects to the PushRelay API (https://pushrelay.com) to enable push notification functionality.
    3024
    31 Service provided by:
    32 PushRelay — https://pushrelay.com
     25Data sent may include:
     26* Website identifiers
     27* Configuration data required to deliver push notifications
    3328
    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
     29This service is provided by PushRelay.
     30* Terms of Service: https://pushrelay.com/terms
     31* Privacy Policy: https://pushrelay.com/privacy
    5132
    5233== 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.
     341. Install the plugin from the WordPress Plugin Directory.
     352. Activate the plugin.
     363. Ensure your website is running on HTTPS.
    7437
    7538== Changelog ==
    7639
    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.
    8244
    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.
    8949
    9050= 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.