Plugin Directory

Changeset 1078940


Ignore:
Timestamp:
01/30/2015 12:00:19 PM (11 years ago)
Author:
MikelP
Message:

Reuploading 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

    r1078932 r1078940  
    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

    r1078932 r1078940  
    55Requires at least: 3.2
    66Tested up to: 4.1
    7 Stable tag: 2.4.1
     7Stable tag: 2.4.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7373== Changelog ==
    7474
     75= 2.4.2 =
     76
     77* Optimization for WP 4.1
     78* Added ability to display messages to the admin
     79
    7580= 2.4.1 =
    7681
Note: See TracChangeset for help on using the changeset viewer.