Version Description
- Fixed new line at the end of the file
Download this release
Release Info
Developer | freediver |
Plugin | SEO Smart Links |
Version | 2.7.6 |
Comparing to | |
See all releases |
Code changes from version 2.7.5 to 2.7.6
- readme.txt +5 -2
- seo-links.php +2 -2
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: freediver
|
|
3 |
Donate link: https://www.networkforgood.org/donation/MakeDonation.aspx?ORGID2=520781390
|
4 |
Tags: Post, posts, comments, links, seo, google, automatic, affiliate
|
5 |
Requires at least: 2.3
|
6 |
-
Tested up to: 3.
|
7 |
Stable tag: trunk
|
8 |
|
9 |
SEO Smart Links provides automatic SEO benefits for your site in addition to custom keyword lists, nofollow and much more.
|
@@ -11,7 +11,7 @@ SEO Smart Links provides automatic SEO benefits for your site in addition to cus
|
|
11 |
|
12 |
== Description ==
|
13 |
|
14 |
-
<a href="http://www.prelovac.com/products/seo-smart-links">SEO Smart Links Premium</a> is now available with
|
15 |
|
16 |
SEO Smart Links provides automatic SEO benefits for your site in addition to custom keyword lists, nofollow and much more.
|
17 |
|
@@ -27,6 +27,9 @@ Plugin by Vladimir Prelovac, a <a href="http://www.prelovac.com/vladimir/service
|
|
27 |
|
28 |
== Changelog ==
|
29 |
|
|
|
|
|
|
|
30 |
= 2.7.5 =
|
31 |
* Load Custom keywords periodically from a URL (thanks to Luke Crouch)
|
32 |
|
3 |
Donate link: https://www.networkforgood.org/donation/MakeDonation.aspx?ORGID2=520781390
|
4 |
Tags: Post, posts, comments, links, seo, google, automatic, affiliate
|
5 |
Requires at least: 2.3
|
6 |
+
Tested up to: 3.5
|
7 |
Stable tag: trunk
|
8 |
|
9 |
SEO Smart Links provides automatic SEO benefits for your site in addition to custom keyword lists, nofollow and much more.
|
11 |
|
12 |
== Description ==
|
13 |
|
14 |
+
<a href="http://www.prelovac.com/products/seo-smart-links">SEO Smart Links Premium</a> is now available with rewritten code, new features and performance improvements. <a href="http://www.prelovac.com/products/seo-smart-links/#new">What is new?</a>
|
15 |
|
16 |
SEO Smart Links provides automatic SEO benefits for your site in addition to custom keyword lists, nofollow and much more.
|
17 |
|
27 |
|
28 |
== Changelog ==
|
29 |
|
30 |
+
= 2.7.6 =
|
31 |
+
* Fixed new line at the end of the file
|
32 |
+
|
33 |
= 2.7.5 =
|
34 |
* Load Custom keywords periodically from a URL (thanks to Luke Crouch)
|
35 |
|
seo-links.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
/*
|
4 |
Plugin Name: SEO Smart Links
|
5 |
-
Version: 2.7.
|
6 |
Plugin URI: http://www.prelovac.com/vladimir/wordpress-plugins/seo-smart-links
|
7 |
Author: Vladimir Prelovac
|
8 |
Author URI: http://www.prelovac.com/vladimir
|
@@ -673,4 +673,4 @@ function str2arr($str) {
|
|
673 |
}
|
674 |
return $chararray;
|
675 |
}
|
676 |
-
?>
|
2 |
|
3 |
/*
|
4 |
Plugin Name: SEO Smart Links
|
5 |
+
Version: 2.7.6
|
6 |
Plugin URI: http://www.prelovac.com/vladimir/wordpress-plugins/seo-smart-links
|
7 |
Author: Vladimir Prelovac
|
8 |
Author URI: http://www.prelovac.com/vladimir
|
673 |
}
|
674 |
return $chararray;
|
675 |
}
|
676 |
+
?>
|