Plugin Directory

Changeset 2635810


Ignore:
Timestamp:
11/26/2021 11:29:09 AM (4 years ago)
Author:
notix
Message:

Notix web push notifications - release 1.1.5

Location:
notix-web-push-notifications
Files:
40 added
5 edited

Legend:

Unmodified
Added
Removed
  • notix-web-push-notifications/trunk/README.txt

    r2605682 r2635810  
    55Requires at least: 4.9.4
    66Tested up to: 5.8.1
    7 Stable tag: 1.1.4
     7Stable tag: 1.1.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2424
    2525= Features =
    26 * **Get started for Free Now**
    27 NOTIX is still free to try for now and there will always be a free plan available for lower volumes! How can you go wrong with free? Paid plans with additional features will begin in Q3 of 2021.
     26* **Notix is free to try!**
     27Notix provides custom solutions for any kind and size of business. If you have less than 30,000 subscribers Notix is free for you for good. Please check all plans here https://notix.co/pricing
     28
     29* **Monetization**
     30You can monetize your push subscribers upon request along with sending your own content in notifications. Feature is voluntary, please get in touch with our team in order to turn it on.
    2831
    2932* **API Integration**
     
    5154With NOTIX analytics feature, you can easily identify push notifications with high read rates, identify the most engaging, and notifications with high click-through-rates. With such information, you can refine your push notification messaging accordingly.
    5255
    53 * **Monetization**
    54 You can monetize your push subscribers upon request along with sending your own content in notifications. Feature is voluntary, please get in touch with our team in order to turn it on.
    55 
    5656== Installation ==
    5757
     
    7878Usage instructions: [link](https://help.notix.co/en/articles/5020869-what-you-should-check-before-sending-a-targeted-message-when-you-work-with-the-notix-plugin-for-wordpress)
    7979
     80= The plugin does not work. What should you do? =
     81First of all, please check that you have an App ID. To get it, visit [link](https://notix.co/). Please send your questions to the live chat inside the Notix platform if you still have any problems.
     82
    8083== Changelog ==
     84
     85= 1.1.5 =
     86- Change Readme features description
    8187
    8288= 1.1.4 =
  • notix-web-push-notifications/trunk/includes/class-notix.php

    r2605682 r2635810  
    1818            $this->version = NOTIX_VERSION;
    1919        } else {
    20             $this->version = '1.1.4';
     20            $this->version = '1.1.5';
    2121        }
    2222        $this->notix = 'notix';
  • notix-web-push-notifications/trunk/notix.php

    r2605682 r2635810  
    44 *
    55 * @link              https://notix.co/
    6  * @since             1.1.4
     6 * @since             1.1.5
    77 * @package           Notix
    88 *
     
    1010 * Plugin Name:       Notix Push Notifications
    1111 * Description:       Bring more repeat traffic to your WordPress site with Notix. Best engine for web push subscribers collection and notifications delivery.
    12  * Version:           1.1.4
     12 * Version:           1.1.5
    1313 * Author:            Notix
    1414 * Author URI:        https://notix.co/
Note: See TracChangeset for help on using the changeset viewer.