Changeset 569147
- Timestamp:
- 07/09/2012 02:19:09 AM (14 years ago)
- Location:
- navayan-subscribe/trunk
- Files:
-
- 3 edited
-
ny-subscribe-define.php (modified) (1 diff)
-
ny-subscribe.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
navayan-subscribe/trunk/ny-subscribe-define.php
r546231 r569147 4 4 define('NY_PLUGIN_SUBSCRIBE_NAME', __('Navayan Subscribe') ); 5 5 define('NY_PLUGIN_SUBSCRIBE_SLUG', 'navayan-subscribe'); 6 define('NY_PLUGIN_SUBSCRIBE_VERSION', '1.1.7.2'); 6 7 define('NY_PLUGIN_SUBSCRIBE_DIR', WP_PLUGIN_URL.'/'.NY_PLUGIN_SUBSCRIBE_SLUG.'/'); 7 8 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 3 3 Plugin Name: Navayan Subscribe 4 4 Description: <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. 15 Version: 1.1.7.2 6 6 Usage: 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 7 7 Donate Link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=amolnw2778@gmail.com&item_name=NavayanSubscribe … … 584 584 ny_add_subscriber($add = false); 585 585 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 ."'>"; 587 587 echo "<h3>". stripslashes( $init_global['form_heading'] ) ."</h3>"; 588 588 -
navayan-subscribe/trunk/readme.txt
r568404 r569147 4 4 Requires at least: 3+ 5 5 Tested up to: 3.4.1 6 Stable tag: 1.1.7. 16 Stable tag: 1.1.7.2 7 7 Donate Link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=amolnw2778@gmail.com&item_name=NavayanSubscribe 8 8 … … 98 98 == Changelog == 99 99 100 = 1.1.7.2 (20120709) = 101 * NEW: Version check as subscribe form class 102 100 103 = 1.1.7.1 (20120707) = 101 104 * FIX: PHP warning
Note: See TracChangeset
for help on using the changeset viewer.