Recipe Press 1.2.2 Released

OK, more work and more features, and a new version is released. This one should:

  • Fix links in the Right Now widget on the dashboard.
  • Move the reCaptcha settings to the form tab – only used on the form.
  • Remove the unused Management Settings tab.
  • Add a tab for Taxonomies (categories and cuisines moved here).
  • Add option to choose whether or not the taxonomies are hierarchical.
  • Add support for custom taxonomies. Look for new template tags to display custom taxonomies.
  • Update nutritional data support to hide box if no nutritional data was entered.

Custom Taxonomies?

Yep, not only can you now change the names of the built in categories and cuisines, but you can actually add new taxonomies to your site for this plugin. A new set of template tags was added to display these:

  • get_the_recipe_taxonomy($tax, $args, $post): This will get the list of entries for a given taxonomy and return it as a string. The $tax is the object name for the taxonomy as displayed on the Taxonomies Settings tab. The $args and $post are both optional as with other template tags.
  • the_recipe_taxonomy($tax, $args, $post): Prints the results from the get_the_recipe_taxonomy() tag.

The older get_the_recipe_category(), the_recipe_category(), get_the_recipe_cuisine(), and the_recipe_cuisine() template tags were left in the code for backward compatibility. Please note that these may be removed in future version. I hope to add some stuff to the WIKI for this soon, but time is limited.

As always, please report any bugs you find. Enjoy!

This entry was posted in Plugins, Upgrades. Bookmark the permalink.

7 Responses to Recipe Press 1.2.2 Released

  1. daedalas1981 says:

    I used the automatic update, and i lost all my recipes. But I notice that they are still in the database along with the pictures. How do I import them?

  2. andy3smith says:

    Hi,

    Tried to post a ticket at sourceforge, but get told that at https://sourceforge.net/apps/trac/recipepress/ the server is redirecting the request for this address in a way that will never complete!

    Anyhow… tried to install plugin on WP 3.0.1 and received “Plugin could not be activated because it triggered a fatal error. Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in …/wp-content/plugins/recipe-press/recipe-press.php on line 42

    Hope that helps!

    Cheers
    Andy

  3. GrandSlambert says:

    Get version 1.3 – you should then see a menu item under “Recipes” menu to convert the old recipes.

  4. GrandSlambert says:

    Recipe Press must be run on a server with PHP5 – your server is running PHP4 which is causing that error.

  5. daedalas1981 says:

    installed the latest today, but now in the settings menu,anything other the the recipe options writes on the screen “false”. Tested in both internet explorer and firefox. Any Ideas?

  6. GrandSlambert says:

    Sorry, the problem is in the file “recipe-form.js” on line 16. In the “recipe_press_show_tab()” function you will see a “return false;” line which should be completely removed. I will make a fix but cannot advance the version number of this. You can safely edit that file and remove the “return false;” on line 16 of that file and it will be retained in future updates.

  7. rreyes says:

    I like to translate it to spanish. Can you help me to do that.

Leave a Reply