Plugin Directory

Changeset 3151008


Ignore:
Timestamp:
09/12/2024 05:27:53 PM (17 months ago)
Author:
notificationmaster
Message:

version 1.4.1

Location:
notification-master
Files:
800 added
3 edited

Legend:

Unmodified
Added
Removed
  • notification-master/trunk/assets/js/webpush.js

    r3151000 r3151008  
    112112        });
    113113    }
    114     console.log(WebPushConfig, 'WebPushConfig');
    115114
    116115    if (WebPushConfig.automaticPrompt) {
  • notification-master/trunk/notifications-master.php

    r3151000 r3151008  
    55 * Description: Enhance user engagement. Trigger notifications for events, support multiple channels like email and Discord, and personalize with dynamic merge tags. Easy setup and customization.
    66 *
    7  * Version: 1.4.0
     7 * Version: 1.4.1
    88 *
    99 * Author: Notification Master
     
    2626
    2727// Define notification-master constants.
    28 define( 'NOTIFICATION_MASTER_VERSION', '1.4.0' );
     28define( 'NOTIFICATION_MASTER_VERSION', '1.4.1' );
    2929define( 'NOTIFICATION_MASTER_FILE', __FILE__ );
    3030define( 'NOTIFICATION_MASTER_DIR', plugin_dir_path( __FILE__ ) );
  • notification-master/trunk/readme.txt

    r3151000 r3151008  
    33Donate link: https://notification-master.com
    44Tags: web push, email, alerts, notifications, webhooks
    5 Stable tag: 1.4.0
     5Stable tag: 1.4.1
    66Requires at least: 4.9
    77Tested up to: 6.6
     
    156156== Changelog ==
    157157
     158= 1.4.1 =
     159* Fixed: Web push notifications not working in some cases.
     160
    158161= 1.4.0 =
    159162* Added: Web push notifications subscriptions management.
Note: See TracChangeset for help on using the changeset viewer.