See changes since Version 1.3.1
Notice: Any version prior to Version 2.0 is no longer supported.
Version 1.3.1 – August 30th, 2010
- Fixed issues with settings pages not following actual settings.
- Fixed issues with widgets showing errors under some circumstances.
- Fixed settings page so same tab is active after save.
- Fixed the conversion page so that it works again.
- Fixed the taxonomy links to work with sub-folder installs.
- Updated code to work on PHP4 and PHP5.
- Added code to hide the nutritional information if not entered.
- Minor changes to template files for SEO.
- Added option to require login for submit form, or get name and email for the submitter.
Version 1.3 – August 27th, 2010
- Fixed many instances of WP errors that were suppresed in live mode.
- Fixed issue with invalid arguments related to custom taxonomies.
- Fixed the broken “recipe options” link.
- Added wp_enqueue_style for styles.
- Added wp_enqueue_script for javascript.
- Add option to ignore built in templates and use the “single-recipe.php” template in the folder.
- Added German Translation.
- Fixed an issue where new recipes would not show up if setting is set to publish automatically.
Version 1.2.2 – August 13th, 2010
- Fixed links in the Right Now widget on the dashboard.
- Moved the reCaptcha settings to the form tab – only used on the form.
- Removed the unused Management Settings tab.
- Added tab for Taxonomies (categories and cuisines moved here).
- Added option to choose whether or not the taxonomies are hierarchical.
- Added support for custom taxonomies. Look for new template tags to display custom taxonomies.
- Updated nutritional data support to hide box if no nutritional data was entered.
Version 1.2.1 – August 10th, 2010
- Added a check to prevent the plugin from loading if no display page is selected.
- Fixed a bug that would prevent other pages from loading if plugin was not configured.
- Added a warning with a link to the settings page stating to select the page to display recipes.
Version 1.2 – August 10th, 2010
- Changed how templates work, no need to copy files for recipes to work in themes.
- Fixed a bug where columns on the recipes manager page were not filled with data.
- Divided the settings page up into tabs for easier management.
- Changed the post type from ‘recipes’ to ‘recipe’. Requires plugin re-activation on update.
- Fixed a typo in the word “Cuisine Types”.
- Fixed a typo on the public form that prevented non-logged-in users from submitting recipes.
- Add preliminary printing support – needs to be tweaked in the templates to print properly.
- Added the ability to get a list of recipes in a category in any order.
- Removed hard-coded URL’s to support blogs not using wp-content folders.
- Added support for simple nutritional data.
Version 1.1 – July 15th, 2010
- Added cuisine types to front end form.
- Fixed issue with front end form ignoring the setting for default number of ingredients.
- Added ability to move and delete ingredient rows on the front end form.
- Added recipes to the “link to page” dropdown on the admin side form.
- Added servings display to the single-recipe.php template file.
- Added “minutes” text to prep and cook times on front end form.
- Added Norwegian Language Translation.
Version 1.0.2 – July 7th, 2010
- Fixed pluralization of words such as large, medium, small.
- Fixed the title of the recipe submit page.
- Added option to set the slug for the recipe submit page.
- Fixed an issue where certain options on the settings page could not be unchecked.
Version 1.0.1 – July 3rd, 2010
- Added recipe header and footer files to templates to allow easy customization for themes.
- Fixed support for post-thumbnails for themes that do not natively support thumbnails.
Version 1.0 – July 2nd, 2010
- Complete rewrite using custom post types and taxonomies of WordPress 3.0
- Added custom field support
- Better comment and pingback support
- Added cuisine type tags.
- Added the featured thumbnail option of WordPress 3.0
- Removed all extra database tables, all items stored in posts or post_meta tables
- Uses built in loop and tempalate tags, adds new template tags for post type ‘recipe’.
- Recipes automatically appear in search and in the new menu manager.
- New widgets added.
- Added total published recipes to the Right Now widget on the dashboard.
- Added actions and filters to make the plugin fully extensible by other plugins.