Plugin Directory

Changeset 569147


Ignore:
Timestamp:
07/09/2012 02:19:09 AM (14 years ago)
Author:
amolnw2778
Message:

version check

Location:
navayan-subscribe/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • navayan-subscribe/trunk/ny-subscribe-define.php

    r546231 r569147  
    44    define('NY_PLUGIN_SUBSCRIBE_NAME', __('Navayan Subscribe') );
    55    define('NY_PLUGIN_SUBSCRIBE_SLUG', 'navayan-subscribe');
     6    define('NY_PLUGIN_SUBSCRIBE_VERSION', '1.1.7.2');
    67    define('NY_PLUGIN_SUBSCRIBE_DIR', WP_PLUGIN_URL.'/'.NY_PLUGIN_SUBSCRIBE_SLUG.'/'); 
    78    define('NY_PLUGIN_SUBSCRIBE_INFO', __('Allows your website/blog visitor to easily and quickly register to your website/blog using email, name and additional field. Send subscribe notification to admin.') );
  • navayan-subscribe/trunk/ny-subscribe.php

    r568404 r569147  
    33Plugin Name: Navayan Subscribe
    44Description: <strong>Navayan Subscribe</strong> allows your website/blog visitor to easily and quickly register to your website/blog using email, name and additional field. Send subscribe notification to admin and new post notification to subscribers.
    5 Version: 1.1.7.1
     5Version: 1.1.7.2
    66Usage: Paste this single line code within PHP tag in your template: if ( function_exists('navayan_subscribe') ){ echo navayan_subscribe(); } or put shortcode [navayan_subscribe] in post/page
    77Donate Link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=amolnw2778@gmail.com&item_name=NavayanSubscribe
     
    584584      ny_add_subscriber($add = false); 
    585585
    586       echo "<form name='ny_subscribe_form' id='ny_subscribe_form' method='post' action='#". $wrapper_id ."'>";
     586      echo "<form name='ny_subscribe_form' class='". NY_PLUGIN_SUBSCRIBE_VERSION ."' id='ny_subscribe_form' method='post' action='#". $wrapper_id ."'>";
    587587      echo "<h3>". stripslashes( $init_global['form_heading'] ) ."</h3>";
    588588
  • navayan-subscribe/trunk/readme.txt

    r568404 r569147  
    44Requires at least: 3+
    55Tested up to: 3.4.1
    6 Stable tag: 1.1.7.1
     6Stable tag: 1.1.7.2
    77Donate Link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=amolnw2778@gmail.com&item_name=NavayanSubscribe
    88
     
    9898== Changelog ==
    9999
     100= 1.1.7.2 (20120709) =
     101* NEW: Version check as subscribe form class
     102
    100103= 1.1.7.1 (20120707) =
    101104* FIX: PHP warning
Note: See TracChangeset for help on using the changeset viewer.