PB SEO Friendly Images - Version 2.4.0

Version Description

  • Increased compability to other plugins and themes.
Download this release

Release Info

Developer PascalBajorat
Plugin Icon 128x128 PB SEO Friendly Images
Version 2.4.0
Comparing to
See all releases

Code changes from version 2.3.0 to 2.4.0

Files changed (2) hide show
  1. pb-seo-friendly-images.php +4 -4
  2. readme.txt +6 -3
pb-seo-friendly-images.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: PB SEO Friendly Images
4
  Plugin URI: https://wordpress.org/extend/plugins/pb-seo-friendly-images/
5
  Description: This plugin is a full-featured solution for SEO friendly images. Optimize "alt" and "title" attributes for all images and post thumbnails. This plugin helps you to improve your traffic from search engines.
6
- Version: 2.3.0
7
  Author: Pascal Bajorat
8
  Author URI: https://www.pascal-bajorat.com
9
  Text Domain: pb-seo-friendly-images
@@ -36,7 +36,7 @@ if( !class_exists('pbSEOFriendlyImages') ):
36
 
37
  class pbSEOFriendlyImages
38
  {
39
- public static $verMajor = '2.3';
40
  public static $verMinor = '0';
41
 
42
  public static $basename = false;
@@ -159,7 +159,7 @@ if( !class_exists('pbSEOFriendlyImages') ):
159
  if ( $i == 0 ) {
160
  $cats = $cat->slug . $cats;
161
  } else {
162
- $cats = $cat->slug . ' ' . $cats;
163
  }
164
  ++$i;
165
  }
@@ -176,7 +176,7 @@ if( !class_exists('pbSEOFriendlyImages') ):
176
  if ( $i == 0 ) {
177
  $tags = $tag->name . $tags;
178
  } else {
179
- $tags = $tag->name . ' ' . $tags;
180
  }
181
  ++$i;
182
  }
3
  Plugin Name: PB SEO Friendly Images
4
  Plugin URI: https://wordpress.org/extend/plugins/pb-seo-friendly-images/
5
  Description: This plugin is a full-featured solution for SEO friendly images. Optimize "alt" and "title" attributes for all images and post thumbnails. This plugin helps you to improve your traffic from search engines.
6
+ Version: 2.4.0
7
  Author: Pascal Bajorat
8
  Author URI: https://www.pascal-bajorat.com
9
  Text Domain: pb-seo-friendly-images
36
 
37
  class pbSEOFriendlyImages
38
  {
39
+ public static $verMajor = '2.4';
40
  public static $verMinor = '0';
41
 
42
  public static $basename = false;
159
  if ( $i == 0 ) {
160
  $cats = $cat->slug . $cats;
161
  } else {
162
+ $cats = $cat->slug . ', ' . $cats;
163
  }
164
  ++$i;
165
  }
176
  if ( $i == 0 ) {
177
  $tags = $tag->name . $tags;
178
  } else {
179
+ $tags = $tag->name . ', ' . $tags;
180
  }
181
  ++$i;
182
  }
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: pascalbajorat
3
  Donate link: https://www.pascal-bajorat.com/spenden/
4
  Tags: seo, images, Post, admin, google, attachment, optimize, photo, picture, image, media, photos, pictures, alt, title
5
  Requires at least: 3.0
6
- Tested up to: 4.8.1
7
- Stable tag: 2.3.0
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -42,6 +42,9 @@ If you have any questions or problems, you can ask me: [Pascal Bajorat - Webdesi
42
 
43
  == Changelog ==
44
 
 
 
 
45
  = 2.3.0 =
46
  * Fixed a Firefox bug
47
  * Added Filter to the core functions. You can use "pbsfi-alt", "pbsfi-title", "pbsfi-wc-alt" and "pbsfi-wc-title" as filter to change the attributes of your images in a more custom way. The "wc" filter is specially for the woocommerce attributes of the pro version.
@@ -105,4 +108,4 @@ If you have any questions or problems, you can ask me: [Pascal Bajorat - Webdesi
105
 
106
  == License ==
107
 
108
- GNU General Public License v.3 - http://www.gnu.org/licenses/gpl-3.0.html
3
  Donate link: https://www.pascal-bajorat.com/spenden/
4
  Tags: seo, images, Post, admin, google, attachment, optimize, photo, picture, image, media, photos, pictures, alt, title
5
  Requires at least: 3.0
6
+ Tested up to: 4.8.2
7
+ Stable tag: 2.4.0
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
42
 
43
  == Changelog ==
44
 
45
+ = 2.4.0 =
46
+ * Increased compability to other plugins and themes.
47
+
48
  = 2.3.0 =
49
  * Fixed a Firefox bug
50
  * Added Filter to the core functions. You can use "pbsfi-alt", "pbsfi-title", "pbsfi-wc-alt" and "pbsfi-wc-title" as filter to change the attributes of your images in a more custom way. The "wc" filter is specially for the woocommerce attributes of the pro version.
108
 
109
  == License ==
110
 
111
+ GNU General Public License v.3 - http://www.gnu.org/licenses/gpl-3.0.html