=== Dashboard Custom Feed ===
Contributors: enshrined
Donate link: http://enshrined.co.uk/
Tags: Dashboard, Feed, Custom
Requires at least: 3.8.1
Tested up to: 3.9.1
Stable tag: 1.1.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Retrieves a custom news feed and displays it in a widget on the admin dashboard

== Description ==

This plugin will allow you to specify a custom news feed to display in widget on the admin dashboard. This works in unison with the [`Dashboard Custom Feed Admin`](https://wordpress.org/plugins/dashboard-custom-feed-admin/) plugin which creates the feed.

This is mainly useful for notifying all your clients of something through their wordpress dashboard, whether that be a link to a new blog you've written or a notification asking everyone to upgrade their versions of wordpress. It's really up to you what you show in there.

== Installation ==


1. Upload `/Dashboard-Custom-Feed/` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Go to `Settings > DCF Settings` and enter the URL of the feed

== Frequently Asked Questions ==


== Screenshots ==

1. The settings screen. Point this at your worpdress installation with the admin plugin

2. The dashboard widget


== Changelog ==

= 1.1.1 =
* Added another fallback for getting stream

= 1.1 =
* Fix error if Curl isn't installed

= 1.0 =
* Initial Release

== Upgrade Notice ==

= 1.1.1 =
* This adds another fallback if the plugin fails to get the stream

= 1.1 =
* This will fix any errors that may occur from Curl not being installed on the server