Changeset 1078866
- Timestamp:
- 01/30/2015 09:59:38 AM (11 years ago)
- Location:
- wp-internal-links-lite/trunk
- Files:
-
- 2 edited
-
inter-links.php (modified) (4 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-internal-links-lite/trunk/inter-links.php
r1064065 r1078866 4 4 Plugin URI: http://nosweatplugins.com/get-no-sweat-wp-internal-links-pro/?utm_source=plugin&utm_medium=link&utm_campaign=description 5 5 Description: No Sweat WP Internal Links allows you to easily create (and change on the fly) powerful internal linking structures within your site, that both Google and your visitors love. 6 Version: 2.4. 16 Version: 2.4.2 7 7 Author: Mikel Perez, Inaki Ramirez & Tony Shepherd 8 8 Author URI: http://nosweatplugins.com/get-no-sweat-wp-internal-links-pro/?utm_source=plugin&utm_medium=link&utm_campaign=description … … 13 13 define( INLPLNDIR, dirname(__FILE__) ); 14 14 define( INLPLN_AFFILIATE_SETTINGS, 'INLPLN_AFFILIATE_SETTINGS' ); 15 define ( 'INLPLN_VERSION', '2.4.1' ); 15 define ( 'INLPLN_VERSION', '2.4.2' ); 16 define('INLPLNAJAXURL', home_url( "/" ).'wp-admin/admin-ajax.php'); 16 17 register_activation_hook(__FILE__,'il_pln_activation'); 17 18 … … 21 22 if ( is_admin() ) { 22 23 23 if(INLPLN_VERSION=='2.4. 1' && get_option('INLPLN_ACTIVATED')==''){24 if(INLPLN_VERSION=='2.4.2' && get_option('INLPLN_ACTIVATED')==''){ 24 25 update_option( 'INLPLN_ACTIVATED', date('Y-m-d') ); 25 26 } … … 312 313 jQuery( ".dismiss_il" ).click(function() { 313 314 jQuery( this).parent().fadeOut( "slow" ); 314 jQuery.post('<?php echo NSMPCAJAXURL?>',315 jQuery.post('<?php echo INLPLNAJAXURL?>', 315 316 316 317 { action:'inlpln_dismiss', -
wp-internal-links-lite/trunk/readme.txt
r1064065 r1078866 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 No Sweat WP Internal Links Lite allows you to create silo es, powerful internal linking structures that improve your on-site SEO.11 No Sweat WP Internal Links Lite allows you to create silos, powerful internal linking structures that improve your on-site SEO. 12 12 13 13 == Description == … … 41 41 3. In the PRO version you can place the links anywhere you want using a shortcode, beyond the general "top of the post" or "bottom of the post" allowed by the Lite version 42 42 43 If you want to unleash the full potential of the plugin, you can do it by checking the PRO version of [ WP Internal Links](http://nosweatplugins.com/get-no-sweat-wp-internal-links-pro/?utm_source=wordpress-org&utm_medium=description&utm_campaign=salespage "WP Internal Links")43 If you want to unleash the full potential of the plugin, you can do it by checking the PRO version of [No Sweat WP Internal Links](http://nosweatplugins.com/get-no-sweat-wp-internal-links-pro/?utm_source=wordpress-org&utm_medium=description&utm_campaign=salespage "WP Internal Links") 44 44 45 45 == Installation == … … 61 61 This is a limitation of the Lite version. If you upgrade to the full PRO version you will be able to create the four of them. 62 62 63 You can access the PRO version of No Sweat WP Internal Links [here](http://nosweatplugins.com/get-no-sweat-wp-internal-links-pro/?utm_source=wordpress-org&utm_medium=description&utm_campaign=salespage "WP Internal Links") 64 63 65 = Can I edit a structure I have created? = 64 66 … … 70 72 71 73 == Changelog == 74 75 = 2.4.2 = 76 77 * Optimizations for WP 4.1 78 * Added funtionality to show important messages to the admin 72 79 73 80 = 2.4.1 =
Note: See TracChangeset
for help on using the changeset viewer.