=== Plugin Name ===
Contributors: Gonahkar
Donate link: http://gonahkar.com/
Tags: custom field, custom fields, rss, feed
Requires at least: 2.5
Tested up to: 3.0.1
Stable tag: 0.1

This plugin adds post custom fields in rss feed.

== Description ==

this plugin adds post custom fields in rss feed like this:

`<item>
...
<customfields>
<key1>value1</key1>
<key2>value2</key2>
...
</customfields>
...
</item>`

== Installation ==

1. Upload `custom-fields-in-rss` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Done!