Changeset 2340332
- Timestamp:
- 07/14/2020 12:20:41 PM (6 years ago)
- Location:
- kidunotifier
- Files:
-
- 1 added
- 5 edited
-
assets/banner-772x250.png (modified) (previous)
-
trunk/kidunotifier.php (modified) (3 diffs)
-
trunk/languages/insert-headers-and-footers.pot (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/views/admin_notice.php (added)
-
trunk/views/settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kidunotifier/trunk/kidunotifier.php
r2339438 r2340332 10 10 * @wordpress-plugin 11 11 * Plugin Name: KiduNotifier 12 * Plugin URI: https://kidunotifier.com/ plugins12 * Plugin URI: https://kidunotifier.com/ 13 13 * Description: KiduNotifier is the easiest marketing platform that leverages and automates the real power of website notifications to instantly increase trust, conversions and sales. 14 * Version: 1.0.014 * Version: 0.2 15 15 * Author: ITS - Info Twist Solutions 16 16 * Author URI: https://its.net.in/ … … 33 33 $this->plugin->name = 'kidunotifier'; // Plugin Folder 34 34 $this->plugin->displayName = 'KiduNotifier'; // Plugin Name 35 $this->plugin->version = '0. 1';35 $this->plugin->version = '0.2'; 36 36 $this->plugin->folder = plugin_dir_path( __FILE__ ); 37 37 $this->plugin->url = plugin_dir_url( __FILE__ ); … … 162 162 <!-- END Pixel Code -->'; 163 163 } 164 164 165 } 165 166 167 // Load Admin Notice 168 include( plugin_dir_path( __FILE__ ) . '/views/admin_notice.php'); 169 166 170 $ne = new KiduNotifier(); -
kidunotifier/trunk/languages/insert-headers-and-footers.pot
r2339438 r2340332 3 3 msgid "" 4 4 msgstr "" 5 6 5 7 6 #. Plugin Name of the plugin … … 23 22 24 23 #: views/settings.php:2 25 #: views/settings.php:2326 24 msgid "Settings" 27 25 msgstr "" 28 26 29 #: views/settings.php:2 830 msgid " Scripts in Header"27 #: views/settings.php:23 28 msgid "Pixel Key Settings" 31 29 msgstr "" 32 30 33 #: views/settings.php: 3034 msgid " These pixel code will be printed in the <code><head></code> section."31 #: views/settings.php:28 32 msgid "Pixel API Key" 35 33 msgstr "" 36 34 37 #: views/settings.php:33 38 msgid "Scripts in Footer" 35 #: views/settings.php:29 36 msgid "Paste your API key here" 37 msgstr "" 38 39 #: views/settings.php:31 40 msgid "These pixel code will be printed above the <code></body></code> tag." 39 41 msgstr "" 40 42 41 43 #: views/settings.php:35 42 msgid "These pixel code will be printed above the <code></body></code> tag."43 msgstr ""44 45 #: views/settings.php:3946 44 msgid "Save My Key" 47 45 msgstr "" … … 65 63 msgid "Settings Saved." 66 64 msgstr "" 65 66 #: admin_notice.php:48 67 msgid "Plugin review notification." 68 msgstr "" -
kidunotifier/trunk/readme.txt
r2339441 r2340332 2 2 Contributors: ITS - Info Twist Solutions 3 3 Tags: kidu notifier, notification, notify, notifier, website notifications, website notifier, alert, easy notifier 4 Requires at least: 3.45 Stable tag: 0. 14 Requires at least: 4.0 5 Stable tag: 0.2 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html 8 8 9 KiduNotifier is the easiest marketing platform that leverages and automates the real power of website notifications to instantly increase trust, conversions and sales. 9 KiduNotifier is the easiest marketing platform that leverages and automates 10 the real power of website notifications to instantly increase trust, conversions and sales. 10 11 11 12 == Description == 12 13 13 14 = KiduNotifier = 14 KiduNotifier is the easiest marketing platform that leverages and automates the real power of website notifications to instantly increase trust, conversions and sales. 20+ notification styles to increase user attention to your relevant products. 15 KiduNotifier is the easiest marketing platform that leverages and automates 16 the real power of website notifications to instantly increase trust, conversions and sales. 20+ notification styles to increase user attention to your relevant products. 15 17 16 18 == Installation == … … 20 22 21 23 == Screenshots == 22 1. This is screenshot sOne23 2. This is screenshot sTwo24 1. This is screenshot One 25 2. This is screenshot Two 24 26 25 27 == Changelog == … … 27 29 = 0.1 = 28 30 * Initial version 31 32 = 0.2 = 33 * Update : Admin Review Notification -
kidunotifier/trunk/views/settings.php
r2339438 r2340332 16 16 17 17 <div id="poststuff"> 18 <div id="post-body" class="metabox-holder columns -2">18 <div id="post-body" class="metabox-holder columns"> 19 19 <!-- Content --> 20 20 <div id="post-body-content">
Note: See TracChangeset
for help on using the changeset viewer.