Plugin Directory

Changeset 2342884


Ignore:
Timestamp:
07/18/2020 08:21:24 PM (6 years ago)
Author:
sanuas
Message:

readme.txt

Location:
kidunotifier/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • kidunotifier/trunk/kidunotifier.php

    r2340332 r2342884  
    1212 * Plugin URI:  https://kidunotifier.com/
    1313 * 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.2
     14 * Version:     0.3
    1515 * Author:      ITS - Info Twist Solutions
    1616 * Author URI:  https://its.net.in/
     
    3333        $this->plugin->name         = 'kidunotifier'; // Plugin Folder
    3434        $this->plugin->displayName  = 'KiduNotifier'; // Plugin Name
    35         $this->plugin->version      = '0.2';
     35        $this->plugin->version      = '0.3';
    3636        $this->plugin->folder       = plugin_dir_path( __FILE__ );
    3737        $this->plugin->url          = plugin_dir_url( __FILE__ );
  • kidunotifier/trunk/readme.txt

    r2340334 r2342884  
    11=== KiduNotifier Pixel Code Handling ===
    22Contributors: ITS - Info Twist Solutions
    3 Tags: kidu notifier, notification, notify, notifier, website notifications, website notifier, alert, easy notifier
     3Author: Sanu A S
     4Tags: notification, notify, notifier, alert, social-proof, notification-bar
    45Requires at least: 4.0
    5 Stable tag: 0.2
     6Compatible up to: 5.4.2
     7Stable tag: 0.3
     8Requires PHP Version: 5.6
    69License: GPLv2 or later
    710License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3033= 0.2 =
    3134* Update : Admin Review Notification
     35
     36= 0.3 =
     37* Update : Added Plugin Feedback Notification
  • kidunotifier/trunk/views/admin_notice.php

    r2340332 r2342884  
    4242function kidu_display_admin_notice() {
    4343    // 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';
    4545    $nobugurl = get_admin_url() . '?kidunotifier=1';
    4646
    4747    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 );
    4949    echo "</p></div>";
    5050}
Note: See TracChangeset for help on using the changeset viewer.