Changeset 1078932
- Timestamp:
- 01/30/2015 11:51:04 AM (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
r1078866 r1078932 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. 26 Version: 2.4.1 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.2' ); 16 define('INLPLNAJAXURL', home_url( "/" ).'wp-admin/admin-ajax.php'); 15 define ( 'INLPLN_VERSION', '2.4.1' ); 17 16 register_activation_hook(__FILE__,'il_pln_activation'); 18 17 … … 22 21 if ( is_admin() ) { 23 22 24 if(INLPLN_VERSION=='2.4. 2' && get_option('INLPLN_ACTIVATED')==''){23 if(INLPLN_VERSION=='2.4.1' && get_option('INLPLN_ACTIVATED')==''){ 25 24 update_option( 'INLPLN_ACTIVATED', date('Y-m-d') ); 26 25 } … … 313 312 jQuery( ".dismiss_il" ).click(function() { 314 313 jQuery( this).parent().fadeOut( "slow" ); 315 jQuery.post('<?php echo INLPLNAJAXURL?>',314 jQuery.post('<?php echo NSMPCAJAXURL?>', 316 315 317 316 { action:'inlpln_dismiss', -
wp-internal-links-lite/trunk/readme.txt
r1078884 r1078932 5 5 Requires at least: 3.2 6 6 Tested up to: 4.1 7 Stable tag: 2.4. 27 Stable tag: 2.4.1 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 * Optimizations for WP 4.178 * Added funtionality to show important messages to the admin79 80 75 = 2.4.1 = 81 76
Note: See TracChangeset
for help on using the changeset viewer.