<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ReciPress</title>
	<atom:link href="http://recipress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://recipress.com</link>
	<description>A Premium Recipe Plugin for WordPress</description>
	<lastBuildDate>Thu, 02 May 2013 10:54:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Urgent Fix, Please upgrade to 1.9.6</title>
		<link>http://recipress.com/version-updates/urgent-fix-please-upgrade-to-1-9-6/</link>
		<comments>http://recipress.com/version-updates/urgent-fix-please-upgrade-to-1-9-6/#comments</comments>
		<pubDate>Fri, 08 Feb 2013 15:43:49 +0000</pubDate>
		<dc:creator>Tammy Hart</dc:creator>
				<category><![CDATA[Version Updates]]></category>

		<guid isPermaLink="false">http://recipress.com/?p=929</guid>
		<description><![CDATA[Yoou may have noticed with version 1.9.5 that I changed the way ingredients are selected. Now instead of typing in and hoping the type/search tool works, we&#8217;re using a chosen select which lets you search for an item or select from your existing list. It works a lot smoother and is easier to maintain. However, [...]]]></description>
				<content:encoded><![CDATA[<p>Yoou may have noticed with version 1.9.5 that I changed the way ingredients are selected. Now instead of typing in and hoping the type/search tool works, we&#8217;re using a chosen select which lets you search for an item or select from your existing list. It works a lot smoother and is easier to maintain.</p>
<p>However, it also wasn&#8217;t finding existing ingredients correctly and if you upgraded and then logged in to view a post with a recipe, it probably looked like all your ingredients were lost. Don&#8217;t fret, they are still there, just don&#8217;t resave the post as you see it or they will be lost for that post. The problem has now been fixed, so please upgrade to version 2.9.6 and if you ahven&#8217;t already upgraded from previous versions, you should feel safe that this problem won&#8217;t effect you if you go straight to version 2.9.6.</p>
<p>Many thanks to user <a href="http://recipress.com/support/users/peterricci/">Peter Ricci</a> for finding this error and reporting it to me so that we could get it all fixed up! If you notice any other quirks surrounding this, please comment here or post in the <a href="http://recipress.com/support/">support forums</a>.</p>
<p>Enjoy!</p>
<p><strong>UPDATE:</strong> Due to the amount of bug reports coming in, I&#8217;ve rolled the stable version number back to 1.9.4. I will be getting things sorted out as soon as I can, but have had a death in the family consuming my attention right now instead. Thanks for your help and patience during this time. &#8211; TH, 2/9/13</p>
]]></content:encoded>
			<wfw:commentRss>http://recipress.com/version-updates/urgent-fix-please-upgrade-to-1-9-6/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>NOW uses the new WordPress 3.5 media uploader for images!</title>
		<link>http://recipress.com/version-updates/now-uses-the-new-wordpress-3-5-media-uploader-for-images/</link>
		<comments>http://recipress.com/version-updates/now-uses-the-new-wordpress-3-5-media-uploader-for-images/#comments</comments>
		<pubDate>Thu, 07 Feb 2013 08:41:46 +0000</pubDate>
		<dc:creator>Tammy Hart</dc:creator>
				<category><![CDATA[Version Updates]]></category>

		<guid isPermaLink="false">http://recipress.com/?p=923</guid>
		<description><![CDATA[I&#8217;ve just sent up version 1.9.5 which includes a boat load of fixes and updates. One of the most exciting from a user&#8217;s standpoint is the support of WordPress&#8217; new media manager for uploading image. This is sure to give you a better experience, especially for those of you that may have had trouble with [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve just sent up version 1.9.5 which includes a boat load of fixes and updates. One of the most exciting from a user&#8217;s standpoint is the support of WordPress&#8217; new media manager for uploading image. This is sure to give you a better experience, especially for those of you that may have had trouble with uploading images in the past.</p>
<p>Another cool new feature from a developer&#8217;s point of view is the improved field output function which is now being used by the recipe meta box and the options page. Everything is output in a neat, orderly fashion and sanitized before it is saved. Yay for clean code!</p>
<p>Here&#8217;s a full breakdown of fixes and updates:</p>
<ul>
<li>fixed a few missing text strings for localization</li>
<li>major code cleanup for things like whitespace</li>
<li>adding php docs for major functions</li>
<li>changed the ingredients selection to &#8220;chosen&#8221; select box</li>
<li>improved checks and balances by creating settings defaults function</li>
<li>depcrecated recipress_post_type() in favor of recipress_options( &#8216;post_type&#8217; )</li>
<li>depcrecated recipress_use_taxonomies() in favor of recipress_options( &#8216;taxonomies&#8217; )</li>
<li>deprecated recipress_theme() in favor of recipress_options( &#8216;theme&#8217; )</li>
<li>added option to &#8220;unlink&#8221; ingredients</li>
<li>changed recipress_time() to accept iso format as boolean</li>
<li>updated icon.css for 3.5</li>
<li>improved repeatable fields by creating empty array, rather than repeating code</li>
<li>added functions for properly sanitizing options and meta</li>
<li>moved html output for options and meta box fields into it&#8217;s own, cleaner, easier to use function</li>
<li>removed use of Google font in admin areas</li>
<li>fixed recent recipes widget to support custom post type</li>
<li>changed media uploader from old thickbox method to new media manager (3.5 now required)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://recipress.com/version-updates/now-uses-the-new-wordpress-3-5-media-uploader-for-images/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>An Overdue Update</title>
		<link>http://recipress.com/general-news/an-overdue-update/</link>
		<comments>http://recipress.com/general-news/an-overdue-update/#comments</comments>
		<pubDate>Mon, 04 Feb 2013 23:36:47 +0000</pubDate>
		<dc:creator>Tammy Hart</dc:creator>
				<category><![CDATA[General News]]></category>

		<guid isPermaLink="false">http://recipress.com/?p=916</guid>
		<description><![CDATA[I just wanted to pop in and let everyone know that I am still paying attention. I have been working on a much needed code audit of the ReciPress plugin that should improve performance, continue to make it easier to extend, and fix several bugs. I hope to have this releasable in the next week [...]]]></description>
				<content:encoded><![CDATA[<p>I just wanted to pop in and let everyone know that I am still paying attention. I have been working on a much needed code audit of the ReciPress plugin that should improve performance, continue to make it easier to extend, and fix several bugs. I hope to have this releasable in the next week or so. Along with that, I&#8217;ll be going through the blog and catching up with support requests.</p>
<p>The pro add-ons are still on the roadmap and 10up (the company I work  for) will be taking over the oversight of the development of these. We should have more updates in regards to actual plans for this coming in the second quarter and hope to officially ramp up development. Thanks for holding on; we promise you won&#8217;t regret it!</p>
]]></content:encoded>
			<wfw:commentRss>http://recipress.com/general-news/an-overdue-update/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>An Update on Pro and Other Developments</title>
		<link>http://recipress.com/general-news/an-update-on-pro-and-other-developments/</link>
		<comments>http://recipress.com/general-news/an-update-on-pro-and-other-developments/#comments</comments>
		<pubDate>Sun, 14 Oct 2012 15:29:53 +0000</pubDate>
		<dc:creator>Tammy Hart</dc:creator>
				<category><![CDATA[General News]]></category>

		<guid isPermaLink="false">http://recipress.com/?p=847</guid>
		<description><![CDATA[Jumping right in, and first things first: Pro is still coming. But instead of wrapping multiple features into one big plugin, I&#8217;m going to offer each extra feature as an individual add-on. This way, you can customize your ReciPress experience instead of paying a lump sum for features you may or may not use. You [...]]]></description>
				<content:encoded><![CDATA[<p>Jumping right in, and first things first: Pro is still coming. But instead of wrapping multiple features into one big plugin, I&#8217;m going to offer each extra feature as an individual add-on. This way, you can customize your ReciPress experience instead of paying a lump sum for features you may or may not use. You can see living examples of this model with other free plugins such as WooTheme&#8217;s <a href="http://woocommerce.com">WooCommerce</a>, and Pippin&#8217;s Plugins&#8217; <a href="http://easydigitaldownloads.com">Easy Digital Downloads</a>. Add-ons will range in price from $10-$50 depending on what the offer in value and functionality and upgrading will have the same automation built in that your other WordPress plugins do.</p>
<h2>Why has &#8220;soon&#8221; taken so long?</h2>
<p>I&#8217;ve said before on the blog that it has been difficult to keep up with the development because I&#8217;m working on this alone. Add that to the personal struggles I&#8217;ve experienced this year (sickness, hospitalization, job loss, etc.), and you&#8217;ve got yourself a delayed plugin. Thankfully, I&#8217;m now employed by not just another web company, but a team of WordPress experts that specialize in premium WordPress engineering, <a href="http://10up.com">10up</a>. We&#8217;re going to wrap ReciPress into company oversight which means I&#8217;ll have backup and help with future development.</p>
<p>I still don&#8217;t want to promise any dates quite yet, but I am working on a major cleanup of the core plugin and do feel confident that the first two add-ons (print and advanced search), will be available sometime in the next few weeks. I can&#8217;t wait to share these with you and as always appreciate you&#8217;re ongoing support and patience.</p>
]]></content:encoded>
			<wfw:commentRss>http://recipress.com/general-news/an-update-on-pro-and-other-developments/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>New Feature in 1.9.4: Change the post type</title>
		<link>http://recipress.com/version-updates/new-feature-in-1-9-4-change-the-post-type/</link>
		<comments>http://recipress.com/version-updates/new-feature-in-1-9-4-change-the-post-type/#comments</comments>
		<pubDate>Wed, 27 Jun 2012 20:37:26 +0000</pubDate>
		<dc:creator>Tammy Hart</dc:creator>
				<category><![CDATA[Version Updates]]></category>

		<guid isPermaLink="false">http://recipress.com/?p=753</guid>
		<description><![CDATA[Version 1.9.4 has just been release and with it comes a simple, but long awaited feature &#8211; the ability to change the post type. If you&#8217;ve been hacking your own way to change the recipes to post on a different post type, causing problems every time a new update comes out, now you can simply [...]]]></description>
				<content:encoded><![CDATA[<p>Version 1.9.4 has just been release and with it comes a simple, but long awaited feature &#8211; the ability to change the post type. If you&#8217;ve been hacking your own way to change the recipes to post on a different post type, causing problems every time a new update comes out, now you can simply set the post type on the ReciPress options page.</p>
<p>Another new feature with this release is the ability to add other time to the ready to time calculation. Several users had pointed out that the ready time wasn&#8217;t always a simple calculation of prep +  cook. Now you can add any extra time that the recipe calls for into the &#8220;other time&#8221; field and the ready time will calculate accordingly.</p>
<h2>The Changelog</h2>
<ul>
<li>changed &#8220;Upload Image&#8221; to a more suitable &#8220;Add Image&#8221;</li>
<li>made options and meta box field behave more similarly</li>
<li>added option to change post types</li>
<li>added an &#8220;other time&#8221; input for proper &#8220;ready time&#8221; calculation.</li>
<li>fixed Quick Edit error of removing hasRecipe</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://recipress.com/version-updates/new-feature-in-1-9-4-change-the-post-type/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>A Call for Beta Testers &amp; Other Help</title>
		<link>http://recipress.com/general-news/a-call-for-beta-testers-other-help/</link>
		<comments>http://recipress.com/general-news/a-call-for-beta-testers-other-help/#comments</comments>
		<pubDate>Thu, 31 May 2012 17:37:06 +0000</pubDate>
		<dc:creator>Tammy Hart</dc:creator>
				<category><![CDATA[General News]]></category>

		<guid isPermaLink="false">http://recipress.com/?p=548</guid>
		<description><![CDATA[Finally, the news you&#8217;ve been waiting for. ReciPress Pro is ready for testing! I&#8217;ve given it my once over, but I need your help grinding it down and picking out any bugs that may be left. The last thing i want to do is put something out for sale, take your money, and then get [...]]]></description>
				<content:encoded><![CDATA[<p>Finally, the news you&#8217;ve been waiting for. ReciPress Pro is ready for testing! I&#8217;ve given it my once over, but I need your help grinding it down and picking out any bugs that may be left. The last thing i want to do is put something out for sale, take your money, and then get flooded with, &#8220;What&#8217;s the deal? It&#8217;s broken!&#8221; support requests, and I know you don&#8217;t want to face that either.</p>
<p>So here&#8217;s the deal, I&#8217;m going to select 5 varied beta testers based on my criteria of what I&#8217;m looking for, and those 5 users will gain access to a hidden forum so that we can discuss bugs and issues. Those lucky 5 will also get a lifetime ReciPress license absolutely free when it hits the shelves! Applications will run between now and Friday.</p>
<h2>Submit to be a Beta Tester</h2>
<p>All Beta Testers have been chosen and testing is under way!</p>
<h2>Other Help</h2>
<p>If you&#8217;re not selected to be a beta tester or if you&#8217;d just like to help monetarily, I am now taking donations to kickstart the Recipress marketplace. I need a little financial help to get the store up and running as <a title="ReciPress Pro: Good News &amp; Bad News" href="http://recipress.com/general-news/recipress-pro-good-news-bad-news/">I mentioned before in a previous post</a>. <strong>All users that give a donation will receive an equal amount in store credit.</strong></p>

                <div class='gf_browser_unknown gform_wrapper' id='gform_wrapper_4' ><a id='gf_4' name='gf_4' class='gform_anchor' ></a><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_4' id='gform_4'  action='/feed/#gf_4'>
                        <div class='gform_heading'>
                            <h3 class='gform_title'>Donations</h3>
                            <span class='gform_description'>This form will redirect you to Paypal to complete your contribution.</span>
                        </div>
                        <div class='gform_body'>
                            <ul id='gform_fields_4' class='gform_fields left_label description_below'><li id='field_4_2' class='gfield               gfield_contains_required' ><label class='gfield_label' for='input_4_2'>Name<span class='gfield_required'>*</span></label><div class='ginput_container'><input name='input_2' id='input_4_2' type='text' value='' class='medium' tabindex='1' /></div></li><li id='field_4_3' class='gfield               gfield_contains_required' ><label class='gfield_label' for='input_4_3'>Email<span class='gfield_required'>*</span></label><div class='ginput_container'><input name='input_3' id='input_4_3' type='text' value='' class='medium'  tabindex='2'   /></div></li><li id='field_4_4' class='gfield' ><label class='gfield_label' for='input_4_4'>ReciPress.com Username</label><div class='ginput_container'><input name='input_4' id='input_4_4' type='text' value='' class='medium'  tabindex='3'   /></div></li><li id='field_4_1' class='gfield           gfield_price gfield_price_4_1 gfield_product_4_1    gfield_contains_required' ><label class='gfield_label' for='input_4_1'>ReciPress Donation<span class='gfield_required'>*</span></label><div class='ginput_container'><input name='input_1' id='input_4_1' type='text' value='' class='medium ginput_amount' tabindex='4'  /></div></li><li id='field_4_5' class='gfield     gform_hidden' ><input name='input_5' id='input_4_5' type='hidden' class='gform_hidden' value='A Call for Beta Testers &amp; Other Help' /></li>
                            </ul></div>
        <div class='gform_footer left_label'> <input type='submit' id='gform_submit_button_4' class='button gform_button' value='Submit' tabindex='5' /><input type='hidden' name='gform_ajax' value='form_id=4&amp;title=1&amp;description=1' />
            <input type='hidden' class='gform_hidden' name='is_submit_4' value='1' />
            <input type='hidden' class='gform_hidden' name='gform_submit' value='4' />
            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='519c4a537f114' />
            <input type='hidden' class='gform_hidden' name='state_4' value='YToyOntpOjA7czo2OiJhOjA6e30iO2k6MTtzOjMyOiI2MzBlZjdmOTVhMDM0MjZkZDQ2NDFjOTQzMTFiOTAyZCI7fQ==' />
            <input type='hidden' class='gform_hidden' name='gform_target_page_number_4' id='gform_target_page_number_4' value='0' />
            <input type='hidden' class='gform_hidden' name='gform_source_page_number_4' id='gform_source_page_number_4' value='1' />
            <input type='hidden' name='gform_field_values' value='' />
            
        </div>
                </form>
                </div>
                <iframe style='display:none;width:0px; height:0px;' src='about:blank' name='gform_ajax_frame_4' id='gform_ajax_frame_4'></iframe>
                <script type='text/javascript'>function gformInitSpinner_4(){jQuery('#gform_4').submit(function(){if(jQuery('#gform_ajax_spinner_4').length == 0){jQuery('#gform_submit_button_4').attr('disabled', true).after('<' + 'img id="gform_ajax_spinner_4"  class="gform_ajax_spinner" src="http://recipress.com/wp-content/plugins/gravityforms/images/spinner.gif" alt="" />');jQuery('#gform_wrapper_4 .gform_previous_button').attr('disabled', true); jQuery('#gform_wrapper_4 .gform_next_button, #gform_wrapper_4 .gform_image_button').attr('disabled', true).after('<' + 'img id="gform_ajax_spinner_4"  class="gform_ajax_spinner" src="http://recipress.com/wp-content/plugins/gravityforms/images/spinner.gif" alt="" />');}} );}jQuery(document).ready(function($){gformInitSpinner_4();jQuery('#gform_ajax_frame_4').load( function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_4');var is_redirect = contents.indexOf('gformRedirect(){') >= 0;jQuery('#gform_submit_button_4').removeAttr('disabled');var is_form = !(form_content.length <= 0 || is_redirect);if(is_form){jQuery('#gform_wrapper_4').html(form_content.html());jQuery(document).scrollTop(jQuery('#gform_wrapper_4').offset().top);if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_4').val();gformInitSpinner_4();jQuery(document).trigger('gform_page_loaded', [4, current_page]);}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('#gforms_confirmation_message').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_4').replaceWith('<' + 'div id=\'gforms_confirmation_message\' class=\'gform_confirmation_message_4\'' + '>' + confirmation_content + '<' + '/div' + '>');jQuery(document).scrollTop(jQuery('#gforms_confirmation_message').offset().top);jQuery(document).trigger('gform_confirmation_loaded', [4]);}, 50);}else{jQuery('#gform_4').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger('gform_post_render', [4, current_page]);} );} );</script><script type='text/javascript'> if(typeof gf_global == 'undefined') var gf_global = {gf_currency_config: {"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2} };jQuery(document).bind('gform_post_render', function(event, formId, currentPage){if(formId == 4) {if(window["gformInitPriceFields"]) jQuery(document).ready(function(){gformInitPriceFields();} );} } );jQuery(document).bind('gform_post_conditional_logic', function(event, formId, fields, isInit){} );</script><script type='text/javascript'> jQuery(document).ready(function(){jQuery(document).trigger('gform_post_render', [4, 1]) } ); </script>
<p>I have the best users a developer could ask for. Thanks so much for your help. Let&#8217;s get this show on the road!</p>
]]></content:encoded>
			<wfw:commentRss>http://recipress.com/general-news/a-call-for-beta-testers-other-help/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>ReciPress is Ready for Pro: 1.9.3</title>
		<link>http://recipress.com/version-updates/recipress-is-ready-for-pro-1-9-3/</link>
		<comments>http://recipress.com/version-updates/recipress-is-ready-for-pro-1-9-3/#comments</comments>
		<pubDate>Thu, 31 May 2012 08:46:59 +0000</pubDate>
		<dc:creator>Tammy Hart</dc:creator>
				<category><![CDATA[Version Updates]]></category>

		<guid isPermaLink="false">http://recipress.com/?p=567</guid>
		<description><![CDATA[It&#8217;s only been twelve days since the last update, and there weren&#8217;t any major bugs to fix, but this update brings major changes to how the back end is handled in preparation for ReciPress Pro. The Changelog Added functions to add and remove items from arrays Cleaned up recipress_fields array and changed the way items are added [...]]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s only been twelve days since the last update, and there weren&#8217;t any major bugs to fix, but this update brings major changes to how the back end is handled in preparation for ReciPress Pro.</p>
<h2>The Changelog</h2>
<ul>
<li>Added functions to add and remove items from arrays</li>
<li>Cleaned up recipress_fields array and changed the way items are added</li>
<li>Cleaned up recipress_options_fields array and changed the way items are added</li>
<li>Converted the output into a filterable array</li>
<li>Added default to recipress_recipe</li>
</ul>
<p>If you&#8217;ve been muddling around with making changes to the way the recipe is outputted, options, or the meta box, this update will put a double rainbow in your sky.</p>
<h2>Filterables</h2>
<p>The functions <code>recipress_options_fields()</code>, <code>recipress_fields()</code>, and <code>the_recipe()</code> are now filterable and each item is it&#8217;s own array value with a unique key. Plus, there&#8217;s a couple of built in funcitons that will let you add and remove array items. This will let you filter the function to add items in specific places, change items, and even remove them altogether. Here are a few examples:</p>
<h3>Add an Allergy Information Textarea to the Meta Box After the Instructions Input</h3>
<pre>add_filter('recipress_fields', 'recipress_insert_allergies');
function recipress_insert_allergies($meta_fields) {
	$allergies = array(
		'allergies' =&gt; array(
			'name'	=&gt; __('Allergy Information', 'recipress'),
			'desc'	=&gt; __('Describe any allergy information about this recipe.', 'recipress'),
			'id'	=&gt; 'allergies',
			'type'	=&gt; 'textarea'
		)
	);

	return recipress_array_insert($meta_fields, 'instructions', $allergies);
}</pre>
<h3>Add the Allergy Information to the Recipe Output After the Instructions</h3>
<pre>add_filter('the_recipe', 'recipress_allergies');
function recipress_allergies($recipe) {
	$allergies = array(
		'allergies' =&gt; '&lt;p&gt;&lt;small&gt;'.recipress_recipe('allergies').'&lt;/small&gt;&lt;/p&gt;'
	);

	if (recipress_recipe('allergies'))
		return recipress_array_insert($recipe, 'instructions', $allergies);
	else
		return $recipe;
}</pre>
<p>To find out more about these new functions, see the <a href="http://recipress.com/docs/other-functions/filterables/">documentation on Filterables</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://recipress.com/version-updates/recipress-is-ready-for-pro-1-9-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Version 1.9.2 is Now Available</title>
		<link>http://recipress.com/version-updates/version-1-9-2-is-now-available/</link>
		<comments>http://recipress.com/version-updates/version-1-9-2-is-now-available/#comments</comments>
		<pubDate>Sat, 19 May 2012 08:23:16 +0000</pubDate>
		<dc:creator>Tammy Hart</dc:creator>
				<category><![CDATA[Version Updates]]></category>

		<guid isPermaLink="false">http://recipress.com/?p=519</guid>
		<description><![CDATA[This version addresses a few small bugs and couple features as well. It also includes five new languages! These language files are donated by plugin users and are thus not supported by me. If you notice any errors, please let us know in the support forums and we&#8217;ll try to get it fixed. 1.9.2 Changelog fixed error [...]]]></description>
				<content:encoded><![CDATA[<p>This version addresses a few small bugs and couple features as well.</p>
<p>It also includes five new languages! These language files are donated by plugin users and are thus not supported by me. If you notice any errors, please let us know in the support forums and we&#8217;ll try to get it fixed.</p>
<h2>1.9.2 Changelog</h2>
<ul>
<li>fixed error for adding widgets after ReciPress taxononmy widgets</li>
<li>fixed Quick Edit error of removing hasRecipe</li>
<li>fixed recipress_recent count</li>
<li>made the_recipe() filterable</li>
<li>removed all HTML from recipress_recipe</li>
<li>added shortcode [recipress_recent]</li>
<li>updated English language file</li>
<li>added new translations: French, Japanese, Slovenian, Hungarian, &amp; Italian</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://recipress.com/version-updates/version-1-9-2-is-now-available/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>ReciPress Pro: Good News &amp; Bad News</title>
		<link>http://recipress.com/general-news/recipress-pro-good-news-bad-news/</link>
		<comments>http://recipress.com/general-news/recipress-pro-good-news-bad-news/#comments</comments>
		<pubDate>Sat, 19 May 2012 04:43:48 +0000</pubDate>
		<dc:creator>Tammy Hart</dc:creator>
				<category><![CDATA[General News]]></category>

		<guid isPermaLink="false">http://recipress.com/?p=516</guid>
		<description><![CDATA[Wow, I have been completely overwhelmed by the demand for this plugin. Many of you have contacted me directly for an update and I haven&#8217;t been able to keep up with it all. Please know that I am sincerely disappointed in my progress on this so far. So much so that I&#8217;ve worked out a [...]]]></description>
				<content:encoded><![CDATA[<p>Wow, I have been completely overwhelmed by the demand for this plugin. Many of you have contacted me directly for an update and I haven&#8217;t been able to keep up with it all. Please know that I am sincerely disappointed in my progress on this so far. So much so that I&#8217;ve worked out a deal with my day job so that I can give you the attention you and this project deserve.</p>
<h2>The Bad News</h2>
<p>So the plugin is no where near ready for the public, not even for testing.  I haven&#8217;t had the time to develop it and I&#8217;m so far behind schedule it&#8217;s time to wipe that one off the board and start a new one.</p>
<h2>The Good News</h2>
<p>I&#8217;m now working a 4 day work week and using Fridays to work on my own projects and ReciPress is at the top of my list!  I want to start getting the most requested features out and then continue to introduce more features as we go along. Some features are more niche and will be released as add-on&#8217;s rather than in the core plugin itself.</p>
<p>Besides time, money has also been a barrier. There will be an up front cost for me to get this thing out to you in a way that will be future proof and simple to manage from both ends. My plan is that once the plugin is close enough to being ready to be sold, I&#8217;ll allow you to pre-purchase your license at a discount. The proceeds will be used to finance the plugins and the eCommerce setup, etc. Please give me feedback on that idea in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://recipress.com/general-news/recipress-pro-good-news-bad-news/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Support Forums Are Up!</title>
		<link>http://recipress.com/general-news/support-forums-are-up/</link>
		<comments>http://recipress.com/general-news/support-forums-are-up/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 10:44:17 +0000</pubDate>
		<dc:creator>Tammy Hart</dc:creator>
				<category><![CDATA[General News]]></category>

		<guid isPermaLink="false">http://recipress.com/?p=366</guid>
		<description><![CDATA[After much frustration and a killer headache, I finally ditched WordPress Multisite for an easy fix for the support forum registration errors we were experiencing. If you&#8217;ve already registered once, your login should work and you can go right to using the forums. I&#8217;ve also moved the mailing list from Feedburner to MailChimp to make [...]]]></description>
				<content:encoded><![CDATA[<p>After much frustration and a killer headache, I finally ditched WordPress Multisite for an easy fix for the support forum registration errors we were experiencing. If you&#8217;ve already registered once, your login should work and you can go right to using the forums.</p>
<p>I&#8217;ve also moved the mailing list from Feedburner to MailChimp to make it easy to send you pretty news updates. If you&#8217;re a registered user, you probably got an opt-in notification for this. If you don&#8217;t wish to receive updates to your email, simply ignore the opt in or unsubscribe.</p>
<p>Lastly, I&#8217;ve beefed up the footer area a bit to offer an easy way to subscribe and a quick glance at what&#8217;s going on in the news blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://recipress.com/general-news/support-forums-are-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
