Plugin Directory

Changeset 3125271


Ignore:
Timestamp:
07/25/2024 12:39:20 PM (19 months ago)
Author:
notificationmaster
Message:

version 1.1.3

Location:
notification-master
Files:
263 added
7 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • notification-master/trunk/languages/notification-master.pot

    r3125253 r3125271  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Notification Master 1.1.2\n"
     5"Project-Id-Version: Notification Master 1.1.3\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/notification-master\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-07-25T14:06:22+02:00\n"
     12"POT-Creation-Date: 2024-07-25T14:33:52+02:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.10.0\n"
  • notification-master/trunk/notifications-master.php

    r3125253 r3125271  
    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.2
     7 * Version: 1.1.3
    88 *
    99 * Author: Notification Master
     
    2626
    2727// Define notification-master constants.
    28 define( 'NOTIFICATION_MASTER_VERSION', '1.1.2' );
     28define( 'NOTIFICATION_MASTER_VERSION', '1.1.3' );
    2929define( 'NOTIFICATION_MASTER_FILE', __FILE__ );
    3030define( 'NOTIFICATION_MASTER_DIR', plugin_dir_path( __FILE__ ) );
     
    3232define( 'NOTIFICATION_MASTER_BASENAME', plugin_basename( __FILE__ ) );
    3333define( 'NOTIFICATION_MASTER_SITE', 'https://notification-master.com' );
    34 
    35 // Freemius.
    36 require_once NOTIFICATION_MASTER_DIR . 'freemius.php';
    3734
    3835// autoload.
  • notification-master/trunk/readme.txt

    r3125253 r3125271  
    33Donate link: https://notification-master.com
    44Tags: notification, email, alerts, notifications, webhooks
    5 Stable tag: 1.1.2
     5Stable tag: 1.1.3
    66Requires at least: 4.9
    77Tested up to: 6.6
     
    149149== Changelog ==
    150150
     151= 1.1.3 =
     152* Fixed: Issue when updating notifications.
     153
    151154= 1.1.2 =
    152155* Added: Background processing for notifications to improve performance.
Note: See TracChangeset for help on using the changeset viewer.