Changeset 2342884
- Timestamp:
- 07/18/2020 08:21:24 PM (6 years ago)
- Location:
- kidunotifier/trunk
- Files:
-
- 3 edited
-
kidunotifier.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
views/admin_notice.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kidunotifier/trunk/kidunotifier.php
r2340332 r2342884 12 12 * 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: 0. 214 * Version: 0.3 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. 2';35 $this->plugin->version = '0.3'; 36 36 $this->plugin->folder = plugin_dir_path( __FILE__ ); 37 37 $this->plugin->url = plugin_dir_url( __FILE__ ); -
kidunotifier/trunk/readme.txt
r2340334 r2342884 1 1 === KiduNotifier Pixel Code Handling === 2 2 Contributors: ITS - Info Twist Solutions 3 Tags: kidu notifier, notification, notify, notifier, website notifications, website notifier, alert, easy notifier 3 Author: Sanu A S 4 Tags: notification, notify, notifier, alert, social-proof, notification-bar 4 5 Requires at least: 4.0 5 Stable tag: 0.2 6 Compatible up to: 5.4.2 7 Stable tag: 0.3 8 Requires PHP Version: 5.6 6 9 License: GPLv2 or later 7 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 30 33 = 0.2 = 31 34 * Update : Admin Review Notification 35 36 = 0.3 = 37 * Update : Added Plugin Feedback Notification -
kidunotifier/trunk/views/admin_notice.php
r2340332 r2342884 42 42 function kidu_display_admin_notice() { 43 43 // Review URL - Change to the URL of your plugin on WordPress.org 44 $reviewurl = 'https://wordpress.org/ plugins/kidunotifier/#reviews';44 $reviewurl = 'https://wordpress.org/support/plugin/kidunotifier/reviews/#new-post'; 45 45 $nobugurl = get_admin_url() . '?kidunotifier=1'; 46 46 47 47 echo '<div class="updated"><p>'; 48 printf( __( "<span class='dashicons dashicons-format-quote'></span> You have been using our plugin for a week now, do you like it? If so, please leave us a review with your feedback!<br /><br /> <a href='%s' target='_blank' class='button button-primary'>Leave A Review</a> <a href='%s' style='margin:auto 5px auto 5px; color:#555d66;'>Leave Me Alone</a>" ), $reviewurl, $nobugurl );48 printf( __( "<span class='dashicons dashicons-format-quote'></span> Hey Admin, I noticed you've been using KiduNitifier plugin for more than a week – that’s awesome! Could you please do me a BIG favor and give it a 5-star rating on WordPress? Just to help us spread the word and boost our motivation. <br /><br /> <a href='%s' target='_blank' class='button button-primary'>Leave A Review</a> <a href='%s' style='margin:auto 5px auto 5px; color:#555d66;'>Leave Me Alone</a>" ), $reviewurl, $nobugurl ); 49 49 echo "</p></div>"; 50 50 }
Note: See TracChangeset
for help on using the changeset viewer.