Version Description
Download this release
Release Info
Developer | pbaylies |
Plugin | All in One SEO Pack |
Version | 1.6.13.7 |
Comparing to | |
See all releases |
Code changes from version 1.6.13.6 to 1.6.13.7
- aioseop.class.php +6 -3
- all_in_one_seo_pack.php +2 -2
aioseop.class.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
class All_in_One_SEO_Pack {
|
4 |
|
5 |
-
var $version = "1.6.13.
|
6 |
|
7 |
/** Max numbers of chars in auto-generated description */
|
8 |
var $maximum_description_length = 160;
|
@@ -387,8 +387,11 @@ function aiosp_google_analytics(){
|
|
387 |
|
388 |
if(typeof jQuery == 'function') { /* use jQuery if it exists because it is a more elegant solution */
|
389 |
jQuery(function () {
|
390 |
-
jQuery('a
|
391 |
-
|
|
|
|
|
|
|
392 |
});
|
393 |
});
|
394 |
}
|
2 |
|
3 |
class All_in_One_SEO_Pack {
|
4 |
|
5 |
+
var $version = "1.6.13.7";
|
6 |
|
7 |
/** Max numbers of chars in auto-generated description */
|
8 |
var $maximum_description_length = 160;
|
387 |
|
388 |
if(typeof jQuery == 'function') { /* use jQuery if it exists because it is a more elegant solution */
|
389 |
jQuery(function () {
|
390 |
+
jQuery('a').click(function () {
|
391 |
+
var href = this.attr('href');
|
392 |
+
if ( (href.match(/^http/)) && (! href.match(document.domain)) ) {
|
393 |
+
recordOutboundLink(this, 'Outbound Links', document.domain);
|
394 |
+
}
|
395 |
});
|
396 |
});
|
397 |
}
|
all_in_one_seo_pack.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
Plugin Name: All in One SEO Pack
|
6 |
Plugin URI: http://semperfiwebdesign.com
|
7 |
Description: Out-of-the-box SEO for your Wordpress blog. <a href="options-general.php?page=all-in-one-seo-pack/aioseop.class.php">Options configuration panel</a> | <a href="http://wpplugins.com/plugin/50/all-in-one-seo-pack-pro-version">Upgrade to Pro Version</a> | <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mrtorbert%40gmail%2ecom&item_name=All%20In%20One%20SEO%20Pack&item_number=Support%20Open%20Source&no_shipping=0&no_note=1&tax=0¤cy_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8">Donate</a> | <a href="http://semperfiwebdesign.com/forum/" >Support</a> | <a href="https://www.amazon.com/wishlist/1NFQ133FNCOOA/ref=wl_web" target="_blank" title="Amazon Wish List">Amazon Wishlist</a>
|
8 |
-
Version: 1.6.13.
|
9 |
Author: Michael Torbert
|
10 |
Author URI: http://michaeltorbert.com
|
11 |
*/
|
@@ -599,7 +599,7 @@ if($aioseop_options['aiosp_can'] == '1' || $aioseop_options['aiosp_can'] == 'on'
|
|
599 |
}
|
600 |
|
601 |
function aioseop_get_version(){
|
602 |
-
return '1.6.13.
|
603 |
}
|
604 |
|
605 |
function add_plugin_row($links, $file) {
|
5 |
Plugin Name: All in One SEO Pack
|
6 |
Plugin URI: http://semperfiwebdesign.com
|
7 |
Description: Out-of-the-box SEO for your Wordpress blog. <a href="options-general.php?page=all-in-one-seo-pack/aioseop.class.php">Options configuration panel</a> | <a href="http://wpplugins.com/plugin/50/all-in-one-seo-pack-pro-version">Upgrade to Pro Version</a> | <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mrtorbert%40gmail%2ecom&item_name=All%20In%20One%20SEO%20Pack&item_number=Support%20Open%20Source&no_shipping=0&no_note=1&tax=0¤cy_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8">Donate</a> | <a href="http://semperfiwebdesign.com/forum/" >Support</a> | <a href="https://www.amazon.com/wishlist/1NFQ133FNCOOA/ref=wl_web" target="_blank" title="Amazon Wish List">Amazon Wishlist</a>
|
8 |
+
Version: 1.6.13.7
|
9 |
Author: Michael Torbert
|
10 |
Author URI: http://michaeltorbert.com
|
11 |
*/
|
599 |
}
|
600 |
|
601 |
function aioseop_get_version(){
|
602 |
+
return '1.6.13.7';
|
603 |
}
|
604 |
|
605 |
function add_plugin_row($links, $file) {
|