diff --git a/CHANGELOG.md b/CHANGELOG.md index 6087662d..4e440617 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ + ### v3.3.0 - 2018-08-21 + **Changes:** + * Improve readme plugin description. +* Improves compatibility with Gutenberg plugin. +* Improves image detection from feeds. + ### v3.2.12 - 2018-08-16 **Changes:** * Fixed compatibility with the Gutenberg block diff --git a/dist/CHANGELOG.md b/dist/CHANGELOG.md index 6087662d..4e440617 100644 --- a/dist/CHANGELOG.md +++ b/dist/CHANGELOG.md @@ -1,4 +1,10 @@ + ### v3.3.0 - 2018-08-21 + **Changes:** + * Improve readme plugin description. +* Improves compatibility with Gutenberg plugin. +* Improves image detection from feeds. + ### v3.2.12 - 2018-08-16 **Changes:** * Fixed compatibility with the Gutenberg block diff --git a/dist/css/feedzy-rss-feeds.css b/dist/css/feedzy-rss-feeds.css index ab9e3308..d1db1e11 100644 --- a/dist/css/feedzy-rss-feeds.css +++ b/dist/css/feedzy-rss-feeds.css @@ -2,7 +2,7 @@ * feedzy-rss-feeds.css * Feedzy RSS Feed * Copyright: (c) 2016 Themeisle, themeisle.com - * Version: 3.2.12 + * Version: 3.3.0 * Plugin Name: FEEDZY RSS Feeds * Plugin URI: http://themeisle.com/plugins/feedzy-rss-feeds/ * Author: Themeisle diff --git a/dist/feedzy-rss-feed.php b/dist/feedzy-rss-feed.php index 6535c203..300e339d 100644 --- a/dist/feedzy-rss-feed.php +++ b/dist/feedzy-rss-feed.php @@ -15,7 +15,7 @@ * Plugin Name: Feedzy RSS Feeds Lite * Plugin URI: https://themeisle.com/plugins/feedzy-rss-feeds-lite/ * Description: A small and lightweight RSS aggregator plugin. Fast and very easy to use, it allows you to aggregate multiple RSS feeds into your WordPress site through fully customizable shortcodes & widgets. - * Version: 3.2.12 + * Version: 3.3.0 * Author: Themeisle * Author URI: http://themeisle.com * License: GPL-2.0+ diff --git a/dist/includes/abstract/feedzy-rss-feeds-admin-abstract.php b/dist/includes/abstract/feedzy-rss-feeds-admin-abstract.php index c5fcc142..577207aa 100644 --- a/dist/includes/abstract/feedzy-rss-feeds-admin-abstract.php +++ b/dist/includes/abstract/feedzy-rss-feeds-admin-abstract.php @@ -1030,7 +1030,7 @@ public function feedzy_image_encode( $string ) { // Encode image name only en keep extra parameters $query = ''; if ( isset( $url_tab['query'] ) ) { - $query = '?' . $url_tab['query']; + $query = '?' . urlencode( $url_tab['query'] ); } $path = ltrim( $url_tab['path'], '/' ); diff --git a/dist/includes/feedzy-rss-feeds.php b/dist/includes/feedzy-rss-feeds.php index 96cfed11..dbe32cb4 100644 --- a/dist/includes/feedzy-rss-feeds.php +++ b/dist/includes/feedzy-rss-feeds.php @@ -104,7 +104,7 @@ public static function instance() { */ public function init() { self::$plugin_name = 'feedzy-rss-feeds'; - self::$version = '3.2.12'; + self::$version = '3.3.0'; self::$instance->load_dependencies(); self::$instance->set_locale(); self::$instance->define_admin_hooks(); diff --git a/dist/includes/gutenberg/feedzy-rss-feeds-gutenberg-block.php b/dist/includes/gutenberg/feedzy-rss-feeds-gutenberg-block.php index 603e75c1..a94e7c88 100644 --- a/dist/includes/gutenberg/feedzy-rss-feeds-gutenberg-block.php +++ b/dist/includes/gutenberg/feedzy-rss-feeds-gutenberg-block.php @@ -51,13 +51,13 @@ private function __construct() { */ public function feedzy_gutenberg_scripts() { if ( FEEDZY_DISABLE_CACHE_FOR_TESTING ) { - $version = filemtime( FEEDZY_ABSPATH . '/includes/gutenberg/dist/block.js' ); + $version = filemtime( FEEDZY_ABSPATH . '/includes/gutenberg/build/block.js' ); } else { $version = $this->version; } // Enqueue the bundled block JS file - wp_enqueue_script( 'feedzy-gutenberg-block-js', FEEDZY_ABSURL . 'includes/gutenberg/dist/block.js', array( 'wp-i18n', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-api', 'lodash' ), $version ); + wp_enqueue_script( 'feedzy-gutenberg-block-js', FEEDZY_ABSURL . 'includes/gutenberg/build/block.js', array( 'wp-i18n', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-api', 'lodash' ), $version ); // Pass in REST URL wp_localize_script( @@ -69,7 +69,7 @@ public function feedzy_gutenberg_scripts() { ); // Enqueue editor block styles - wp_enqueue_style( 'feedzy-gutenberg-block-css', FEEDZY_ABSURL . 'includes/gutenberg/dist/block.css', '', $version ); + wp_enqueue_style( 'feedzy-gutenberg-block-css', FEEDZY_ABSURL . 'includes/gutenberg/build/block.css', '', $version ); } /** diff --git a/dist/readme.md b/dist/readme.md index fd57d7d0..456a0faa 100644 --- a/dist/readme.md +++ b/dist/readme.md @@ -1,50 +1,61 @@ # FEEDZY RSS Feeds Lite # **Contributors:** [themeisle](https://profiles.wordpress.org/themeisle), [codeinwp](https://profiles.wordpress.org/codeinwp), [hardeepasrani](https://profiles.wordpress.org/hardeepasrani) -**Tags:** RSS, SimplePie, shortcode, feed, thumbnail, image, rss feeds, aggregator, tinyMCE, WYSIWYG, MCE, UI, flux, plugin, WordPress, widget, importer, XML, ATOM, API, parser +**Tags:** RSS feed, autoblogging, autoblog, rss aggregator, feed to post **Requires at least:** 3.7 +**Requires PHP:** 5.3 **Tested up to:** 4.9 **Stable tag:** trunk **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html -FEEDZY RSS Feeds is a small & lightweight plugin. Fast and easy to use, it aggregates RSS feeds into your site with shortcodes & widgets. - +FEEDZY RSS Feeds is an easy-to-use plugin giving you RSS aggregator and autoblogging functionality. Bring the best RSS feeds to your site. ## Description ## -FEEDZY RSS Feeds is a small and lightweight RSS aggregator plugin. Fast and very easy to use, it allows you to aggregate multiple RSS feeds into your WordPress site through fully customizable shortcodes & widgets. +## RSS FEEDS WITH FEEDZY: AUTOBLOGGING MADE SIMPLE ## -> **Time-saving features available in the FULL version:** -> -> * Integration with WordAI to avoid duplicate content -> * Audio playback template -> * Convert feed items to WordPress posts/pages/any -> * Multiple templates for feed items -> * Automatically build affiliate links -> * Parse price from product feeds -> * Blacklist specific keywords from feeds -> * Priority email support from the developer of the plugin -> * Support and updates for 12 months -> -> **[Learn more about Feedzy Full version]( https://themeisle.com/plugins/feedzy-rss-feeds/ )** +Feedzy is an easy-to-install RSS aggregator WordPress plugin which lets you collate content from all over the internet onto your site. Add your RSS feeds, and then use shortcodes and RSS feeds to get your site running within minutes. + +The plugin is easy to use, but we’ve got you covered on all the features you need, including responsive design, caching control, autoblogging (PRO), extra templates and custom post types (PRO) and a lot more. +## A FEW REASONS WHY YOU’LL LOVE FEEDZY RSS FEEDS LITE: ## -The plugin uses the SimplePie php CLASS natively included in WordPress. SimplePie is a RSS parser that can read the information contained in a feed, process it, and finally display it. +**1. Simple to install** +Install the plugin, add your RSS feeds, and then use shortcodes and widgets to display content on your site. Easy! -**Full cache control** -Choose right from the shortcode how often do you want your content from feeds to get updated. +**2. Pretty as a picture** +Create beautiful RSS feeds with images, from all your favorite sites (yes, including complex media from sites like YouTube). -**Feed Categories** -You can now group feeds into categories and reuse them across your content without worrying of their url. +**3. Responsive & intuitive** +No matter the platform, your content will be fully responsive across mobile and tablet. -FEEDZY RSS Feeds therefore supports any additional library and uses only the bare minimum to ensure good performance (minimalistic CSS + cache). This will ensure compatibility with any hosting provider that supports WordPress, but if for any reason it doesn't work for yours feel free to contact us. +**4. Caching control** +Choose right from the shortcode how often you want content from your RSS feeds to get updated. + +**5. Choose your categories** +Group your RSS feeds into categories, and reuse them across your content without worrying about their URL. + +**6. You’re in great company** +Join over 20,000 Feedzy users, and the half a million WordPress sites using ThemeIsle prodcuts :) - = See how Feedzy can integrate with your website = +> **UPGRADE TO THE FEEDZY PRO FOR THESE ADDED FEATURES:** +> +> * Integration with WordAI to avoid duplicate content +> * Automatically convert RSS feed items to WordPress pages & posts (feed to post) +> * Choice of templates to display content, including audio playback template +> * Automatically add your affiliate links to RSS feeds for business autoblogging +> * Parse and display pricing from product feeds +> * Control your feed: blacklist specific keywords +> * Unlimited support and updates from our team for the duration of your licence +> +> **[Learn more about Feedzy Pro]( https://themeisle.com/plugins/feedzy-rss-feeds/ )** + + ## See how Feedzy can integrate with your website * [Audio playback template](https://demo.themeisle.com/feedzy-rss-feeds/audio-feed-template/) * [Shop feed – 3 columns layout](https://demo.themeisle.com/feedzy-rss-feeds/shop-feed/) @@ -56,12 +67,15 @@ FEEDZY RSS Feeds therefore supports any additional library and uses only the bar * [Blog layout – 1 column layout](https://demo.themeisle.com/feedzy-rss-feeds/blog-layout/) -You may use this plugin in your widgets and your pages and reuse the shortcode + widget several times within the same page. +You can use this plugin in your widgets or pages, reusing the shortcode and widget several times within the same page. + +By activating this plugin, your cover image will be inserted into your RSS feeds, making it will easier for external sites to retrieve images from your feeds. -By activating this plugin, your cover picture will be inserted into your RSS feeds. By doing so, you'll make it will easier for external sites to retrieve images from your feeds. +## TECHNICAL NOTES: -**Please ask for help or report bugs if anything goes wrong. It is the best way to make the community benefit!** +FEEDZY RSS Feeds supports any additional library and takes up minimal space in your cache/CSS to ensure high performance. This ensures compatibility with any hosting provider that supports WordPress, but if for any reason it doesn’t work for yours feel free to [contact us](http://themeisle.com/contact/). +**Please ask for help or report bugs if anything goes wrong. It is the best way to make the community benefit!** = Shortcode Parameters = @@ -144,6 +158,7 @@ Become a translator and send me your translation! [Contact-me](http://themeisle. + ### Is it responsive friendly? ### Yes it is. @@ -359,6 +374,15 @@ You have to check first if your feed is valid. Please test it here: https://vali = How to change feed items order = [https://docs.themeisle.com/article/864-how-to-change-feed-items-order](https://docs.themeisle.com/article/864-how-to-change-feed-items-order) + = How to use WordAI or SpinnerChief to Rephrase RSS content in Feedzy = + [https://docs.themeisle.com/article/746-how-to-use-wordai-or-spinnerchief-to-rephrase-rss-content-in-feedzy](https://docs.themeisle.com/article/746-how-to-use-wordai-or-spinnerchief-to-rephrase-rss-content-in-feedzy) + + = How to add affiliate referrals to feed URLs in Feedzy = + [https://docs.themeisle.com/article/715-how-to-add-affiliate-referrals-to-feed-urls-in-feedzy](https://docs.themeisle.com/article/715-how-to-add-affiliate-referrals-to-feed-urls-in-feedzy) + + = How price is displayed from the feed = + [https://docs.themeisle.com/article/923-how-price-is-displayed-from-the-feed](https://docs.themeisle.com/article/923-how-price-is-displayed-from-the-feed) + == Screenshots == 1. Simple example @@ -368,6 +392,13 @@ You have to check first if your feed is valid. Please test it here: https://vali ## Changelog ## +### 3.3.0 - 2018-08-21 ### + +* Improve readme plugin description. +* Improves compatibility with Gutenberg plugin. +* Improves image detection from feeds. + + ### 3.2.12 - 2018-08-16 ### * Fixed compatibility with the Gutenberg block diff --git a/dist/readme.txt b/dist/readme.txt index c15e7e63..8202bd32 100644 --- a/dist/readme.txt +++ b/dist/readme.txt @@ -1,50 +1,61 @@ === FEEDZY RSS Feeds Lite === Contributors: themeisle,codeinwp,hardeepasrani -Tags: RSS, SimplePie, shortcode, feed, thumbnail, image, rss feeds, aggregator, tinyMCE, WYSIWYG, MCE, UI, flux, plugin, WordPress, widget, importer, XML, ATOM, API, parser +Tags: RSS feed, autoblogging, autoblog, rss aggregator, feed to post Requires at least: 3.7 +Requires PHP: 5.3 Tested up to: 4.9 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html -FEEDZY RSS Feeds is a small & lightweight plugin. Fast and easy to use, it aggregates RSS feeds into your site with shortcodes & widgets. +FEEDZY RSS Feeds is an easy-to-use plugin giving you RSS aggregator and autoblogging functionality. Bring the best RSS feeds to your site. +## Description ## -== Description == +## RSS FEEDS WITH FEEDZY: AUTOBLOGGING MADE SIMPLE ## -FEEDZY RSS Feeds is a small and lightweight RSS aggregator plugin. Fast and very easy to use, it allows you to aggregate multiple RSS feeds into your WordPress site through fully customizable shortcodes & widgets. +Feedzy is an easy-to-install RSS aggregator WordPress plugin which lets you collate content from all over the internet onto your site. Add your RSS feeds, and then use shortcodes and RSS feeds to get your site running within minutes. -> **Time-saving features available in the FULL version:** -> -> * Integration with WordAI to avoid duplicate content -> * Audio playback template -> * Convert feed items to WordPress posts/pages/any -> * Multiple templates for feed items -> * Automatically build affiliate links -> * Parse price from product feeds -> * Blacklist specific keywords from feeds -> * Priority email support from the developer of the plugin -> * Support and updates for 12 months -> -> **[Learn more about Feedzy Full version]( https://themeisle.com/plugins/feedzy-rss-feeds/ )** +The plugin is easy to use, but we’ve got you covered on all the features you need, including responsive design, caching control, autoblogging (PRO), extra templates and custom post types (PRO) and a lot more. +## A FEW REASONS WHY YOU’LL LOVE FEEDZY RSS FEEDS LITE: ## -The plugin uses the SimplePie php CLASS natively included in WordPress. SimplePie is a RSS parser that can read the information contained in a feed, process it, and finally display it. +**1. Simple to install** +Install the plugin, add your RSS feeds, and then use shortcodes and widgets to display content on your site. Easy! -**Full cache control** -Choose right from the shortcode how often do you want your content from feeds to get updated. +**2. Pretty as a picture** +Create beautiful RSS feeds with images, from all your favorite sites (yes, including complex media from sites like YouTube). -**Feed Categories** -You can now group feeds into categories and reuse them across your content without worrying of their url. +**3. Responsive & intuitive** +No matter the platform, your content will be fully responsive across mobile and tablet. -FEEDZY RSS Feeds therefore supports any additional library and uses only the bare minimum to ensure good performance (minimalistic CSS + cache). This will ensure compatibility with any hosting provider that supports WordPress, but if for any reason it doesn't work for yours feel free to contact us. +**4. Caching control** +Choose right from the shortcode how often you want content from your RSS feeds to get updated. + +**5. Choose your categories** +Group your RSS feeds into categories, and reuse them across your content without worrying about their URL. + +**6. You’re in great company** +Join over 20,000 Feedzy users, and the half a million WordPress sites using ThemeIsle prodcuts :) - = See how Feedzy can integrate with your website = +> **UPGRADE TO THE FEEDZY PRO FOR THESE ADDED FEATURES:** +> +> * Integration with WordAI to avoid duplicate content +> * Automatically convert RSS feed items to WordPress pages & posts (feed to post) +> * Choice of templates to display content, including audio playback template +> * Automatically add your affiliate links to RSS feeds for business autoblogging +> * Parse and display pricing from product feeds +> * Control your feed: blacklist specific keywords +> * Unlimited support and updates from our team for the duration of your licence +> +> **[Learn more about Feedzy Pro]( https://themeisle.com/plugins/feedzy-rss-feeds/ )** + + ## See how Feedzy can integrate with your website * [Audio playback template](https://demo.themeisle.com/feedzy-rss-feeds/audio-feed-template/) * [Shop feed – 3 columns layout](https://demo.themeisle.com/feedzy-rss-feeds/shop-feed/) @@ -56,12 +67,15 @@ FEEDZY RSS Feeds therefore supports any additional library and uses only the bar * [Blog layout – 1 column layout](https://demo.themeisle.com/feedzy-rss-feeds/blog-layout/) -You may use this plugin in your widgets and your pages and reuse the shortcode + widget several times within the same page. +You can use this plugin in your widgets or pages, reusing the shortcode and widget several times within the same page. + +By activating this plugin, your cover image will be inserted into your RSS feeds, making it will easier for external sites to retrieve images from your feeds. -By activating this plugin, your cover picture will be inserted into your RSS feeds. By doing so, you'll make it will easier for external sites to retrieve images from your feeds. +## TECHNICAL NOTES: -**Please ask for help or report bugs if anything goes wrong. It is the best way to make the community benefit!** +FEEDZY RSS Feeds supports any additional library and takes up minimal space in your cache/CSS to ensure high performance. This ensures compatibility with any hosting provider that supports WordPress, but if for any reason it doesn’t work for yours feel free to [contact us](http://themeisle.com/contact/). +**Please ask for help or report bugs if anything goes wrong. It is the best way to make the community benefit!** = Shortcode Parameters = @@ -378,6 +392,13 @@ You have to check first if your feed is valid. Please test it here: https://vali == Changelog == += 3.3.0 - 2018-08-21 = + +* Improve readme plugin description. +* Improves compatibility with Gutenberg plugin. +* Improves image detection from feeds. + + = 3.2.12 - 2018-08-16 = * Fixed compatibility with the Gutenberg block diff --git a/dist/themeisle-hash.json b/dist/themeisle-hash.json index 01c206a9..28a5ba77 100644 --- a/dist/themeisle-hash.json +++ b/dist/themeisle-hash.json @@ -1 +1 @@ -{"feedzy-rss-feed.php":"d4154c9d6f31a01fb09022c57caa7c14","index.php":"71c0755260138a4b7b2182c3c61179f6","uninstall.php":"0ef18b49fd2c8fa27b1c1ee8fe679428","webpack.config.js":"e75f6dcbcad317c084d886958012687c"} \ No newline at end of file +{"feedzy-rss-feed.php":"297e83f0978a02bbe25803e846c7c45e","index.php":"71c0755260138a4b7b2182c3c61179f6","uninstall.php":"0ef18b49fd2c8fa27b1c1ee8fe679428"} \ No newline at end of file diff --git a/readme.md b/readme.md index fd57d7d0..456a0faa 100644 --- a/readme.md +++ b/readme.md @@ -1,50 +1,61 @@ # FEEDZY RSS Feeds Lite # **Contributors:** [themeisle](https://profiles.wordpress.org/themeisle), [codeinwp](https://profiles.wordpress.org/codeinwp), [hardeepasrani](https://profiles.wordpress.org/hardeepasrani) -**Tags:** RSS, SimplePie, shortcode, feed, thumbnail, image, rss feeds, aggregator, tinyMCE, WYSIWYG, MCE, UI, flux, plugin, WordPress, widget, importer, XML, ATOM, API, parser +**Tags:** RSS feed, autoblogging, autoblog, rss aggregator, feed to post **Requires at least:** 3.7 +**Requires PHP:** 5.3 **Tested up to:** 4.9 **Stable tag:** trunk **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html -FEEDZY RSS Feeds is a small & lightweight plugin. Fast and easy to use, it aggregates RSS feeds into your site with shortcodes & widgets. - +FEEDZY RSS Feeds is an easy-to-use plugin giving you RSS aggregator and autoblogging functionality. Bring the best RSS feeds to your site. ## Description ## -FEEDZY RSS Feeds is a small and lightweight RSS aggregator plugin. Fast and very easy to use, it allows you to aggregate multiple RSS feeds into your WordPress site through fully customizable shortcodes & widgets. +## RSS FEEDS WITH FEEDZY: AUTOBLOGGING MADE SIMPLE ## -> **Time-saving features available in the FULL version:** -> -> * Integration with WordAI to avoid duplicate content -> * Audio playback template -> * Convert feed items to WordPress posts/pages/any -> * Multiple templates for feed items -> * Automatically build affiliate links -> * Parse price from product feeds -> * Blacklist specific keywords from feeds -> * Priority email support from the developer of the plugin -> * Support and updates for 12 months -> -> **[Learn more about Feedzy Full version]( https://themeisle.com/plugins/feedzy-rss-feeds/ )** +Feedzy is an easy-to-install RSS aggregator WordPress plugin which lets you collate content from all over the internet onto your site. Add your RSS feeds, and then use shortcodes and RSS feeds to get your site running within minutes. + +The plugin is easy to use, but we’ve got you covered on all the features you need, including responsive design, caching control, autoblogging (PRO), extra templates and custom post types (PRO) and a lot more. +## A FEW REASONS WHY YOU’LL LOVE FEEDZY RSS FEEDS LITE: ## -The plugin uses the SimplePie php CLASS natively included in WordPress. SimplePie is a RSS parser that can read the information contained in a feed, process it, and finally display it. +**1. Simple to install** +Install the plugin, add your RSS feeds, and then use shortcodes and widgets to display content on your site. Easy! -**Full cache control** -Choose right from the shortcode how often do you want your content from feeds to get updated. +**2. Pretty as a picture** +Create beautiful RSS feeds with images, from all your favorite sites (yes, including complex media from sites like YouTube). -**Feed Categories** -You can now group feeds into categories and reuse them across your content without worrying of their url. +**3. Responsive & intuitive** +No matter the platform, your content will be fully responsive across mobile and tablet. -FEEDZY RSS Feeds therefore supports any additional library and uses only the bare minimum to ensure good performance (minimalistic CSS + cache). This will ensure compatibility with any hosting provider that supports WordPress, but if for any reason it doesn't work for yours feel free to contact us. +**4. Caching control** +Choose right from the shortcode how often you want content from your RSS feeds to get updated. + +**5. Choose your categories** +Group your RSS feeds into categories, and reuse them across your content without worrying about their URL. + +**6. You’re in great company** +Join over 20,000 Feedzy users, and the half a million WordPress sites using ThemeIsle prodcuts :) - = See how Feedzy can integrate with your website = +> **UPGRADE TO THE FEEDZY PRO FOR THESE ADDED FEATURES:** +> +> * Integration with WordAI to avoid duplicate content +> * Automatically convert RSS feed items to WordPress pages & posts (feed to post) +> * Choice of templates to display content, including audio playback template +> * Automatically add your affiliate links to RSS feeds for business autoblogging +> * Parse and display pricing from product feeds +> * Control your feed: blacklist specific keywords +> * Unlimited support and updates from our team for the duration of your licence +> +> **[Learn more about Feedzy Pro]( https://themeisle.com/plugins/feedzy-rss-feeds/ )** + + ## See how Feedzy can integrate with your website * [Audio playback template](https://demo.themeisle.com/feedzy-rss-feeds/audio-feed-template/) * [Shop feed – 3 columns layout](https://demo.themeisle.com/feedzy-rss-feeds/shop-feed/) @@ -56,12 +67,15 @@ FEEDZY RSS Feeds therefore supports any additional library and uses only the bar * [Blog layout – 1 column layout](https://demo.themeisle.com/feedzy-rss-feeds/blog-layout/) -You may use this plugin in your widgets and your pages and reuse the shortcode + widget several times within the same page. +You can use this plugin in your widgets or pages, reusing the shortcode and widget several times within the same page. + +By activating this plugin, your cover image will be inserted into your RSS feeds, making it will easier for external sites to retrieve images from your feeds. -By activating this plugin, your cover picture will be inserted into your RSS feeds. By doing so, you'll make it will easier for external sites to retrieve images from your feeds. +## TECHNICAL NOTES: -**Please ask for help or report bugs if anything goes wrong. It is the best way to make the community benefit!** +FEEDZY RSS Feeds supports any additional library and takes up minimal space in your cache/CSS to ensure high performance. This ensures compatibility with any hosting provider that supports WordPress, but if for any reason it doesn’t work for yours feel free to [contact us](http://themeisle.com/contact/). +**Please ask for help or report bugs if anything goes wrong. It is the best way to make the community benefit!** = Shortcode Parameters = @@ -144,6 +158,7 @@ Become a translator and send me your translation! [Contact-me](http://themeisle. + ### Is it responsive friendly? ### Yes it is. @@ -359,6 +374,15 @@ You have to check first if your feed is valid. Please test it here: https://vali = How to change feed items order = [https://docs.themeisle.com/article/864-how-to-change-feed-items-order](https://docs.themeisle.com/article/864-how-to-change-feed-items-order) + = How to use WordAI or SpinnerChief to Rephrase RSS content in Feedzy = + [https://docs.themeisle.com/article/746-how-to-use-wordai-or-spinnerchief-to-rephrase-rss-content-in-feedzy](https://docs.themeisle.com/article/746-how-to-use-wordai-or-spinnerchief-to-rephrase-rss-content-in-feedzy) + + = How to add affiliate referrals to feed URLs in Feedzy = + [https://docs.themeisle.com/article/715-how-to-add-affiliate-referrals-to-feed-urls-in-feedzy](https://docs.themeisle.com/article/715-how-to-add-affiliate-referrals-to-feed-urls-in-feedzy) + + = How price is displayed from the feed = + [https://docs.themeisle.com/article/923-how-price-is-displayed-from-the-feed](https://docs.themeisle.com/article/923-how-price-is-displayed-from-the-feed) + == Screenshots == 1. Simple example @@ -368,6 +392,13 @@ You have to check first if your feed is valid. Please test it here: https://vali ## Changelog ## +### 3.3.0 - 2018-08-21 ### + +* Improve readme plugin description. +* Improves compatibility with Gutenberg plugin. +* Improves image detection from feeds. + + ### 3.2.12 - 2018-08-16 ### * Fixed compatibility with the Gutenberg block diff --git a/readme.txt b/readme.txt index 886f213b..8202bd32 100644 --- a/readme.txt +++ b/readme.txt @@ -392,6 +392,13 @@ You have to check first if your feed is valid. Please test it here: https://vali == Changelog == += 3.3.0 - 2018-08-21 = + +* Improve readme plugin description. +* Improves compatibility with Gutenberg plugin. +* Improves image detection from feeds. + + = 3.2.12 - 2018-08-16 = * Fixed compatibility with the Gutenberg block diff --git a/themeisle-hash.json b/themeisle-hash.json index e69de29b..28a5ba77 100644 --- a/themeisle-hash.json +++ b/themeisle-hash.json @@ -0,0 +1 @@ +{"feedzy-rss-feed.php":"297e83f0978a02bbe25803e846c7c45e","index.php":"71c0755260138a4b7b2182c3c61179f6","uninstall.php":"0ef18b49fd2c8fa27b1c1ee8fe679428"} \ No newline at end of file