Version Description
- Minor fix on already encoded images names
Download this release
Release Info
| Developer | briKou |
| Plugin | |
| Version | 2.4.2 |
| Comparing to | |
| See all releases | |
Code changes from version 2.4.1 to 2.4.2
- feedzy-rss-feed.php +1 -1
- feedzy-rss-feeds-functions.php +2 -1
- readme.txt +4 -1
feedzy-rss-feed.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
* Description: FEEDZY RSS Feeds is a small and lightweight plugin. Fast and easy to use, it aggregates RSS feeds into your WordPress site through simple shortcodes.
|
| 6 |
* Author: Brice CAPOBIANCO
|
| 7 |
* Author URI: http://b-website.com/
|
| 8 |
-
* Version: 2.4.
|
| 9 |
* Text Domain: feedzy_rss_translate
|
| 10 |
* Domain Path: /langs
|
| 11 |
*/
|
| 5 |
* Description: FEEDZY RSS Feeds is a small and lightweight plugin. Fast and easy to use, it aggregates RSS feeds into your WordPress site through simple shortcodes.
|
| 6 |
* Author: Brice CAPOBIANCO
|
| 7 |
* Author URI: http://b-website.com/
|
| 8 |
+
* Version: 2.4.2
|
| 9 |
* Text Domain: feedzy_rss_translate
|
| 10 |
* Domain Path: /langs
|
| 11 |
*/
|
feedzy-rss-feeds-functions.php
CHANGED
|
@@ -74,7 +74,8 @@ function feedzy_image_encode( $string ) {
|
|
| 74 |
$path_parts = pathinfo( $string );
|
| 75 |
$path = $path_parts['dirname'];
|
| 76 |
$file = $path_parts['filename'] . '.' . pathinfo( $url_tab['path'], PATHINFO_EXTENSION );
|
| 77 |
-
|
|
|
|
| 78 |
//Return a well encoded image url
|
| 79 |
return $path . '/' . rawurlencode( $file ) . $query;
|
| 80 |
}
|
| 74 |
$path_parts = pathinfo( $string );
|
| 75 |
$path = $path_parts['dirname'];
|
| 76 |
$file = $path_parts['filename'] . '.' . pathinfo( $url_tab['path'], PATHINFO_EXTENSION );
|
| 77 |
+
$file = rawurldecode( $file );
|
| 78 |
+
|
| 79 |
//Return a well encoded image url
|
| 80 |
return $path . '/' . rawurlencode( $file ) . $query;
|
| 81 |
}
|
readme.txt
CHANGED
|
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
| 4 |
Tags: RSS, SimplePie, shortcode, feed, thumbnail, image, rss feeds, aggregator, tinyMCE, WYSIWYG, MCE, UI, flux, plugin, WordPress, widget, importer, XML, ATOM, API, parser
|
| 5 |
Requires at least: 3.7
|
| 6 |
Tested up to: 4.1
|
| 7 |
-
Stable tag: 2.4.
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
|
@@ -105,6 +105,9 @@ Yes it is.
|
|
| 105 |
|
| 106 |
== Changelog ==
|
| 107 |
|
|
|
|
|
|
|
|
|
|
| 108 |
= 2.4.1 =
|
| 109 |
* Fix an issue on img url encode
|
| 110 |
* Retrive img url in url parameters
|
| 4 |
Tags: RSS, SimplePie, shortcode, feed, thumbnail, image, rss feeds, aggregator, tinyMCE, WYSIWYG, MCE, UI, flux, plugin, WordPress, widget, importer, XML, ATOM, API, parser
|
| 5 |
Requires at least: 3.7
|
| 6 |
Tested up to: 4.1
|
| 7 |
+
Stable tag: 2.4.2
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
| 105 |
|
| 106 |
== Changelog ==
|
| 107 |
|
| 108 |
+
= 2.4.2 =
|
| 109 |
+
* Minor fix on already encoded images names
|
| 110 |
+
|
| 111 |
= 2.4.1 =
|
| 112 |
* Fix an issue on img url encode
|
| 113 |
* Retrive img url in url parameters
|
