PB SEO Friendly Images - Version 2.0.1

Version Description

  • CSS Version Bugfix

=

Download this release

Release Info

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

Code changes from version 2.0.0 to 2.0.1

Files changed (2) hide show
  1. pb-seo-friendly-images.php +9 -4
  2. readme.txt +4 -1
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.0.0
7
  Author: Pascal Bajorat
8
  Author URI: https://www.pascal-bajorat.com
9
  Text Domain: pb-seo-friendly-images
@@ -39,8 +39,8 @@ if( !class_exists('pbSEOFriendlyImages') ):
39
  class pbSEOFriendlyImages
40
  {
41
  public static $pluginData = false;
42
- public static $verMajor = 2.0;
43
- public static $verMinor = 0;
44
 
45
 
46
  public static $basename = false;
@@ -107,7 +107,12 @@ if( !class_exists('pbSEOFriendlyImages') ):
107
  }
108
  } else {
109
  add_action( 'admin_enqueue_scripts', function(){
110
- wp_register_style( 'pbsfi-admin-css', plugins_url(dirname(pbSEOFriendlyImages::$basename)).'/css/admin.css', false, '1.0.0' );
 
 
 
 
 
111
  wp_enqueue_style( 'pbsfi-admin-css' );
112
  } );
113
  }
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.0.1
7
  Author: Pascal Bajorat
8
  Author URI: https://www.pascal-bajorat.com
9
  Text Domain: pb-seo-friendly-images
39
  class pbSEOFriendlyImages
40
  {
41
  public static $pluginData = false;
42
+ public static $verMajor = '2.0';
43
+ public static $verMinor = '1';
44
 
45
 
46
  public static $basename = false;
107
  }
108
  } else {
109
  add_action( 'admin_enqueue_scripts', function(){
110
+ wp_register_style(
111
+ 'pbsfi-admin-css',
112
+ plugins_url(dirname(pbSEOFriendlyImages::$basename)).'/css/admin.css',
113
+ false,
114
+ self::$verMajor.'.'.self::$verMinor
115
+ );
116
  wp_enqueue_style( 'pbsfi-admin-css' );
117
  } );
118
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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.7.3
7
- Stable tag: 2.0.0
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -74,6 +74,9 @@ If you have any questions or problems, you can ask me: [Pascal Bajorat - Webdesi
74
  * Better compatibility
75
  * Better support for Divi Theme by Elegant Themes
76
 
 
 
 
77
  == License ==
78
 
79
  GNU General Public License v.3 - http://www.gnu.org/licenses/gpl-3.0.html
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.7.3
7
+ Stable tag: 2.0.1
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
74
  * Better compatibility
75
  * Better support for Divi Theme by Elegant Themes
76
 
77
+ = 2.0.1 =
78
+ * CSS Version Bugfix
79
+
80
  == License ==
81
 
82
  GNU General Public License v.3 - http://www.gnu.org/licenses/gpl-3.0.html