Seo Optimized Images - Version 1.8

Version Description

  1. Update string.
Download this release

Release Info

Developer priyanshu.mittal
Plugin Icon 128x128 Seo Optimized Images
Version 1.8
Comparing to
See all releases

Code changes from version 1.7.9 to 1.8

lang/seo-optimized-images.pot CHANGED
@@ -3,14 +3,14 @@ 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-08 14:57+0530\n"
7
- "PO-Revision-Date: 2018-06-08 14:57+0530\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 2.0.1\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-Flags-xgettext: --add-comments=translators:\n"
16
  "X-Poedit-WPHeader: seo-optimized-images.php\n"
@@ -54,14 +54,14 @@ msgstr ""
54
  msgid "The Alt attributes will be dynamically replaced by the above value."
55
  msgstr ""
56
 
57
- #: seo-optimized-images-settings.php:89 seo-optimized-images-settings.php:208
58
- msgid "Will insert post title."
59
- msgstr ""
60
-
61
  #: seo-optimized-images-settings.php:89 seo-optimized-images-settings.php:207
62
  msgid "Will insert image name."
63
  msgstr ""
64
 
 
 
 
 
65
  #: seo-optimized-images-settings.php:90 seo-optimized-images-settings.php:209
66
  msgid "Will insert post categories."
67
  msgstr ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: SEO Optimized Images\n"
6
+ "POT-Creation-Date: 2019-02-16 16:14+0530\n"
7
+ "PO-Revision-Date: 2019-02-16 16:14+0530\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 2.2.1\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-Flags-xgettext: --add-comments=translators:\n"
16
  "X-Poedit-WPHeader: seo-optimized-images.php\n"
54
  msgid "The Alt attributes will be dynamically replaced by the above value."
55
  msgstr ""
56
 
 
 
 
 
57
  #: seo-optimized-images-settings.php:89 seo-optimized-images-settings.php:207
58
  msgid "Will insert image name."
59
  msgstr ""
60
 
61
+ #: seo-optimized-images-settings.php:89 seo-optimized-images-settings.php:208
62
+ msgid "Will insert post title."
63
+ msgstr ""
64
+
65
  #: seo-optimized-images-settings.php:90 seo-optimized-images-settings.php:209
66
  msgid "Will insert post categories."
67
  msgstr ""
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: priyanshu.mittal
3
  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.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -62,6 +62,8 @@ Follow link to purchase premium version
62
 
63
 
64
  == Changelog ==
 
 
65
  = 1.7.8 =
66
  1. Update readme.
67
  = 1.7.7 =
3
  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: 5.0.3
7
+ Stable tag: 1.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
62
 
63
 
64
  == Changelog ==
65
+ = 1.8 =
66
+ 1. Update string.
67
  = 1.7.8 =
68
  1. Update readme.
69
  = 1.7.7 =
seo-optimized-images-settings.php CHANGED
@@ -86,7 +86,7 @@ if(isset($_POST['submit_general_settings_tab'])){
86
  <td><input type="text" name="soi_alt_value" value="<?php echo esc_attr( $soi_options_array['soi_alt_value'] ); ?>" />
87
  <p class=""><?php _e('The Alt attributes will be dynamically replaced by the above value.', 'seo-optimized-images') ?></p>
88
  <p class="">
89
- %name - <?php _e('Will insert post title.','seo-optimized-images') ?><br> %title- <?php _e('Will insert image name.','seo-optimized-images') ?><br>
90
  %category - <?php _e('Will insert post categories.','seo-optimized-images') ?>
91
  </p>
92
  </td>
86
  <td><input type="text" name="soi_alt_value" value="<?php echo esc_attr( $soi_options_array['soi_alt_value'] ); ?>" />
87
  <p class=""><?php _e('The Alt attributes will be dynamically replaced by the above value.', 'seo-optimized-images') ?></p>
88
  <p class="">
89
+ %name - <?php _e('Will insert image name.','seo-optimized-images') ?><br> %title- <?php _e('Will insert post title.','seo-optimized-images') ?><br>
90
  %category - <?php _e('Will insert post categories.','seo-optimized-images') ?>
91
  </p>
92
  </td>
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.9
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.8
8
  Author: priyanshu.mittal
9
  Author URI: https://webriti.com
10
  Text Domain: seo-optimized-images