Plugin Directory

Changeset 226192


Ignore:
Timestamp:
04/07/2010 07:19:18 PM (16 years ago)
Author:
beshkin
Message:

tagging version 0.10.2

Location:
zmanim-widget
Files:
4 edited
24 copied

Legend:

Unmodified
Added
Removed
  • zmanim-widget/tags/0.10.2/hdate/hdate.php

    r222263 r226192  
    11<?
    2 $weekday = 7;//date("N", $ts);
     2$weekday = date("N", $ts);
    33$leftshabat = (5 - $weekday);
    44$endshabat = (6 - $weekday);
  • zmanim-widget/tags/0.10.2/hdate/today.php

    r222263 r226192  
    5555$time_2=implode(':',getProportionalHours($sunriseStr_t,$sunsetStr_t,11.75));
    5656print '<li>'.__("Plag Hamincha","zmanim").': '.$time_2.'</li>';
     57print '<li>'.__("Shkiah","zmanim").': '.$sunsetStr_t.'</li>';
    5758echo "</ul>\n";
    5859echo "</li></ul>\n";
  • zmanim-widget/tags/0.10.2/readme.txt

    r223728 r226192  
    44Requires at least: 2.7
    55Tested up from : 2.9
    6 Stable tag: 0.10.1
     6Stable tag: 0.10.2
    77
    88Displays Jewish calendar information in a widget.
     
    2424
    2525== Changelog ==
     26= 0.10.2 =
     27- added Shkiah value
     28- fixed wrong Shabat date
    2629= 0.10.1 =
    2730- added missed file
  • zmanim-widget/tags/0.10.2/zmanim-widget.php

    r223728 r226192  
    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.10.1
     6 Version: 0.10.2
    77 Author: Misha Beshkin
    88 Author URI: http://kosherdev.com/
  • zmanim-widget/trunk/hdate/hdate.php

    r222263 r226192  
    11<?
    2 $weekday = 7;//date("N", $ts);
     2$weekday = date("N", $ts);
    33$leftshabat = (5 - $weekday);
    44$endshabat = (6 - $weekday);
  • zmanim-widget/trunk/hdate/today.php

    r222263 r226192  
    5555$time_2=implode(':',getProportionalHours($sunriseStr_t,$sunsetStr_t,11.75));
    5656print '<li>'.__("Plag Hamincha","zmanim").': '.$time_2.'</li>';
     57print '<li>'.__("Shkiah","zmanim").': '.$sunsetStr_t.'</li>';
    5758echo "</ul>\n";
    5859echo "</li></ul>\n";
  • zmanim-widget/trunk/readme.txt

    r223728 r226192  
    44Requires at least: 2.7
    55Tested up from : 2.9
    6 Stable tag: 0.10.1
     6Stable tag: 0.10.2
    77
    88Displays Jewish calendar information in a widget.
     
    2424
    2525== Changelog ==
     26= 0.10.2 =
     27- added Shkiah value
     28- fixed wrong Shabat date
    2629= 0.10.1 =
    2730- added missed file
  • zmanim-widget/trunk/zmanim-widget.php

    r223728 r226192  
    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.10.1
     6 Version: 0.10.2
    77 Author: Misha Beshkin
    88 Author URI: http://kosherdev.com/
Note: See TracChangeset for help on using the changeset viewer.