Version Description
- Plugin meta translation
- Remove unnecessary spaces
Download this release
Release Info
| Developer | briKou |
| Plugin | |
| Version | 1.5.4 |
| Comparing to | |
| See all releases | |
Code changes from version 1.5.3 to 1.5.4
- feedzy-rss-feed.php +6 -5
- feedzy-rss-feeds-ui-lang.php +1 -1
- feedzy-rss-feeds-ui.php +2 -7
- langs/feedzy_rss_translate-fr_FR.mo +0 -0
- langs/feedzy_rss_translate-fr_FR.po +48 -13
- readme.txt +6 -2
feedzy-rss-feed.php
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
<?php
|
| 2 |
/**
|
| 3 |
* Plugin Name: FEEDZY RSS Feeds by b*web
|
| 4 |
-
* Plugin URI: http://b-website.com/feedzy-rss-feeds-
|
| 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: 1.5.
|
| 9 |
* Text Domain: feedzy_rss_translate
|
|
|
|
| 10 |
*/
|
| 11 |
|
| 12 |
|
|
@@ -43,9 +44,9 @@ if ( ! function_exists( 'feedzy_meta_links' ) ) {
|
|
| 43 |
function feedzy_meta_links( $links, $file ) {
|
| 44 |
if ( strpos( $file, 'feedzy-rss-feed.php' ) !== false ) {
|
| 45 |
$links[0] = '<a href="http://b-website.com/" target="_blank"><img src="' . plugins_url('img/icon-bweb.png', __FILE__ ) . '" style="margin-bottom: -4px;" alt="b*web"/></a> '. $links[0];
|
| 46 |
-
$links = array_merge( $links, array( '<a href="http://b-website.com/feedzy-rss-feeds-wordpress-plugin-using-simplepie" target="_blank" title="'. __( 'Documentation and examples', '
|
| 47 |
-
$links = array_merge( $links, array( '<a href="http://b-website.com/category/plugins" target="_blank" title="'. __( 'More b*web Plugins', '
|
| 48 |
-
$links = array_merge( $links, array( '<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7Z6YVM63739Y8" target="_blank" title="'. __( 'Donate', '
|
| 49 |
}
|
| 50 |
return $links;
|
| 51 |
}
|
| 1 |
<?php
|
| 2 |
/**
|
| 3 |
* Plugin Name: FEEDZY RSS Feeds by b*web
|
| 4 |
+
* Plugin URI: http://b-website.com/feedzy-rss-feeds-wordpress-plugin-using-simplepie
|
| 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: 1.5.4
|
| 9 |
* Text Domain: feedzy_rss_translate
|
| 10 |
+
* Domain Path: /langs
|
| 11 |
*/
|
| 12 |
|
| 13 |
|
| 44 |
function feedzy_meta_links( $links, $file ) {
|
| 45 |
if ( strpos( $file, 'feedzy-rss-feed.php' ) !== false ) {
|
| 46 |
$links[0] = '<a href="http://b-website.com/" target="_blank"><img src="' . plugins_url('img/icon-bweb.png', __FILE__ ) . '" style="margin-bottom: -4px;" alt="b*web"/></a> '. $links[0];
|
| 47 |
+
$links = array_merge( $links, array( '<a href="http://b-website.com/feedzy-rss-feeds-wordpress-plugin-using-simplepie" target="_blank" title="'. __( 'Documentation and examples', 'feedzy_rss_translate' ) .'"><strong style="color:#db3939">'. __( 'Documentation and examples', 'feedzy_rss_translate' ) .'</strong></a>' ) );
|
| 48 |
+
$links = array_merge( $links, array( '<a href="http://b-website.com/category/plugins" target="_blank" title="'. __( 'More b*web Plugins', 'feedzy_rss_translate' ) .'">'. __( 'More b*web Plugins', 'feedzy_rss_translate' ) .'</a>' ) );
|
| 49 |
+
$links = array_merge( $links, array( '<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7Z6YVM63739Y8" target="_blank" title="'. __( 'Donate', 'feedzy_rss_translate' ) .'"><strong>'. __( 'Donate', 'feedzy_rss_translate' ) .'</strong></a>' ) );
|
| 50 |
}
|
| 51 |
return $links;
|
| 52 |
}
|
feedzy-rss-feeds-ui-lang.php
CHANGED
|
@@ -31,4 +31,4 @@ function feedzy_tinymce_translation() {
|
|
| 31 |
return $translated;
|
| 32 |
}
|
| 33 |
|
| 34 |
-
$strings = feedzy_tinymce_translation();
|
| 31 |
return $translated;
|
| 32 |
}
|
| 33 |
|
| 34 |
+
$strings = feedzy_tinymce_translation();
|
feedzy-rss-feeds-ui.php
CHANGED
|
@@ -29,6 +29,7 @@ function feedzy_add_tinymce_lang( $arr ){
|
|
| 29 |
}
|
| 30 |
add_filter( 'mce_external_languages', 'feedzy_add_tinymce_lang', 10, 1 );
|
| 31 |
|
|
|
|
| 32 |
/***************************************************************
|
| 33 |
* Load custom js options - TinyMCE API
|
| 34 |
***************************************************************/
|
|
@@ -44,10 +45,4 @@ function feedzy_tinymce_plugin( $plugin_array ) {
|
|
| 44 |
function feedzy_register_mce_button( $buttons ) {
|
| 45 |
array_push( $buttons, 'feedzy_mce_button' );
|
| 46 |
return $buttons;
|
| 47 |
-
}
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 29 |
}
|
| 30 |
add_filter( 'mce_external_languages', 'feedzy_add_tinymce_lang', 10, 1 );
|
| 31 |
|
| 32 |
+
|
| 33 |
/***************************************************************
|
| 34 |
* Load custom js options - TinyMCE API
|
| 35 |
***************************************************************/
|
| 45 |
function feedzy_register_mce_button( $buttons ) {
|
| 46 |
array_push( $buttons, 'feedzy_mce_button' );
|
| 47 |
return $buttons;
|
| 48 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
langs/feedzy_rss_translate-fr_FR.mo
CHANGED
|
Binary file
|
langs/feedzy_rss_translate-fr_FR.po
CHANGED
|
@@ -3,7 +3,7 @@ msgstr ""
|
|
| 3 |
"Project-Id-Version: FEEDZY RSS Feeds by b*web v1.5.2\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
"POT-Creation-Date: \n"
|
| 6 |
-
"PO-Revision-Date: 2014-11-27
|
| 7 |
"Last-Translator: superadminopl <brice.capobianco@openlog.fr>\n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"MIME-Version: 1.0\n"
|
|
@@ -20,41 +20,40 @@ msgstr ""
|
|
| 20 |
"X-Poedit-SearchPath-0: .\n"
|
| 21 |
"X-Textdomain-Support: yes"
|
| 22 |
|
| 23 |
-
#: feedzy-rss-feed.php:
|
| 24 |
#@ feedzy_rss_translate
|
| 25 |
msgid "Sorry, this feed is currently unavailable or does not exists anymore."
|
| 26 |
msgstr "Désolé, ce flux est actuellement indisponible ou n'existe plus."
|
| 27 |
|
| 28 |
-
#: feedzy-rss-feed.php:
|
| 29 |
#@ feedzy_rss_translate
|
| 30 |
msgid "Posted by"
|
| 31 |
msgstr "Publié par"
|
| 32 |
|
| 33 |
-
#: feedzy-rss-feed.php:
|
| 34 |
#@ feedzy_rss_translate
|
| 35 |
msgid "on"
|
| 36 |
msgstr "le"
|
| 37 |
|
| 38 |
-
#: feedzy-rss-feed.php:
|
| 39 |
#@ feedzy_rss_translate
|
| 40 |
msgid "at"
|
| 41 |
msgstr "à"
|
| 42 |
|
| 43 |
-
#: feedzy-rss-feed.php:
|
| 44 |
-
#@
|
| 45 |
msgid "Documentation and examples"
|
| 46 |
-
msgstr ""
|
| 47 |
|
| 48 |
-
#: feedzy-rss-feed.php:
|
| 49 |
-
#@ an-translate
|
| 50 |
#@ feedzy_rss_translate
|
| 51 |
msgid "More b*web Plugins"
|
| 52 |
msgstr "Plus de plugins b*web"
|
| 53 |
|
| 54 |
-
#: feedzy-rss-feed.php:
|
| 55 |
-
#@
|
| 56 |
msgid "Donate"
|
| 57 |
-
msgstr ""
|
| 58 |
|
| 59 |
#: feedzy-rss-feeds-ui-lang.php:11
|
| 60 |
#@ feedzy_rss_translate
|
|
@@ -136,3 +135,39 @@ msgstr "URL(s) du(des) flux RSS (liste séparée par des virgules)."
|
|
| 136 |
msgid "Should we display the RSS title?"
|
| 137 |
msgstr "Doit-on afficher le titre du flux RSS ?"
|
| 138 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
"Project-Id-Version: FEEDZY RSS Feeds by b*web v1.5.2\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
"POT-Creation-Date: \n"
|
| 6 |
+
"PO-Revision-Date: 2014-11-27 20:21:40+0000\n"
|
| 7 |
"Last-Translator: superadminopl <brice.capobianco@openlog.fr>\n"
|
| 8 |
"Language-Team: \n"
|
| 9 |
"MIME-Version: 1.0\n"
|
| 20 |
"X-Poedit-SearchPath-0: .\n"
|
| 21 |
"X-Textdomain-Support: yes"
|
| 22 |
|
| 23 |
+
#: feedzy-rss-feed.php:188
|
| 24 |
#@ feedzy_rss_translate
|
| 25 |
msgid "Sorry, this feed is currently unavailable or does not exists anymore."
|
| 26 |
msgstr "Désolé, ce flux est actuellement indisponible ou n'existe plus."
|
| 27 |
|
| 28 |
+
#: feedzy-rss-feed.php:336
|
| 29 |
#@ feedzy_rss_translate
|
| 30 |
msgid "Posted by"
|
| 31 |
msgstr "Publié par"
|
| 32 |
|
| 33 |
+
#: feedzy-rss-feed.php:345
|
| 34 |
#@ feedzy_rss_translate
|
| 35 |
msgid "on"
|
| 36 |
msgstr "le"
|
| 37 |
|
| 38 |
+
#: feedzy-rss-feed.php:345
|
| 39 |
#@ feedzy_rss_translate
|
| 40 |
msgid "at"
|
| 41 |
msgstr "à"
|
| 42 |
|
| 43 |
+
#: feedzy-rss-feed.php:47
|
| 44 |
+
#@ feedzy_rss_translate
|
| 45 |
msgid "Documentation and examples"
|
| 46 |
+
msgstr "Documentation and exemples"
|
| 47 |
|
| 48 |
+
#: feedzy-rss-feed.php:48
|
|
|
|
| 49 |
#@ feedzy_rss_translate
|
| 50 |
msgid "More b*web Plugins"
|
| 51 |
msgstr "Plus de plugins b*web"
|
| 52 |
|
| 53 |
+
#: feedzy-rss-feed.php:49
|
| 54 |
+
#@ feedzy_rss_translate
|
| 55 |
msgid "Donate"
|
| 56 |
+
msgstr "Faire un don"
|
| 57 |
|
| 58 |
#: feedzy-rss-feeds-ui-lang.php:11
|
| 59 |
#@ feedzy_rss_translate
|
| 135 |
msgid "Should we display the RSS title?"
|
| 136 |
msgstr "Doit-on afficher le titre du flux RSS ?"
|
| 137 |
|
| 138 |
+
#. translators: plugin header field 'Name'
|
| 139 |
+
#: feedzy-rss-feed.php:0
|
| 140 |
+
#@ feedzy_rss_translate
|
| 141 |
+
msgid "FEEDZY RSS Feeds by b*web"
|
| 142 |
+
msgstr ""
|
| 143 |
+
|
| 144 |
+
#. translators: plugin header field 'Description'
|
| 145 |
+
#: feedzy-rss-feed.php:0
|
| 146 |
+
#@ feedzy_rss_translate
|
| 147 |
+
msgid "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."
|
| 148 |
+
msgstr "FEEDZY RSS Feeds est un petit plugin léger, rapide et très simple d'utilisation qui vous permet d'agréger des flux RSS dans votre site WordPress grâce à des shortcodes entièrement paramétrables."
|
| 149 |
+
|
| 150 |
+
#. translators: plugin header field 'Author'
|
| 151 |
+
#: feedzy-rss-feed.php:0
|
| 152 |
+
#@ feedzy_rss_translate
|
| 153 |
+
msgid "Brice CAPOBIANCO"
|
| 154 |
+
msgstr ""
|
| 155 |
+
|
| 156 |
+
#. translators: plugin header field 'AuthorURI'
|
| 157 |
+
#: feedzy-rss-feed.php:0
|
| 158 |
+
#@ feedzy_rss_translate
|
| 159 |
+
msgid "http://b-website.com/"
|
| 160 |
+
msgstr ""
|
| 161 |
+
|
| 162 |
+
#. translators: plugin header field 'Version'
|
| 163 |
+
#: feedzy-rss-feed.php:0
|
| 164 |
+
#@ feedzy_rss_translate
|
| 165 |
+
msgid "1.5.2"
|
| 166 |
+
msgstr ""
|
| 167 |
+
|
| 168 |
+
#. translators: plugin header field 'PluginURI'
|
| 169 |
+
#: feedzy-rss-feed.php:0
|
| 170 |
+
#@ feedzy_rss_translate
|
| 171 |
+
msgid "http://b-website.com/feedzy-rss-feeds-wordpress-plugin-using-simplepie"
|
| 172 |
+
msgstr "http://b-website.com/feedzy-rss-feeds-plugin-wordpress-gratuit-utilisant-simplepie"
|
| 173 |
+
|
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
|
| 5 |
Requires at least: 3.7
|
| 6 |
Tested up to: 4.0
|
| 7 |
-
Stable tag: 1.5.
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
|
@@ -84,9 +84,13 @@ Yes it is.
|
|
| 84 |
== Changelog ==
|
| 85 |
|
| 86 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
= 1.5.3 =
|
| 88 |
* TinyMCE UI translation
|
| 89 |
-
* Better
|
| 90 |
* Space between items is calculated based on thumbs size
|
| 91 |
|
| 92 |
= 1.5.2 =
|
| 4 |
Tags: RSS, SimplePie, shortcode, feed, thumbnail, image, rss feeds, aggregator, tinyMCE, WYSIWYG, MCE, UI, flux, plugin, WordPress
|
| 5 |
Requires at least: 3.7
|
| 6 |
Tested up to: 4.0
|
| 7 |
+
Stable tag: 1.5.4
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
| 84 |
== Changelog ==
|
| 85 |
|
| 86 |
|
| 87 |
+
= 1.5.4 =
|
| 88 |
+
* Plugin meta translation
|
| 89 |
+
* Remove unnecessary spaces
|
| 90 |
+
|
| 91 |
= 1.5.3 =
|
| 92 |
* TinyMCE UI translation
|
| 93 |
+
* Better fetching image
|
| 94 |
* Space between items is calculated based on thumbs size
|
| 95 |
|
| 96 |
= 1.5.2 =
|
