Version Description
- WordPress 3.5.1 Compatibility
Download this release
Release Info
Developer | freediver |
Plugin | SEO Friendly Images |
Version | 2.7.4 |
Comparing to | |
See all releases |
Code changes from version 2.7.3 to 2.7.4
- readme.txt +6 -2
- 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.7
|
6 |
-
Tested up to: 3.
|
7 |
Stable tag: trunk
|
8 |
|
9 |
SEO Friendly Images automatically adds alt and title attributes to all your images improving traffic from search engines.
|
@@ -22,8 +22,12 @@ Plugin by [Vladimir Prelovac](http://www.prelovac.com/vladimir/ "Vladimir Prelov
|
|
22 |
If you like what I do in WordPress, you will also like [ManageWP](http://managewp.com "Manage WordPress sites") service.
|
23 |
|
24 |
== Changelog ==
|
|
|
|
|
|
|
|
|
25 |
= 2.7.3 =
|
26 |
-
*
|
27 |
|
28 |
= 2.7.2 =
|
29 |
* Fixed incompatiblity with mapping plugin [Leaflet Maps Marker](http://www.mapsmarker.com)
|
3 |
Donate link: https://www.networkforgood.org/donation/MakeDonation.aspx?ORGID2=920155875
|
4 |
Tags: seo, images, Post, admin, google
|
5 |
Requires at least: 2.7
|
6 |
+
Tested up to: 3.5.1
|
7 |
Stable tag: trunk
|
8 |
|
9 |
SEO Friendly Images automatically adds alt and title attributes to all your images improving traffic from search engines.
|
22 |
If you like what I do in WordPress, you will also like [ManageWP](http://managewp.com "Manage WordPress sites") service.
|
23 |
|
24 |
== Changelog ==
|
25 |
+
|
26 |
+
= 2.7.4 =
|
27 |
+
* WordPress 3.5.1 Compatibility
|
28 |
+
|
29 |
= 2.7.3 =
|
30 |
+
* Reverted change from 2.7.2 as it broke article view on some installations
|
31 |
|
32 |
= 2.7.2 =
|
33 |
* Fixed incompatiblity with mapping plugin [Leaflet Maps Marker](http://www.mapsmarker.com)
|
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.7.
|
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.7.4
|
8 |
Author: Vladimir Prelovac
|
9 |
Author URI: http://www.prelovac.com/vladimir
|
10 |
|