Plugin Directory

Changeset 3241165


Ignore:
Timestamp:
02/16/2025 03:49:07 AM (13 months ago)
Author:
notificationmaster
Message:

version 1.5.0

Location:
notification-master
Files:
929 added
5 edited

Legend:

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

    r3151000 r3241165  
    167167                'icon'        => NOTIFICATION_MASTER_URL . 'assets/integrations/twitterx.svg',
    168168            ),
     169            'twilio'   => array(
     170                'name'        => __( 'Twilio', 'notification-master' ),
     171                'description' => __( 'Send notifications to twilio.', 'notification-master' ),
     172                'icon'        => NOTIFICATION_MASTER_URL . 'assets/integrations/twilio.svg',
     173            ),
    169174            'slack'    => array(
    170175                'name'        => __( 'Slack', 'notification-master' ),
  • notification-master/trunk/includes/rest-api/controllers/v1/class-rest-settings-controller.php

    r3216014 r3241165  
    132132                    'type'        => 'boolean',
    133133                    'description' => __( 'Privacy trigger.', 'notification-master' ),
     134                ),
     135                'woocommerce_change_trigger'      => array(
     136                    'type'        => 'boolean',
     137                    'description' => __( 'WooCommerce change trigger.', 'notification-master' ),
    134138                ),
    135139                'delete_logs_every'               => array(
     
    172176                'webpush_private_key'                      => '',
    173177                'webpush_auto_prompt'                      => false,
     178                'woocommerce_change_trigger'               => true,
    174179                'normal_button_text'                       => __( 'Subscribe to Notifications!', 'notification-master' ),
    175180                'normal_button_color'                      => '#ffffff',
  • notification-master/trunk/languages/notification-master.pot

    r3216014 r3241165  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Notification Master 1.4.12\n"
     5"Project-Id-Version: Notification Master 1.5.0\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: 2025-01-02T14:21:58+01:00\n"
     12"POT-Creation-Date: 2025-02-16T03:33:42+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.10.0\n"
     
    1717#. Plugin Name of the plugin
    1818#. Author of the plugin
    19 #: C:/xampp/htdocs/wordpress/wp-content/plugins/notification-master/notifications-master.php
     19#: C:/nginx/html/wordpress/wp-content/plugins/notification-master/notifications-master.php
    2020#: includes/admin/class-admin.php:154
    2121#: includes/admin/class-admin.php:155
     
    2424
    2525#. Description of the plugin
    26 #: C:/xampp/htdocs/wordpress/wp-content/plugins/notification-master/notifications-master.php
     26#: C:/nginx/html/wordpress/wp-content/plugins/notification-master/notifications-master.php
    2727msgid "Enhance user engagement. Trigger notifications for events, support multiple channels like email and Discord, and personalize with dynamic merge tags. Easy setup and customization."
    2828msgstr ""
    2929
    3030#. Author URI of the plugin
    31 #: C:/xampp/htdocs/wordpress/wp-content/plugins/notification-master/notifications-master.php
     31#: C:/nginx/html/wordpress/wp-content/plugins/notification-master/notifications-master.php
    3232msgid "https://notification-master.com"
    3333msgstr ""
     
    284284
    285285#: includes/integrations/class-loader.php:170
     286msgid "Twilio"
     287msgstr ""
     288
     289#: includes/integrations/class-loader.php:171
     290msgid "Send notifications to twilio."
     291msgstr ""
     292
     293#: includes/integrations/class-loader.php:175
    286294msgid "Slack"
    287295msgstr ""
    288296
    289 #: includes/integrations/class-loader.php:171
     297#: includes/integrations/class-loader.php:176
    290298msgid "Send notifications to Slack."
    291299msgstr ""
    292300
    293 #: includes/integrations/class-loader.php:175
     301#: includes/integrations/class-loader.php:180
    294302msgid "Zapier"
    295303msgstr ""
    296304
    297 #: includes/integrations/class-loader.php:176
     305#: includes/integrations/class-loader.php:181
    298306msgid "Send notifications to Zapier."
    299307msgstr ""
    300308
    301 #: includes/integrations/class-loader.php:180
     309#: includes/integrations/class-loader.php:185
    302310msgid "Make"
    303311msgstr ""
    304312
    305 #: includes/integrations/class-loader.php:181
     313#: includes/integrations/class-loader.php:186
    306314msgid "Send notifications to Make."
    307315msgstr ""
     
    14451453
    14461454#: includes/rest-api/controllers/v1/class-rest-settings-controller.php:137
     1455msgid "WooCommerce change trigger."
     1456msgstr ""
     1457
     1458#: includes/rest-api/controllers/v1/class-rest-settings-controller.php:141
    14471459msgid "Delete logs every."
    14481460msgstr ""
    14491461
    1450 #: includes/rest-api/controllers/v1/class-rest-settings-controller.php:141
     1462#: includes/rest-api/controllers/v1/class-rest-settings-controller.php:145
    14511463msgid "Notifications delete logs every."
    14521464msgstr ""
    14531465
    1454 #: includes/rest-api/controllers/v1/class-rest-settings-controller.php:145
     1466#: includes/rest-api/controllers/v1/class-rest-settings-controller.php:149
    14551467msgid "Web Push Public Key."
    14561468msgstr ""
    14571469
    1458 #: includes/rest-api/controllers/v1/class-rest-settings-controller.php:149
     1470#: includes/rest-api/controllers/v1/class-rest-settings-controller.php:153
    14591471msgid "Web Push Private Key."
    14601472msgstr ""
    14611473
    1462 #: includes/rest-api/controllers/v1/class-rest-settings-controller.php:153
     1474#: includes/rest-api/controllers/v1/class-rest-settings-controller.php:157
    14631475msgid "Web Push Action Type."
    14641476msgstr ""
    14651477
    1466 #: includes/rest-api/controllers/v1/class-rest-settings-controller.php:174
     1478#: includes/rest-api/controllers/v1/class-rest-settings-controller.php:179
    14671479#: includes/webpush/class-loader.php:285
    14681480msgid "Subscribe to Notifications!"
    14691481msgstr ""
    14701482
    1471 #: includes/rest-api/controllers/v1/class-rest-settings-controller.php:182
    1472 #: includes/rest-api/controllers/v1/class-rest-settings-controller.php:189
     1483#: includes/rest-api/controllers/v1/class-rest-settings-controller.php:187
     1484#: includes/rest-api/controllers/v1/class-rest-settings-controller.php:194
    14731485#: includes/webpush/class-loader.php:293
    14741486#: includes/webpush/class-loader.php:330
     
    14771489msgstr ""
    14781490
    1479 #: includes/rest-api/controllers/v1/class-rest-settings-controller.php:188
     1491#: includes/rest-api/controllers/v1/class-rest-settings-controller.php:193
    14801492#: includes/webpush/class-loader.php:329
    14811493msgid "Subscribe!"
    14821494msgstr ""
    14831495
    1484 #: includes/rest-api/controllers/v1/class-rest-settings-controller.php:223
     1496#: includes/rest-api/controllers/v1/class-rest-settings-controller.php:228
    14851497#: includes/webpush/class-loader.php:100
    14861498msgid "Welcome!"
    14871499msgstr ""
    14881500
    1489 #: includes/rest-api/controllers/v1/class-rest-settings-controller.php:224
     1501#: includes/rest-api/controllers/v1/class-rest-settings-controller.php:229
    14901502#: includes/webpush/class-loader.php:101
    14911503msgid "Thanks for subscribing to our notifications!"
  • notification-master/trunk/notifications-master.php

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

    r3216014 r3241165  
    33Donate link: https://notification-master.com
    44Tags: web push, email, alerts, notifications, push notifications
    5 Stable tag: 1.4.12
     5Stable tag: 1.5.0
    66Requires at least: 4.9
    77Tested up to: 6.7
     
    160160== Changelog ==
    161161
     162= 1.5.0 =
     163* Added: Added twilio integration for sending SMS and WhatsApp notifications.
     164* Fixed: WooCommerce triggers option not working in some cases.
     165
    162166= 1.4.12 =
    163167* Added: Responsive positioning for the floating button. Now you can change the button's position based on the device type (Desktop, Mobile, etc.).
Note: See TracChangeset for help on using the changeset viewer.