Version Description
- Bit.ly wrongly blocked the Pro-URL. Now the URL is changed to: https://goo.gl/0SV2EU
=
Download this release
Release Info
Developer | PascalBajorat |
Plugin | PB SEO Friendly Images |
Version | 1.3.3 |
Comparing to | |
See all releases |
Code changes from version 1.3.2 to 1.3.3
- pb-seo-friendly-images.php +3 -3
- readme.txt +6 -3
pb-seo-friendly-images.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: PB SEO Friendly Images
|
4 |
Plugin URI: http://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: 1.3.
|
7 |
Author: Pascal Bajorat
|
8 |
Author URI: https://www.pascal-bajorat.com
|
9 |
Text Domain: pb-seo-friendly-images
|
@@ -39,14 +39,14 @@ if( !class_exists('pbSEOFriendlyImages') ):
|
|
39 |
class pbSEOFriendlyImages
|
40 |
{
|
41 |
public static $verMajor = 1.3;
|
42 |
-
public static $verMinor =
|
43 |
|
44 |
|
45 |
public static $basename = false;
|
46 |
public static $userSettings = array();
|
47 |
public static $proVersion = false;
|
48 |
|
49 |
-
public static $proURL = 'http://bit.ly/seo-friendly-images-pro
|
50 |
|
51 |
/**
|
52 |
* Init function
|
3 |
Plugin Name: PB SEO Friendly Images
|
4 |
Plugin URI: http://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: 1.3.3
|
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 $verMajor = 1.3;
|
42 |
+
public static $verMinor = 3;
|
43 |
|
44 |
|
45 |
public static $basename = false;
|
46 |
public static $userSettings = array();
|
47 |
public static $proVersion = false;
|
48 |
|
49 |
+
public static $proURL = 'https://goo.gl/0SV2EU'; // fu bit.ly http://bit.ly/seo-friendly-images-pro
|
50 |
|
51 |
/**
|
52 |
* Init function
|
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: 1.3.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -25,7 +25,7 @@ PB SEO Friendly Images is a free WordPress plugin that helps you to automaticall
|
|
25 |
|
26 |
The idea to this plugin based on a similar WordPress plugin "SEO Friendly Images" by Vladimir Prelovac. This plugin version has more settings, possibilities to configure your »alt« / »title« attributes and it’s actively maintained. There is also a sync function, that automatically use existing »alt« as »title« and vice versa if one of the values exist. This is really important, if you have already optimized some of your images.
|
27 |
|
28 |
-
> **Need more features and extensive support? Check out our Pro-Version: [PB SEO Friendly Images Pro](
|
29 |
|
30 |
If you have any questions or problems, you can ask me: [Pascal Bajorat - Webdesigner and WordPress Developer from Berlin](https://www.pascal-bajorat.com/ "Pascal Bajorat - Webdesigner and WordPress Developer from Berlin")
|
31 |
|
@@ -48,7 +48,7 @@ If you have any questions or problems, you can ask me: [Pascal Bajorat - Webdesi
|
|
48 |
* Added support for Advanced Custom Fields.
|
49 |
|
50 |
= 1.2.0 =
|
51 |
-
* Added a pro version of this plugin: [PB SEO Friendly Images Pro](
|
52 |
* Some smaller bugfixes and translation issues fixed
|
53 |
|
54 |
= 1.3.0 =
|
@@ -62,6 +62,9 @@ If you have any questions or problems, you can ask me: [Pascal Bajorat - Webdesi
|
|
62 |
* Code optimization and improvements
|
63 |
* Fixed a really bad html bug, please update asap
|
64 |
|
|
|
|
|
|
|
65 |
== License ==
|
66 |
|
67 |
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: 1.3.3
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
25 |
|
26 |
The idea to this plugin based on a similar WordPress plugin "SEO Friendly Images" by Vladimir Prelovac. This plugin version has more settings, possibilities to configure your »alt« / »title« attributes and it’s actively maintained. There is also a sync function, that automatically use existing »alt« as »title« and vice versa if one of the values exist. This is really important, if you have already optimized some of your images.
|
27 |
|
28 |
+
> **Need more features and extensive support? Check out our Pro-Version: [PB SEO Friendly Images Pro](https://goo.gl/0SV2EU "PB SEO Friendly Images Pro")**
|
29 |
|
30 |
If you have any questions or problems, you can ask me: [Pascal Bajorat - Webdesigner and WordPress Developer from Berlin](https://www.pascal-bajorat.com/ "Pascal Bajorat - Webdesigner and WordPress Developer from Berlin")
|
31 |
|
48 |
* Added support for Advanced Custom Fields.
|
49 |
|
50 |
= 1.2.0 =
|
51 |
+
* Added a pro version of this plugin: [PB SEO Friendly Images Pro](https://goo.gl/0SV2EU "PB SEO Friendly Images Pro")
|
52 |
* Some smaller bugfixes and translation issues fixed
|
53 |
|
54 |
= 1.3.0 =
|
62 |
* Code optimization and improvements
|
63 |
* Fixed a really bad html bug, please update asap
|
64 |
|
65 |
+
= 1.3.3 =
|
66 |
+
* Bit.ly wrongly blocked the Pro-URL. Now the URL is changed to: [https://goo.gl/0SV2EU](https://goo.gl/0SV2EU "https://goo.gl/0SV2EU")
|
67 |
+
|
68 |
== License ==
|
69 |
|
70 |
GNU General Public License v.3 - http://www.gnu.org/licenses/gpl-3.0.html
|