Plugin Directory

Changeset 621772


Ignore:
Timestamp:
11/06/2012 06:11:04 PM (13 years ago)
Author:
allis741
Message:

New update 3.3

Location:
recipe-of-the-day/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • recipe-of-the-day/trunk/readme.txt

    r514740 r621772  
    22Contributors: allis741
    33Donate link: http://www.onlinerel.com/wordpress-plugins/
    4 Tags: widget, recipe, recipes, video recipes, post, promote, SEO, category, sidebar, feed, rss
     4Tags: widget, recipe, recipes, video recipes, post, promote, sidebar, feed, rss
    55Requires at least: 2.5
    6 Tested up to: 3.3.1
     6Tested up to: 3.4.2
    77Stable tag: trunk
    88
     
    2424 
    2525== Changelog ==
     26
     27= 3.3 =
     28* Tested up to 3.4.2 WP     
     29* Updated script
    2630
    2731= 3.2 =
  • recipe-of-the-day/trunk/recipe_of_the_day.php

    r514744 r621772  
    44Plugin URI: http://www.onlinerel.com/wordpress-plugins/
    55Description: Plugin "Recipe of the Day" displays categorized recipes on your blog. There are over 20,000 recipes in 40 categories. Recipes are saved on our database, so you don't need to have space for all that information.
    6 Version: 3.2
     6Version: 3.3
    77Author: A.Kilius
    88Author URI: http://www.onlinerel.com/wordpress-plugins/
    99*/
    10 
    1110define(recipe_day_URL_RSS_DEFAULT, 'http://www.findbestfood.net/category/drinks/feed/');
    1211define(recipe_day_TITLE, 'Recipe of the Day');
     
    7877    <br clear='all'></p>
    7978    <input type="hidden" id="recipe_day_widget-submit" name="recipe_day_widget-submit" value="1" />
    80  
    81     <?php
     79    <?php
    8280}
    8381
     
    103101        return $links;
    104102    }
     103
    105104function recipe_day_options() {
    106105    ?>
     
    113112</p>
    114113    </div>
    115 <?php }
     114    <?php
     115        }
     116
    116117function recipe_day_widget_Init()
    117118{
Note: See TracChangeset for help on using the changeset viewer.