Changeset 2635810
- Timestamp:
- 11/26/2021 11:29:09 AM (4 years ago)
- Location:
- notix-web-push-notifications
- Files:
-
- 40 added
- 5 edited
-
assets/screenshot-5.png (modified) (previous)
-
assets/screenshot-6.png (modified) (previous)
-
tags/1.1.5 (added)
-
tags/1.1.5/README.txt (added)
-
tags/1.1.5/admin (added)
-
tags/1.1.5/admin/class-notix-admin.php (added)
-
tags/1.1.5/admin/css (added)
-
tags/1.1.5/admin/css/notix-admin.css (added)
-
tags/1.1.5/admin/img (added)
-
tags/1.1.5/admin/img/menu-icon.png (added)
-
tags/1.1.5/admin/index.php (added)
-
tags/1.1.5/admin/js (added)
-
tags/1.1.5/admin/js/notix-admin.js (added)
-
tags/1.1.5/admin/partials (added)
-
tags/1.1.5/admin/partials/notix-admin-settings-display.php (added)
-
tags/1.1.5/admin/partials/notix-admin-settings-log-display.php (added)
-
tags/1.1.5/includes (added)
-
tags/1.1.5/includes/class-notix-activator.php (added)
-
tags/1.1.5/includes/class-notix-deactivator.php (added)
-
tags/1.1.5/includes/class-notix-i18n.php (added)
-
tags/1.1.5/includes/class-notix-loader.php (added)
-
tags/1.1.5/includes/class-notix-utils.php (added)
-
tags/1.1.5/includes/class-notix.php (added)
-
tags/1.1.5/includes/index.php (added)
-
tags/1.1.5/index.php (added)
-
tags/1.1.5/languages (added)
-
tags/1.1.5/languages/notix.pot (added)
-
tags/1.1.5/notix.php (added)
-
tags/1.1.5/public (added)
-
tags/1.1.5/public/class-notix-public.php (added)
-
tags/1.1.5/public/css (added)
-
tags/1.1.5/public/css/notix-public.css (added)
-
tags/1.1.5/public/index.php (added)
-
tags/1.1.5/public/js (added)
-
tags/1.1.5/public/js/notix-public.js (added)
-
tags/1.1.5/public/partials (added)
-
tags/1.1.5/public/partials/notix-public-display-notify-tag-subscribers-popup.php (added)
-
tags/1.1.5/public/partials/notix-public-display-notify-tag-subscribers.php (added)
-
tags/1.1.5/public/partials/notix-public-display-tag.php (added)
-
tags/1.1.5/public/partials/notix-public-display.php (added)
-
tags/1.1.5/public/sw.enot.js (added)
-
tags/1.1.5/uninstall.php (added)
-
trunk/README.txt (modified) (4 diffs)
-
trunk/includes/class-notix.php (modified) (1 diff)
-
trunk/notix.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
notix-web-push-notifications/trunk/README.txt
r2605682 r2635810 5 5 Requires at least: 4.9.4 6 6 Tested up to: 5.8.1 7 Stable tag: 1.1. 47 Stable tag: 1.1.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 24 24 25 25 = 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!** 27 Notix 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** 30 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. 28 31 29 32 * **API Integration** … … 51 54 With 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. 52 55 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 56 56 == Installation == 57 57 … … 78 78 Usage 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) 79 79 80 = The plugin does not work. What should you do? = 81 First 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 80 83 == Changelog == 84 85 = 1.1.5 = 86 - Change Readme features description 81 87 82 88 = 1.1.4 = -
notix-web-push-notifications/trunk/includes/class-notix.php
r2605682 r2635810 18 18 $this->version = NOTIX_VERSION; 19 19 } else { 20 $this->version = '1.1. 4';20 $this->version = '1.1.5'; 21 21 } 22 22 $this->notix = 'notix'; -
notix-web-push-notifications/trunk/notix.php
r2605682 r2635810 4 4 * 5 5 * @link https://notix.co/ 6 * @since 1.1. 46 * @since 1.1.5 7 7 * @package Notix 8 8 * … … 10 10 * Plugin Name: Notix Push Notifications 11 11 * 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. 412 * Version: 1.1.5 13 13 * Author: Notix 14 14 * Author URI: https://notix.co/
Note: See TracChangeset
for help on using the changeset viewer.