Seo Optimized Images - Version 1.6.1

Version Description

  1. update setting label for plugin dashboard.
Download this release

Release Info

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

Code changes from version 1.5 to 1.6.1

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.5.2
7
- Stable tag: 1.4.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -50,6 +50,10 @@ In case you face any problem, contact us via the [Forums](https://wordpress.org/
50
 
51
 
52
  == Changelog ==
 
 
 
 
53
  = 1.5 =
54
  Premium Version plugins information added.
55
  Added Upgrade to Pro tab.
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.6
7
+ Stable tag: 1.6.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
50
 
51
 
52
  == Changelog ==
53
+ = 1.6.1 =
54
+ 1. update setting label for plugin dashboard.
55
+ = 1.6 =
56
+ 1. adding setting for enable yoast primary category in alt attribute of img tag and this tested in wordpress version 4.6
57
  = 1.5 =
58
  Premium Version plugins information added.
59
  Added Upgrade to Pro tab.
seo-optimized-images-settings.php CHANGED
@@ -164,6 +164,14 @@ if(isset($_POST['submit_general_settings_tab'])){
164
  </td>
165
  </tr>
166
 
 
 
 
 
 
 
 
 
167
 
168
  </table>
169
 
164
  </td>
165
  </tr>
166
 
167
+ <tr valign="top">
168
+ <th scope="row"><?php _e('Enable yoast pirmary category','seoimages');?></th>
169
+ <td>
170
+ <input type="checkbox" id="soi_override_yost_primary_cat" name="soi_override_yost_primary_cat" value="1" <?php if( $soi_options_array['soi_override_yost_primary_cat'] == true ) echo "checked"; ?> disabled>
171
+ <p class=""><?php _e('Only Show Primary Category created by Yoast SEO Plugin.', 'seoimages') ?>&nbsp;&nbsp;<a class="prolinkbtn" >Available In Pro</a></p>
172
+ </td>
173
+ </tr>
174
+
175
 
176
  </table>
177
 
seo-optimized-images.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: SEO Optimized Images
5
  Plugin URI: http://webriti.com
6
  Description: The **SEO Optimized Images** plugin Seo Optmized 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.5
8
  Author: priyanshu.mittal
9
  Author URI: http://webriti.com
10
 
4
  Plugin Name: SEO Optimized Images
5
  Plugin URI: http://webriti.com
6
  Description: The **SEO Optimized Images** plugin Seo Optmized 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.6.1
8
  Author: priyanshu.mittal
9
  Author URI: http://webriti.com
10