Version Description
- WordPress 3.8 compatibility
Download this release
Release Info
Developer | freediver |
Plugin | SEO Smart Links |
Version | 2.7.8 |
Comparing to | |
See all releases |
Code changes from version 2.7.6 to 2.7.8
- readme.txt +4 -6
- 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:
|
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.
|
@@ -23,10 +23,12 @@ It is a perfect solution to get your blog posts interlinked or add affiliate lin
|
|
23 |
|
24 |
Everything happens completely transparent, and you can edit the options from the administration settings panel.
|
25 |
|
26 |
-
Plugin by Vladimir Prelovac, a <a href="http://www.prelovac.com/vladimir/services">WordPress Consultant</a>.
|
27 |
|
28 |
== Changelog ==
|
29 |
|
|
|
|
|
|
|
30 |
= 2.7.6 =
|
31 |
* Fixed new line at the end of the file
|
32 |
|
@@ -128,7 +130,3 @@ Please be careful when editing this file and always make a backup!
|
|
128 |
= Can I suggest an feature for the plugin? =
|
129 |
|
130 |
Of course, visit <a href="http://www.prelovac.com/vladimir/wordpress-plugins/seo-smart-links#comments">SEO Smart Links Home Page</a>
|
131 |
-
|
132 |
-
= I love your work, are you available for hire? =
|
133 |
-
|
134 |
-
Yes I am, visit my <a href="http://www.prelovac.com/vladimir/services">WordPress Services</a> page to find out more.
|
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: 4.0
|
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.
|
23 |
|
24 |
Everything happens completely transparent, and you can edit the options from the administration settings panel.
|
25 |
|
|
|
26 |
|
27 |
== Changelog ==
|
28 |
|
29 |
+
= 2.7.8 =
|
30 |
+
* WordPress 3.8 compatibility
|
31 |
+
|
32 |
= 2.7.6 =
|
33 |
* Fixed new line at the end of the file
|
34 |
|
130 |
= Can I suggest an feature for the plugin? =
|
131 |
|
132 |
Of course, visit <a href="http://www.prelovac.com/vladimir/wordpress-plugins/seo-smart-links#comments">SEO Smart Links Home Page</a>
|
|
|
|
|
|
|
|
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
|
@@ -49,7 +49,7 @@ class SEOLinks {
|
|
49 |
|
50 |
function admin_notice() {
|
51 |
|
52 |
-
echo '<div class="updated" style="text-align: center;"><p style="font-size:13px">Get <a target="_blank" href="http://www.prelovac.com/products/seo-smart-links">SEO Smart Links Premium</a> with
|
53 |
|
54 |
}
|
55 |
|
2 |
|
3 |
/*
|
4 |
Plugin Name: SEO Smart Links
|
5 |
+
Version: 2.7.8
|
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
|
49 |
|
50 |
function admin_notice() {
|
51 |
|
52 |
+
echo '<div class="updated" style="text-align: center;"><p style="font-size:13px">Get <a target="_blank" href="http://www.prelovac.com/products/seo-smart-links">SEO Smart Links Premium</a> with great features, 6x performance and support. <a target="_blank" href="http://www.prelovac.com/products/seo-smart-links/#new">Click to open full list of new features</a></p><p style="text-align:right"><a href="options-general.php?page=seo-links.php¬ice=1">hide</a></p></div>';
|
53 |
|
54 |
}
|
55 |
|