Plugin Directory

Changeset 431702


Ignore:
Timestamp:
09/01/2011 12:08:35 PM (15 years ago)
Author:
TechboyUK
Message:
 
Location:
getmecooking-recipe-template/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • getmecooking-recipe-template/trunk/readme.txt

    r431164 r431702  
    77Stable tag: trunk
    88
    9 For food bloggers. Display one or more recipes per page in an easy to read format with print, recipe search, custom layout, Search Engine Optimisation (SEO) and other features built in.
     9For food bloggers. Display one or more recipes per page in an easy to read format with print, recipe search, custom layout, SEO and other features.
    1010
    1111== Description ==
     
    6565
    6666== Changelog ==
     67= 1.01 =
     68* Recipes were not being sent to GetMeCooking if you were opted in
    6769
    6870= 1.0 =
  • getmecooking-recipe-template/trunk/recipe-template.php

    r431164 r431702  
    44    Plugin URI: http://www.getmecooking.com/recipe-template
    55    Description: <strong>For food bloggers - allows you to add recipes to your blog</strong>. Includes recipe title, photographs, list of ingredients, recipe steps and Search Engine Optimisation (SEO). Also your recipes can be added to <a href="http://www.getmecooking.com/">http://www.getmecooking.com</a>, which will give your recipes additional functionality, more exposure and increased traffic. Visit the <a href="http://www.getmecooking.com/recipe-template/">information page</a> for full details.
    6     Version: 1.0
     6    Version: 1.01
    77    Author: GetMeCooking
    88    Author URI: http://www.getmecooking.com/
    99*/
    1010
    11 define('GMC_URL', 'http://localhost:63459/recipeservice.svc/submitrecipe');
     11define('GMC_URL', 'http://www.getmecooking.com/recipeservice.svc/submitrecipe');
    1212
    1313include('lib/owt-translate.php');
Note: See TracChangeset for help on using the changeset viewer.