Changeset 390405
- Timestamp:
- 05/29/2011 11:16:10 AM (15 years ago)
- Location:
- zmanim-widget
- Files:
-
- 3 edited
- 14 copied
-
tags/1.11.1 (copied) (copied from zmanim-widget/trunk)
-
tags/1.11.1/config.php (copied) (copied from zmanim-widget/trunk/config.php)
-
tags/1.11.1/config_admin.php (copied) (copied from zmanim-widget/trunk/config_admin.php)
-
tags/1.11.1/hdate/hdate.php (copied) (copied from zmanim-widget/trunk/hdate/hdate.php)
-
tags/1.11.1/hdate/hol.php (copied) (copied from zmanim-widget/trunk/hdate/hol.php)
-
tags/1.11.1/hdate/today.php (copied) (copied from zmanim-widget/trunk/hdate/today.php) (1 diff)
-
tags/1.11.1/lib/main.js (copied) (copied from zmanim-widget/trunk/lib/main.js)
-
tags/1.11.1/lib/main_admin.js (copied) (copied from zmanim-widget/trunk/lib/main_admin.js)
-
tags/1.11.1/localization/zmanim-ru_RU.mo (copied) (copied from zmanim-widget/trunk/localization/zmanim-ru_RU.mo)
-
tags/1.11.1/localization/zmanim-ru_RU.po (copied) (copied from zmanim-widget/trunk/localization/zmanim-ru_RU.po)
-
tags/1.11.1/message.php (copied) (copied from zmanim-widget/trunk/message.php)
-
tags/1.11.1/readme.txt (copied) (copied from zmanim-widget/trunk/readme.txt) (2 diffs)
-
tags/1.11.1/weeklytorah.php (copied) (copied from zmanim-widget/trunk/weeklytorah.php)
-
tags/1.11.1/zmanim-widget.php (copied) (copied from zmanim-widget/trunk/zmanim-widget.php) (1 diff)
-
trunk/hdate/today.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/zmanim-widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zmanim-widget/tags/1.11.1/hdate/today.php
r381586 r390405 140 140 if ($hebrew) print ' :'.translate_z('Mincha_Ktana','hebrew'); 141 141 print '</li>'; 142 //$time_2=implode(':',getProportionalHours($sunriseStr_t,$sunsetStr_t,1 1.75));143 list($hour,$min) = getProportionalHours($sunriseStr_t,$sunsetStr_t,1 1.75);142 //$time_2=implode(':',getProportionalHours($sunriseStr_t,$sunsetStr_t,10.75)); 143 list($hour,$min) = getProportionalHours($sunriseStr_t,$sunsetStr_t,10.75); 144 144 if ($zman_shma == "MA") { 145 145 //list($hour,$min) = explode(':',$time_2); -
zmanim-widget/tags/1.11.1/readme.txt
r381586 r390405 4 4 Requires at least: 2.7 5 5 Tested up from : 3.0 6 Stable tag: 1.11 6 Stable tag: 1.11.1 7 7 8 8 Displays Jewish calendar information in a widget. … … 24 24 25 25 == Changelog == 26 = 1.11.1 = 27 - fixed Plag haMincha time. It was 1 proportional hour later, than it should be. 26 28 = 1.11 = 27 29 - added Tzet haKochavim to zmanim. Value depends on Shabat end setting. -
zmanim-widget/tags/1.11.1/zmanim-widget.php
r381586 r390405 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: 1.11 6 Version: 1.11.1 7 7 Author: Misha Beshkin 8 8 Author URI: http://misha.beshkin.lv/ -
zmanim-widget/trunk/hdate/today.php
r381586 r390405 140 140 if ($hebrew) print ' :'.translate_z('Mincha_Ktana','hebrew'); 141 141 print '</li>'; 142 //$time_2=implode(':',getProportionalHours($sunriseStr_t,$sunsetStr_t,1 1.75));143 list($hour,$min) = getProportionalHours($sunriseStr_t,$sunsetStr_t,1 1.75);142 //$time_2=implode(':',getProportionalHours($sunriseStr_t,$sunsetStr_t,10.75)); 143 list($hour,$min) = getProportionalHours($sunriseStr_t,$sunsetStr_t,10.75); 144 144 if ($zman_shma == "MA") { 145 145 //list($hour,$min) = explode(':',$time_2); -
zmanim-widget/trunk/readme.txt
r381586 r390405 4 4 Requires at least: 2.7 5 5 Tested up from : 3.0 6 Stable tag: 1.11 6 Stable tag: 1.11.1 7 7 8 8 Displays Jewish calendar information in a widget. … … 24 24 25 25 == Changelog == 26 = 1.11.1 = 27 - fixed Plag haMincha time. It was 1 proportional hour later, than it should be. 26 28 = 1.11 = 27 29 - added Tzet haKochavim to zmanim. Value depends on Shabat end setting. -
zmanim-widget/trunk/zmanim-widget.php
r381586 r390405 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: 1.11 6 Version: 1.11.1 7 7 Author: Misha Beshkin 8 8 Author URI: http://misha.beshkin.lv/
Note: See TracChangeset
for help on using the changeset viewer.