Version Description
- Updates support to WP 2.8.4
Download this release
Release Info
Developer | freediver |
Plugin | SEO Friendly Images |
Version | 2.4.4 |
Comparing to | |
See all releases |
Code changes from version 2.4.2 to 2.4.4
- readme.txt +9 -13
- seo-friendly-images.php +1 -1
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: freediver
|
|
3 |
Donate link: https://www.networkforgood.org/donation/MakeDonation.aspx?ORGID2=920155875
|
4 |
Tags: seo, images, Post, admin, google
|
5 |
Requires at least: 2.0
|
6 |
-
Tested up to: 2.
|
7 |
Stable tag: trunk
|
8 |
|
9 |
SEO Friendly Images automatically adds alt and title attributes to all your images. Improves traffic from search results and makes the tags w3c/xHTML valid as well.
|
@@ -17,23 +17,19 @@ ALT attribute is important part of search engine optimization. It describes your
|
|
17 |
|
18 |
TITLE attribute play lesser role but is important for visitors as this text will automatically appear in the tooltip when mouse is over the image.
|
19 |
|
20 |
-
|
21 |
|
22 |
-
|
23 |
|
24 |
-
|
|
|
25 |
|
26 |
-
|
|
|
27 |
|
28 |
-
|
|
|
29 |
|
30 |
-
v2.2: Fixes an issue with poorly formatted img tag
|
31 |
-
|
32 |
-
v2.0: Fixed compability issue with WordPress 2.5.1 and included %category replacement string.
|
33 |
-
|
34 |
-
v1.1: Fixed quotes in title bug
|
35 |
-
|
36 |
-
Plugin by Vladimir Prelovac. Need <a href="http://www.prelovac.com/vladimir/services">WordPress SEO Service</a>?
|
37 |
|
38 |
== Installation ==
|
39 |
|
3 |
Donate link: https://www.networkforgood.org/donation/MakeDonation.aspx?ORGID2=920155875
|
4 |
Tags: seo, images, Post, admin, google
|
5 |
Requires at least: 2.0
|
6 |
+
Tested up to: 2.8.4
|
7 |
Stable tag: trunk
|
8 |
|
9 |
SEO Friendly Images automatically adds alt and title attributes to all your images. Improves traffic from search results and makes the tags w3c/xHTML valid as well.
|
17 |
|
18 |
TITLE attribute play lesser role but is important for visitors as this text will automatically appear in the tooltip when mouse is over the image.
|
19 |
|
20 |
+
Plugin by Vladimir Prelovac. Need <a href="http://www.prelovac.com/vladimir/services">WordPress Consulting Service</a>?
|
21 |
|
22 |
+
== Changelog ==
|
23 |
|
24 |
+
= 2.4.4 =
|
25 |
+
* Updates support to WP 2.8.4
|
26 |
|
27 |
+
= 2.4.1 =
|
28 |
+
* Alt tag replaces dashes and underscore
|
29 |
|
30 |
+
= 2.4 =
|
31 |
+
* Regexp Optimization. Fixed bug with single quotes used in images.
|
32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
== Installation ==
|
35 |
|
seo-friendly-images.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin Name: SEO Friendly Images
|
5 |
Plugin URI: http://www.prelovac.com/vladimir/wordpress-plugins/seo-friendly-images
|
6 |
Description: Automatically adds alt and title attributes to all your images. Improves traffic from search results and makes them W3C/xHTML valid as well.
|
7 |
-
Version: 2.4.
|
8 |
Author: Vladimir Prelovac
|
9 |
Author URI: http://www.prelovac.com/vladimir
|
10 |
|
4 |
Plugin Name: SEO Friendly Images
|
5 |
Plugin URI: http://www.prelovac.com/vladimir/wordpress-plugins/seo-friendly-images
|
6 |
Description: Automatically adds alt and title attributes to all your images. Improves traffic from search results and makes them W3C/xHTML valid as well.
|
7 |
+
Version: 2.4.4
|
8 |
Author: Vladimir Prelovac
|
9 |
Author URI: http://www.prelovac.com/vladimir
|
10 |
|