Plugin Directory

Changeset 2340332


Ignore:
Timestamp:
07/14/2020 12:20:41 PM (6 years ago)
Author:
sanuas
Message:

readme.txt

Location:
kidunotifier
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • kidunotifier/trunk/kidunotifier.php

    r2339438 r2340332  
    1010 * @wordpress-plugin
    1111 * Plugin Name: KiduNotifier
    12  * Plugin URI:  https://kidunotifier.com/plugins
     12 * 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:     1.0.0
     14 * Version:     0.2
    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.1';
     35        $this->plugin->version      = '0.2';
    3636        $this->plugin->folder       = plugin_dir_path( __FILE__ );
    3737        $this->plugin->url          = plugin_dir_url( __FILE__ );
     
    162162            <!-- END Pixel Code -->';
    163163    }
     164
    164165}
    165166
     167// Load Admin Notice
     168include( plugin_dir_path( __FILE__ ) . '/views/admin_notice.php');
     169
    166170$ne = new KiduNotifier();
  • kidunotifier/trunk/languages/insert-headers-and-footers.pot

    r2339438 r2340332  
    33msgid ""
    44msgstr ""
    5 
    65
    76#. Plugin Name of the plugin
     
    2322
    2423#: views/settings.php:2
    25 #: views/settings.php:23
    2624msgid "Settings"
    2725msgstr ""
    2826
    29 #: views/settings.php:28
    30 msgid "Scripts in Header"
     27#: views/settings.php:23
     28msgid "Pixel Key Settings"
    3129msgstr ""
    3230
    33 #: views/settings.php:30
    34 msgid "These pixel code will be printed in the <code>&lt;head&gt;</code> section."
     31#: views/settings.php:28
     32msgid "Pixel API Key"
    3533msgstr ""
    3634
    37 #: views/settings.php:33
    38 msgid "Scripts in Footer"
     35#: views/settings.php:29
     36msgid "Paste your API key here"
     37msgstr ""
     38
     39#: views/settings.php:31
     40msgid "These pixel code will be printed above the <code>&lt;/body&gt;</code> tag."
    3941msgstr ""
    4042
    4143#: views/settings.php:35
    42 msgid "These pixel code will be printed above the <code>&lt;/body&gt;</code> tag."
    43 msgstr ""
    44 
    45 #: views/settings.php:39
    4644msgid "Save My Key"
    4745msgstr ""
     
    6563msgid "Settings Saved."
    6664msgstr ""
     65
     66#: admin_notice.php:48
     67msgid "Plugin review notification."
     68msgstr ""
  • kidunotifier/trunk/readme.txt

    r2339441 r2340332  
    22Contributors: ITS - Info Twist Solutions
    33Tags: kidu notifier, notification, notify, notifier, website notifications, website notifier, alert, easy notifier
    4 Requires at least: 3.4
    5 Stable tag: 0.1
     4Requires at least: 4.0
     5Stable tag: 0.2
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
    88
    9 KiduNotifier is the easiest marketing platform that leverages and automates the real power of website notifications to instantly increase trust, conversions and sales.
     9KiduNotifier is the easiest marketing platform that leverages and automates
     10the real power of website notifications to instantly increase trust, conversions and sales.
    1011
    1112== Description ==
    1213
    1314= 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.
     15KiduNotifier is the easiest marketing platform that leverages and automates
     16the real power of website notifications to instantly increase trust, conversions and sales. 20+ notification styles to increase user attention to your relevant products.
    1517
    1618== Installation ==
     
    2022
    2123== Screenshots ==
    22 1. This is screenshots One
    23 2. This is screenshots Two
     241. This is screenshot One
     252. This is screenshot Two
    2426
    2527== Changelog ==
     
    2729= 0.1 =
    2830* Initial version
     31
     32= 0.2 =
     33* Update : Admin Review Notification
  • kidunotifier/trunk/views/settings.php

    r2339438 r2340332  
    1616
    1717    <div id="poststuff">
    18         <div id="post-body" class="metabox-holder columns-2">
     18        <div id="post-body" class="metabox-holder columns">
    1919            <!-- Content -->
    2020            <div id="post-body-content">
Note: See TracChangeset for help on using the changeset viewer.