Plugin Directory

Changeset 1078932


Ignore:
Timestamp:
01/30/2015 11:51:04 AM (11 years ago)
Author:
MikelP
Message:

Undoing latest update

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

Legend:

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

    r1078866 r1078932  
    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.2   
     6Version: 2.4.1
    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.2' );
    16 define('INLPLNAJAXURL', home_url( "/" ).'wp-admin/admin-ajax.php');
     15define ( 'INLPLN_VERSION', '2.4.1' );
    1716register_activation_hook(__FILE__,'il_pln_activation');
    1817
     
    2221if ( is_admin() ) {
    2322   
    24     if(INLPLN_VERSION=='2.4.2' && get_option('INLPLN_ACTIVATED')==''){
     23    if(INLPLN_VERSION=='2.4.1' && get_option('INLPLN_ACTIVATED')==''){
    2524        update_option( 'INLPLN_ACTIVATED', date('Y-m-d') );
    2625    }
     
    313312                jQuery( ".dismiss_il" ).click(function() {
    314313                    jQuery( this).parent().fadeOut( "slow" );
    315                      jQuery.post('<?php echo INLPLNAJAXURL?>',
     314                     jQuery.post('<?php echo NSMPCAJAXURL?>',
    316315
    317316                            { action:'inlpln_dismiss',
  • wp-internal-links-lite/trunk/readme.txt

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