Skip to content

Commit

Permalink
[AUTO][skip ci] Updating changelog for v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
selul committed Aug 21, 2018
1 parent 088ee80 commit e576b59
Show file tree
Hide file tree
Showing 13 changed files with 192 additions and 89 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions dist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion dist/css/feedzy-rss-feeds.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dist/feedzy-rss-feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down
2 changes: 1 addition & 1 deletion dist/includes/abstract/feedzy-rss-feeds-admin-abstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'], '/' );

Expand Down
2 changes: 1 addition & 1 deletion dist/includes/feedzy-rss-feeds.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
6 changes: 3 additions & 3 deletions dist/includes/gutenberg/feedzy-rss-feeds-gutenberg-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -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 );
}

/**
Expand Down
85 changes: 58 additions & 27 deletions dist/readme.md
Original file line number Diff line number Diff line change
@@ -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 <a href="http://themeisle.com/contact/" rel="nofollow">contact us</a>.
**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/)
Expand All @@ -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 =

Expand Down Expand Up @@ -144,6 +158,7 @@ Become a translator and send me your translation! [Contact-me](http://themeisle.




### Is it responsive friendly? ###

Yes it is.
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
75 changes: 48 additions & 27 deletions dist/readme.txt
Original file line number Diff line number Diff line change
@@ -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 <a href="http://themeisle.com/contact/" rel="nofollow">contact us</a>.
**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/)
Expand All @@ -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 =

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dist/themeisle-hash.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"feedzy-rss-feed.php":"d4154c9d6f31a01fb09022c57caa7c14","index.php":"71c0755260138a4b7b2182c3c61179f6","uninstall.php":"0ef18b49fd2c8fa27b1c1ee8fe679428","webpack.config.js":"e75f6dcbcad317c084d886958012687c"}
{"feedzy-rss-feed.php":"297e83f0978a02bbe25803e846c7c45e","index.php":"71c0755260138a4b7b2182c3c61179f6","uninstall.php":"0ef18b49fd2c8fa27b1c1ee8fe679428"}
Loading

0 comments on commit e576b59

Please sign in to comment.