Plugin Directory

Changeset 215266


Ignore:
Timestamp:
03/09/2010 08:00:12 AM (16 years ago)
Author:
beshkin
Message:

tagging version 0.8.1

Location:
zmanim-widget
Files:
3 edited
23 copied

Legend:

Unmodified
Added
Removed
  • zmanim-widget/tags/0.8.1/message.php

    r211459 r215266  
    2323include ("hdate/today.php");
    2424include ("hdate/hdate.php");
     25include ("weeklytorah.php");
    2526include ("hdate/hol.php");
    2627?>
  • zmanim-widget/tags/0.8.1/readme.txt

    r215247 r215266  
    44Requires at least: 2.7
    55Tested up from : 2.9
    6 Stable tag: 0.8
     6Stable tag: 0.8.1
    77
    88Displays Jewish calendar information in a widget.
     
    2424
    2525== Changelog ==
     26= 0.8.1 =
     27- Added updated file
    2628= 0.8 =
    2729- Added Weekly Torah portion
     
    7274
    7375== Credits ==
     76- HebCal.com for a csv file with all the order of torah reading
     77http://www.hebcal.com/help/sedra.html
    7478- Cipora Greve for a wonderful explanation and examples of zmanim calculations and hollidays in php
    7579http://www.ziporah-greve.net/prog/jewish-php.html
  • zmanim-widget/tags/0.8.1/zmanim-widget.php

    r215247 r215266  
    44 Plugin URI: http://kosherdev.com/category/zmanim-widget/
    55 Description: Allows to turn off the Wordpress site, while Shabat of High Holidays are going on in your area.
    6  Version: 0.8
     6 Version: 0.8.1
    77 Author: Misha Beshkin
    88 Author URI: http://kosherdev.com/
     
    2727?>
    2828<?
    29 error_reporting(E_ALL);
     29//error_reporting(E_ALL);
    3030
    3131add_action("widgets_init", array('zmanim_widget', 'register'));
  • zmanim-widget/trunk/message.php

    r211459 r215266  
    2323include ("hdate/today.php");
    2424include ("hdate/hdate.php");
     25include ("weeklytorah.php");
    2526include ("hdate/hol.php");
    2627?>
  • zmanim-widget/trunk/readme.txt

    r215247 r215266  
    44Requires at least: 2.7
    55Tested up from : 2.9
    6 Stable tag: 0.8
     6Stable tag: 0.8.1
    77
    88Displays Jewish calendar information in a widget.
     
    2424
    2525== Changelog ==
     26= 0.8.1 =
     27- Added updated file
    2628= 0.8 =
    2729- Added Weekly Torah portion
     
    7274
    7375== Credits ==
     76- HebCal.com for a csv file with all the order of torah reading
     77http://www.hebcal.com/help/sedra.html
    7478- Cipora Greve for a wonderful explanation and examples of zmanim calculations and hollidays in php
    7579http://www.ziporah-greve.net/prog/jewish-php.html
  • zmanim-widget/trunk/zmanim-widget.php

    r215247 r215266  
    44 Plugin URI: http://kosherdev.com/category/zmanim-widget/
    55 Description: Allows to turn off the Wordpress site, while Shabat of High Holidays are going on in your area.
    6  Version: 0.8
     6 Version: 0.8.1
    77 Author: Misha Beshkin
    88 Author URI: http://kosherdev.com/
     
    2727?>
    2828<?
    29 error_reporting(E_ALL);
     29//error_reporting(E_ALL);
    3030
    3131add_action("widgets_init", array('zmanim_widget', 'register'));
Note: See TracChangeset for help on using the changeset viewer.