Plugin Directory

Changeset 3204210


Ignore:
Timestamp:
12/07/2024 11:57:25 PM (15 months ago)
Author:
notificationmaster
Message:

version 1.4.11

Location:
notification-master
Files:
927 added
3 edited

Legend:

Unmodified
Added
Removed
  • notification-master/trunk/includes/integrations/class-webpush-integration.php

    r3204184 r3204210  
    340340                    'type'     => 'string',
    341341                    'enum'     => array( 'all', 'specific_users' ),
    342                     'required' => true,
     342                    'required' => false,
    343343                ),
    344344                'specific_users' => array(
  • notification-master/trunk/notifications-master.php

    r3204207 r3204210  
    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.10
     7 * Version: 1.4.11
    88 *
    99 * Author: Notification Master
     
    2626
    2727// Define notification-master constants.
    28 define( 'NOTIFICATION_MASTER_VERSION', '1.4.10' );
     28define( 'NOTIFICATION_MASTER_VERSION', '1.4.11' );
    2929define( 'NOTIFICATION_MASTER_FILE', __FILE__ );
    3030define( 'NOTIFICATION_MASTER_DIR', plugin_dir_path( __FILE__ ) );
  • notification-master/trunk/readme.txt

    r3204207 r3204210  
    33Donate link: https://notification-master.com
    44Tags: web push, email, alerts, notifications, push notifications
    5 Stable tag: 1.4.10
     5Stable tag: 1.4.11
    66Requires at least: 4.9
    77Tested up to: 6.7
     
    160160== Changelog ==
    161161
     162= 1.4.11 =
     163* Fixed: Notification connections save issue.
     164
    162165= 1.4.10 =
    163166* Fixed: Web push welcome message in auto mode.
Note: See TracChangeset for help on using the changeset viewer.