FEEDZY RSS Feeds Lite - Version 2.6

Version Description

  • Fix a conflict with PageBuilder where Feedzy button does not show up in the visual editor
  • Fix a typo in feedzy-rss-feeds-shortcode.php on the thumbnails span
  • Replace WP_Widget by __construct() to initiate the widget because it has been deprecated since version 4.3.0
  • German translation thanks to ralfsteck
  • Tested on WP 4.3 with success!
Download this release

Release Info

Developer briKou
Plugin Icon 128x128 FEEDZY RSS Feeds Lite
Version 2.6
Comparing to
See all releases

Code changes from version 2.5.1 to 2.6

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.5.1
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.6
9
  * Text Domain: feedzy_rss_translate
10
  * Domain Path: /langs
11
  */
feedzy-rss-feeds-shortcode.php CHANGED
@@ -148,12 +148,12 @@ function feedzy_rss( $atts, $content = '' ) {
148
  if ( !empty( $thethumbnail )) {
149
 
150
  $thethumbnail = feedzy_image_encode( $thethumbnail );
151
- $contentThumb .= '<span class="default" style="width:' . $sizes['width'] . 'px; height:' . $sizes['height'] . 'px; background-image: url(' . $default . ');" alt="' . $item->get_title() . '"></span/>';
152
- $contentThumb .= '<span class="fetched" style="width:' . $sizes['width'] . 'px; height:' . $sizes['height'] . 'px; background-image: url(' . $thethumbnail . ');" alt="' . $item->get_title() . '"></span/>';
153
 
154
  } else if ( empty( $thethumbnail ) && $thumb == 'yes' ) {
155
 
156
- $contentThumb .= '<span style="width:' . $sizes['width'] . 'px; height:' . $sizes['height'] . 'px; background-image:url(' . $default . ');" alt="' . $item->get_title() . '"></span/>';
157
 
158
  }
159
 
148
  if ( !empty( $thethumbnail )) {
149
 
150
  $thethumbnail = feedzy_image_encode( $thethumbnail );
151
+ $contentThumb .= '<span class="default" style="width:' . $sizes['width'] . 'px; height:' . $sizes['height'] . 'px; background-image: url(' . $default . ');" alt="' . $item->get_title() . '"></span>';
152
+ $contentThumb .= '<span class="fetched" style="width:' . $sizes['width'] . 'px; height:' . $sizes['height'] . 'px; background-image: url(' . $thethumbnail . ');" alt="' . $item->get_title() . '"></span>';
153
 
154
  } else if ( empty( $thethumbnail ) && $thumb == 'yes' ) {
155
 
156
+ $contentThumb .= '<span style="width:' . $sizes['width'] . 'px; height:' . $sizes['height'] . 'px; background-image:url(' . $default . ');" alt="' . $item->get_title() . '"></span>';
157
 
158
  }
159
 
feedzy-rss-feeds-ui.php CHANGED
@@ -26,7 +26,7 @@ function feedzy_add_mce_button() {
26
  }
27
 
28
  }
29
- add_action('admin_head', 'feedzy_add_mce_button');
30
 
31
 
