Version Description
- Update readme.
Download this release
Release Info
Developer | priyanshu.mittal |
Plugin | Seo Optimized Images |
Version | 1.7.8 |
Comparing to | |
See all releases |
Code changes from version 1.7.7 to 1.7.8
- lang/seo-optimized-images.pot +2 -2
- readme.txt +11 -6
- seo-optimized-images.php +1 -1
lang/seo-optimized-images.pot
CHANGED
@@ -3,8 +3,8 @@ msgid ""
|
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: SEO Optimized Images\n"
|
6 |
-
"POT-Creation-Date: 2018-06-
|
7 |
-
"PO-Revision-Date: 2018-06-
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
10 |
"MIME-Version: 1.0\n"
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: SEO Optimized Images\n"
|
6 |
+
"POT-Creation-Date: 2018-06-05 17:31+0530\n"
|
7 |
+
"PO-Revision-Date: 2018-06-05 17:30+0530\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
10 |
"MIME-Version: 1.0\n"
|
readme.txt
CHANGED
@@ -4,19 +4,22 @@ Donate link: http://www.webriti.com/
|
|
4 |
Tags: seo, images, seo for images, alt , alt tag, alt attribute, traffic, title tag, traffic, title attribute, seo optimization, optimization, image optimization, cool seo,search engine optimized images, search engine optimization, seo friendly images,seo friendly images plugin, google search optimized images,search friendly
|
5 |
Requires at least: 3.3+
|
6 |
Tested up to: 4.9.4
|
7 |
-
Stable tag: 1.7.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
-
SEO
|
|
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
The **SEO Optimized Images** plugin lets you dynamically insert SEO
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
-
The plugin dynamically replaces the alt tags, title tags and does not make changes to the database. So if you deactivate the plugin, everything will be back to as it was.
|
18 |
-
You can insert image name, post title and post category in title AND alt attributes of image.
|
19 |
-
Give **SEO Optmized Images** a try. We are sure you will like it.
|
20 |
|
21 |
In case you face any problem, contact us via the [Forums](https://wordpress.org/support/plugin/seo-optimized-images).
|
22 |
|
@@ -59,6 +62,8 @@ Follow link to purchase premium version
|
|
59 |
|
60 |
|
61 |
== Changelog ==
|
|
|
|
|
62 |
= 1.7.7 =
|
63 |
1. Update readme.
|
64 |
= 1.7.6 =
|
4 |
Tags: seo, images, seo for images, alt , alt tag, alt attribute, traffic, title tag, traffic, title attribute, seo optimization, optimization, image optimization, cool seo,search engine optimized images, search engine optimization, seo friendly images,seo friendly images plugin, google search optimized images,search friendly
|
5 |
Requires at least: 3.3+
|
6 |
Tested up to: 4.9.4
|
7 |
+
Stable tag: 1.7.8
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
+
The SEO Optimized Images plugin lets you dynamically add SEO-Friendly "alt" and "title" attributes to your images
|
12 |
+
|
13 |
|
14 |
== Description ==
|
15 |
|
16 |
+
The **SEO Optimized Images** plugin lets you dynamically insert SEO-Friendly "alt" and "title" attributes to your images. Simply activate the plugin, provide the pattern, and you are ready to go.
|
17 |
+
|
18 |
+
|
19 |
+
The plugin dynamically replaces the "alt" and "title" tags. It does not make any changes to the database. This means that if you deactivate the plugin, everything will return to the original settings.1
|
20 |
+
With the plugin, you can insert an image name, a post title and a post category in the "title" and "alt" attributes of the image.
|
21 |
+
Give **SEO Optimized Images** a try: we are sure you will like it!
|
22 |
|
|
|
|
|
|
|
23 |
|
24 |
In case you face any problem, contact us via the [Forums](https://wordpress.org/support/plugin/seo-optimized-images).
|
25 |
|
62 |
|
63 |
|
64 |
== Changelog ==
|
65 |
+
= 1.7.8 =
|
66 |
+
1. Update readme.
|
67 |
= 1.7.7 =
|
68 |
1. Update readme.
|
69 |
= 1.7.6 =
|
seo-optimized-images.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin Name: SEO Optimized Images
|
5 |
Plugin URI: https://webriti.com
|
6 |
Description: The **SEO Optimized Images** plugin lets you dynamically insert SEO Friendly alt attributes and title attributes to your Images. Simply activate the plugin, provide the pattern, and you are ready to go.
|
7 |
-
Version: 1.7.
|
8 |
Author: priyanshu.mittal
|
9 |
Author URI: https://webriti.com
|
10 |
Text Domain: seo-optimized-images
|
4 |
Plugin Name: SEO Optimized Images
|
5 |
Plugin URI: https://webriti.com
|
6 |
Description: The **SEO Optimized Images** plugin lets you dynamically insert SEO Friendly alt attributes and title attributes to your Images. Simply activate the plugin, provide the pattern, and you are ready to go.
|
7 |
+
Version: 1.7.8
|
8 |
Author: priyanshu.mittal
|
9 |
Author URI: https://webriti.com
|
10 |
Text Domain: seo-optimized-images
|