Changeset 215247
- Timestamp:
- 03/09/2010 05:27:54 AM (16 years ago)
- Location:
- zmanim-widget
- Files:
-
- 4 added
- 2 edited
- 21 copied
-
tags/0.8 (copied) (copied from zmanim-widget/trunk)
-
tags/0.8/config.php (copied) (copied from zmanim-widget/trunk/config.php)
-
tags/0.8/dictionary (copied) (copied from zmanim-widget/trunk/dictionary)
-
tags/0.8/dictionary/ashkenaz.php (copied) (copied from zmanim-widget/trunk/dictionary/ashkenaz.php)
-
tags/0.8/dictionary/fullkriyah.csv (added)
-
tags/0.8/dictionary/sephard.php (copied) (copied from zmanim-widget/trunk/dictionary/sephard.php)
-
tags/0.8/functions.php (copied) (copied from zmanim-widget/trunk/functions.php)
-
tags/0.8/hdate (copied) (copied from zmanim-widget/trunk/hdate)
-
tags/0.8/hdate/hdate.php (copied) (copied from zmanim-widget/trunk/hdate/hdate.php)
-
tags/0.8/hdate/hebrewdate.inc (copied) (copied from zmanim-widget/trunk/hdate/hebrewdate.inc)
-
tags/0.8/hdate/hol.php (copied) (copied from zmanim-widget/trunk/hdate/hol.php)
-
tags/0.8/hdate/holidays.inc (copied) (copied from zmanim-widget/trunk/hdate/holidays.inc)
-
tags/0.8/hdate/holidays.php (copied) (copied from zmanim-widget/trunk/hdate/holidays.php)
-
tags/0.8/hdate/today.php (copied) (copied from zmanim-widget/trunk/hdate/today.php)
-
tags/0.8/img (copied) (copied from zmanim-widget/trunk/img)
-
tags/0.8/lib (copied) (copied from zmanim-widget/trunk/lib)
-
tags/0.8/localization (copied) (copied from zmanim-widget/trunk/localization)
-
tags/0.8/localization/zmanim-ru_RU.mo (copied) (copied from zmanim-widget/trunk/localization/zmanim-ru_RU.mo)
-
tags/0.8/localization/zmanim-ru_RU.po (copied) (copied from zmanim-widget/trunk/localization/zmanim-ru_RU.po)
-
tags/0.8/message.php (copied) (copied from zmanim-widget/trunk/message.php)
-
tags/0.8/readme.txt (copied) (copied from zmanim-widget/trunk/readme.txt) (2 diffs)
-
tags/0.8/weeklytorah.php (added)
-
tags/0.8/zmanim-widget.php (copied) (copied from zmanim-widget/trunk/zmanim-widget.php) (2 diffs)
-
trunk/dictionary/fullkriyah.csv (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/weeklytorah.php (added)
-
trunk/zmanim-widget.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zmanim-widget/tags/0.8/readme.txt
r211460 r215247 4 4 Requires at least: 2.7 5 5 Tested up from : 2.9 6 Stable tag: 0. 7.16 Stable tag: 0.8 7 7 8 8 Displays Jewish calendar information in a widget. … … 24 24 25 25 == Changelog == 26 = 0.8 = 27 - Added Weekly Torah portion 28 thanks to HebCal.com for a csv file with all the order of torah reading (http://www.hebcal.com/help/sedra.html) 26 29 = 0.7.1 = 27 30 - Added missed file to trunk -
zmanim-widget/tags/0.8/zmanim-widget.php
r211460 r215247 4 4 Plugin URI: http://kosherdev.com/category/zmanim-widget/ 5 5 Description: Allows to turn off the Wordpress site, while Shabat of High Holidays are going on in your area. 6 Version: 0. 7.16 Version: 0.8 7 7 Author: Misha Beshkin 8 8 Author URI: http://kosherdev.com/ … … 27 27 ?> 28 28 <? 29 //error_reporting(E_ALL);29 error_reporting(E_ALL); 30 30 31 31 add_action("widgets_init", array('zmanim_widget', 'register')); -
zmanim-widget/trunk/readme.txt
r211460 r215247 4 4 Requires at least: 2.7 5 5 Tested up from : 2.9 6 Stable tag: 0. 7.16 Stable tag: 0.8 7 7 8 8 Displays Jewish calendar information in a widget. … … 24 24 25 25 == Changelog == 26 = 0.8 = 27 - Added Weekly Torah portion 28 thanks to HebCal.com for a csv file with all the order of torah reading (http://www.hebcal.com/help/sedra.html) 26 29 = 0.7.1 = 27 30 - Added missed file to trunk -
zmanim-widget/trunk/zmanim-widget.php
r211460 r215247 4 4 Plugin URI: http://kosherdev.com/category/zmanim-widget/ 5 5 Description: Allows to turn off the Wordpress site, while Shabat of High Holidays are going on in your area. 6 Version: 0. 7.16 Version: 0.8 7 7 Author: Misha Beshkin 8 8 Author URI: http://kosherdev.com/ … … 27 27 ?> 28 28 <? 29 //error_reporting(E_ALL);29 error_reporting(E_ALL); 30 30 31 31 add_action("widgets_init", array('zmanim_widget', 'register'));
Note: See TracChangeset
for help on using the changeset viewer.