Plugin Directory

Changeset 3122904


Ignore:
Timestamp:
07/22/2024 05:53:23 AM (20 months ago)
Author:
notificationmaster
Message:

version 1.1.1

Location:
notification-master
Files:
460 added
6 edited

Legend:

Unmodified
Added
Removed
  • notification-master/trunk/notifications-master.php

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

    r3122227 r3122904  
    33Donate link: https://notification-master.com
    44Tags: notification, email, alerts, notify, webhooks
    5 Stable tag: 1.1.0
     5Stable tag: 1.1.1
    66Requires at least: 4.9
    77Tested up to: 6.6
     
    149149== Changelog ==
    150150
     151= 1.1.1 =
     152* Fixed: Some Admin UI issues
     153
    151154= 1.1.0 =
    152155* Added: Facebook integration
Note: See TracChangeset for help on using the changeset viewer.