32
  /***************************************************************
26
  }
27
 
28
  }
29
+ add_action('init', 'feedzy_add_mce_button');
30
 
31
 
32
  /***************************************************************
feedzy-rss-feeds-widget.php CHANGED
@@ -15,7 +15,7 @@ class feedzy_wp_widget extends WP_Widget {
15
 
16
  //Constructor
17
  function feedzy_wp_widget() {
18
- parent::WP_Widget(false, $name = __('Feedzy RSS Feeds', 'feedzy_wp_widget') );
19
  }
20
 
21
  //Widget form creation
15
 
16
  //Constructor
17
  function feedzy_wp_widget() {
18
+ parent::__construct(false, $name = __('Feedzy RSS Feeds', 'feedzy_wp_widget') );
19
  }
20
 
21
  //Widget form creation
langs/feedzy_rss_translate-de_DE.mo ADDED
Binary file
langs/feedzy_rss_translate-de_DE.po ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: FEEDZY RSS Feeds by b*web\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: Fri Jul 17 2015 11:41:38 GMT+0200\n"
6
+ "PO-Revision-Date: Fri Jul 17 2015 11:59:48 GMT+0200\n"
7
+ "Last-Translator: Ralf Steck <rsteck@engineeringspot.de>\n"
8
+ "Language-Team: \n"
9
+ "Language: German\n"
10
+ "Plural-Forms: nplurals=2; plural=n != 1\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-Basepath: .\n"
16
+ "X-Poedit-SearchPath-0: ..\n"
17
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
18
+ "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
19
+ "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
20
+ "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
21
+ "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
22
+ "X-Loco-Target-Locale: de_DE\n"
23
+ "X-Generator: Loco - https://localise.biz/"
24
+
25
+ #: ../feedzy-rss-feed.php:52 ../feedzy-rss-feed.php:52
26
+ msgid "Documentation and examples"
27
+ msgstr "Dokumentation und Beispiele"
28
+
29
+ #: ../feedzy-rss-feed.php:53 ../feedzy-rss-feed.php:53
30
+ msgid "More b*web Plugins"
31
+ msgstr "Weitere b*web Plugins"
32
+
33
+ #: ../feedzy-rss-feed.php:54 ../feedzy-rss-feed.php:54
34
+ msgid "Donate to this plugin &#187;"
35
+ msgstr "Spenden Sie für dieses Plugin &#187;"
36
+
37
+ #: ../feedzy-rss-feeds-widget.php:18
38
+ msgid "Feedzy RSS Feeds"
39
+ msgstr "Feedzy RSS Feeds"
40
+
41
+ #: ../feedzy-rss-feeds-widget.php:57
42
+ msgid "Widget Title"
43
+ msgstr "Widget-Titel"
44
+
45
+ #: ../feedzy-rss-feeds-widget.php:61
46
+ msgid "Intro text"
47
+ msgstr "Einleitungstext"
48
+
49
+ #: ../feedzy-rss-feeds-widget.php:65 ../feedzy-rss-feeds-ui-lang.php:20
50
+ msgid "The feed(s) URL (comma-separated list)."
51
+ msgstr "Feed URLs (kommaseparierte Liste)."
52
+
53
+ #: ../feedzy-rss-feeds-widget.php:69 ../feedzy-rss-feeds-ui-lang.php:21
54
+ msgid "Number of items to display."
55
+ msgstr "Anzahl der darzustellenden Elemente"
56
+
57
+ #: ../feedzy-rss-feeds-widget.php:73 ../feedzy-rss-feeds-ui-lang.php:23
58
+ msgid "Links may be opened in the same window or a new tab."
59
+ msgstr "Links können im selben Fenster oder einem neuen Tab geöffnet werden"
60
+
61
+ #: ../feedzy-rss-feeds-widget.php:84 ../feedzy-rss-feeds-ui-lang.php:24
62
+ msgid "Trim the title of the item after X characters."
63
+ msgstr "Titel nach X Zeichen abschneiden"
64
+
65
+ #: ../feedzy-rss-feeds-widget.php:89 ../feedzy-rss-feeds-ui-lang.php:25
66
+ msgid "Should we display the date of publication and the author name?"
67
+ msgstr "Veröffentlichungsdatum und Autorname anzeigen?"
68
+
69
+ #: ../feedzy-rss-feeds-widget.php:93 ../feedzy-rss-feeds-ui-lang.php:26
70
+ msgid "Should we display a description (abstract) of the retrieved item?"
71
+ msgstr "Kurzbeschreibung (Zusammenfassung) des Elements anzeigen?"
72
+
73
+ #: ../feedzy-rss-feeds-widget.php:96 ../feedzy-rss-feeds-ui-lang.php:27
74
+ msgid "Crop description (summary) of the element after X characters."
75
+ msgstr "Kurzbeschreibung (Zusammenfassung) nach X Zeichen abschneiden"
76
+
77
+ #: ../feedzy-rss-feeds-widget.php:100 ../feedzy-rss-feeds-ui-lang.php:28
78
+ msgid "Should we display the first image of the content if it is available?"
79
+ msgstr "Erstes Bild - wenn vorhanden - des Inhalts anzeigen?"
80
+
81
+ #: ../feedzy-rss-feeds-widget.php:111 ../feedzy-rss-feeds-ui-lang.php:33
82
+ msgid "No"
83
+ msgstr "Nein"
84
+
85
+ #: ../feedzy-rss-feeds-widget.php:112 ../feedzy-rss-feeds-ui-lang.php:34
86
+ msgid "Yes"
87
+ msgstr "Ja"
88
+
89
+ #: ../feedzy-rss-feeds-widget.php:113 ../feedzy-rss-feeds-ui-lang.php:35
90
+ msgid "Auto"
91
+ msgstr "Auto"
92
+
93
+ #: ../feedzy-rss-feeds-widget.php:123 ../feedzy-rss-feeds-ui-lang.php:29
94
+ msgid "Default thumbnail URL if no image is found."
95
+ msgstr "Standard-Thumnail-Bild, wenn kein Bild im Text vorhanden ist."
96
+
97
+ #: ../feedzy-rss-feeds-widget.php:127 ../feedzy-rss-feeds-ui-lang.php:30
98
+ msgid "Thumblails dimension. Do not include \"px\". Eg: 150"
99
+ msgstr "Thumbnail-Größe. Bitte ohne \"px\" angeben, z.B. 150"
100
+
101
+ #: ../feedzy-rss-feeds-widget.php:131 ../feedzy-rss-feeds-ui-lang.php:31
102
+ msgid ""
103
+ "Only display item if title contains specific keyword(s) (comma-separated "
104
+ "list/case sensitive)."
105
+ msgstr ""
106
+ "Elemente nur anzeigen, wenn sie folgende Keywords enthalten (Kommaseparierte "
107
+ "Liste)."
108
+
109
+ #: ../feedzy-rss-feeds-ui-lang.php:19
110
+ msgid "Insert FEEDZY RSS Feeds Shortcode"
111
+ msgstr "FEEDZY RSS Feeds Shortcode einfügen"
112
+
113
+ #: ../feedzy-rss-feeds-ui-lang.php:22
114
+ msgid "Should we display the RSS title?"
115
+ msgstr "RSS-Titel darstellen?"
116
+
117
+ #: ../feedzy-rss-feeds-ui-lang.php:32
118
+ msgid "Do not specify"
119
+ msgstr "nicht angeben"
120
+
121
+ #: ../feedzy-rss-feeds-shortcode.php:98
122
+ msgid "Sorry, this feed is currently unavailable or does not exists anymore."
123
+ msgstr ""
124
+ "Tut uns leid, dieser Feed ist derzeit nicht verfügbar oder existiert nicht "
125
+ "mehr."
126
+
127
+ #: ../feedzy-rss-feeds-shortcode.php:205
128
+ msgid "Posted"
129
+ msgstr "Veröffentlicht"
130
+
131
+ #: ../feedzy-rss-feeds-shortcode.php:216
132
+ msgid "by"
133
+ msgstr "von"
134
+
135
+ #: ../feedzy-rss-feeds-shortcode.php:222
136
+ msgid "on"
137
+ msgstr "am"
138
+
139
+ #: ../feedzy-rss-feeds-shortcode.php:222
140
+ msgid "at"
141
+ msgstr "um"
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: briKou
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7Z6YVM63739Y8
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.2
7
- Stable tag: 2.5.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -81,6 +81,7 @@ By activating this plugin, your cover picture will be inserted into your RSS fee
81
  * French
82
  * Serbian [Borisa Djuraskovic](http://www.webhostinghub.com/ "Borisa Djuraskovic")
83
  * Japanese [sama55](http://askive.cmsbox.jp/ "sama55")
 
84
 
85
  Become a translator and send me your translation! [Contact-me](http://b-website.com/contact "Contact")
86
 
@@ -106,6 +107,13 @@ Yes it is.
106
 
107
  == Changelog ==
108
 
 
 
 
 
 
 
 
109
  = 2.5.1 =
110
  * Japanese translation thanks to [sama55](http://askive.cmsbox.jp/ "sama55")
111
  * Image optimisation (feedzy-default.jpg)
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7Z6YVM63739Y8
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.3
7
+ Stable tag: 2.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
81
  * French
82
  * Serbian [Borisa Djuraskovic](http://www.webhostinghub.com/ "Borisa Djuraskovic")
83
  * Japanese [sama55](http://askive.cmsbox.jp/ "sama55")
84
+ * German [ralfsteck](https://profiles.wordpress.org/ralfsteck/ "ralfsteck")
85
 
86
  Become a translator and send me your translation! [Contact-me](http://b-website.com/contact "Contact")
87
 
107
 
108
  == Changelog ==
109
 
110
+ = 2.6 =
111
+ * Fix a conflict with PageBuilder where Feedzy button does not show up in the visual editor
112
+ * Fix a typo in feedzy-rss-feeds-shortcode.php on the thumbnails span
113
+ * Replace WP_Widget by __construct() to initiate the widget because it has been deprecated since version 4.3.0
114
+ * German translation thanks to [ralfsteck](https://profiles.wordpress.org/ralfsteck/ "ralfsteck")
115
+ * Tested on WP 4.3 with success!
116
+
117
  = 2.5.1 =
118
  * Japanese translation thanks to [sama55](http://askive.cmsbox.jp/ "sama55")
119
  * Image optimisation (feedzy-default.jpg)