Changeset 1078940
- Timestamp:
- 01/30/2015 12:00:19 PM (11 years ago)
- Location:
- wp-internal-links-lite/trunk
- Files:
-
- 2 edited
-
inter-links.php (modified) (4 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-internal-links-lite/trunk/inter-links.php
r1078932 r1078940 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
r1078932 r1078940 5 5 Requires at least: 3.2 6 6 Tested up to: 4.1 7 Stable tag: 2.4. 17 Stable tag: 2.4.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 73 73 == Changelog == 74 74 75 = 2.4.2 = 76 77 * Optimization for WP 4.1 78 * Added ability to display messages to the admin 79 75 80 = 2.4.1 = 76 81
Note: See TracChangeset
for help on using the changeset viewer.