Plugin Directory

Changeset 1078866


Ignore:
Timestamp:
01/30/2015 09:59:38 AM (11 years ago)
Author:
MikelP
Message:

Uploading version 2.4.2

Location:
wp-internal-links-lite/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-internal-links-lite/trunk/inter-links.php

    r1064065 r1078866  
    44Plugin URI: http://nosweatplugins.com/get-no-sweat-wp-internal-links-pro/?utm_source=plugin&utm_medium=link&utm_campaign=description
    55Description: 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.1
     6Version: 2.4.2   
    77Author: Mikel Perez, Inaki Ramirez & Tony Shepherd
    88Author URI:  http://nosweatplugins.com/get-no-sweat-wp-internal-links-pro/?utm_source=plugin&utm_medium=link&utm_campaign=description
     
    1313define( INLPLNDIR, dirname(__FILE__) );
    1414define( INLPLN_AFFILIATE_SETTINGS, 'INLPLN_AFFILIATE_SETTINGS' );
    15 define ( 'INLPLN_VERSION', '2.4.1' );
     15define ( 'INLPLN_VERSION', '2.4.2' );
     16define('INLPLNAJAXURL', home_url( "/" ).'wp-admin/admin-ajax.php');
    1617register_activation_hook(__FILE__,'il_pln_activation');
    1718
     
    2122if ( is_admin() ) {
    2223   
    23     if(INLPLN_VERSION=='2.4.1' && get_option('INLPLN_ACTIVATED')==''){
     24    if(INLPLN_VERSION=='2.4.2' && get_option('INLPLN_ACTIVATED')==''){
    2425        update_option( 'INLPLN_ACTIVATED', date('Y-m-d') );
    2526    }
     
    312313                jQuery( ".dismiss_il" ).click(function() {
    313314                    jQuery( this).parent().fadeOut( "slow" );
    314                      jQuery.post('<?php echo NSMPCAJAXURL?>',
     315                     jQuery.post('<?php echo INLPLNAJAXURL?>',
    315316
    316317                            { action:'inlpln_dismiss',
  • wp-internal-links-lite/trunk/readme.txt

    r1064065 r1078866  
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 No Sweat WP Internal Links Lite allows you to create siloes, powerful internal linking structures that improve your on-site SEO.
     11No Sweat WP Internal Links Lite allows you to create silos, powerful internal linking structures that improve your on-site SEO.
    1212
    1313== Description ==
     
    41413. 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
    4242
    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")
     43If 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")
    4444
    4545== Installation ==
     
    6161This 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.
    6262
     63You 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
    6365= Can I edit a structure I have created? =
    6466
     
    7072
    7173== Changelog ==
     74
     75= 2.4.2 =
     76
     77* Optimizations for WP 4.1
     78* Added funtionality to show important messages to the admin
    7279
    7380= 2.4.1 =
Note: See TracChangeset for help on using the changeset viewer.