Plugin Directory

Changeset 390405


Ignore:
Timestamp:
05/29/2011 11:16:10 AM (15 years ago)
Author:
beshkin
Message:

tagging version 1.11.1

Location:
zmanim-widget
Files:
3 edited
14 copied

Legend:

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

    r381586 r390405  
    140140if ($hebrew) print ' :'.translate_z('Mincha_Ktana','hebrew');
    141141print '</li>';
    142 //$time_2=implode(':',getProportionalHours($sunriseStr_t,$sunsetStr_t,11.75));
    143 list($hour,$min) = getProportionalHours($sunriseStr_t,$sunsetStr_t,11.75);
     142//$time_2=implode(':',getProportionalHours($sunriseStr_t,$sunsetStr_t,10.75));
     143list($hour,$min) = getProportionalHours($sunriseStr_t,$sunsetStr_t,10.75);
    144144if ($zman_shma == "MA") {
    145145        //list($hour,$min) = explode(':',$time_2);
  • zmanim-widget/tags/1.11.1/readme.txt

    r381586 r390405  
    44Requires at least: 2.7
    55Tested up from : 3.0
    6 Stable tag: 1.11
     6Stable tag: 1.11.1
    77
    88Displays Jewish calendar information in a widget.
     
    2424
    2525== Changelog ==
     26= 1.11.1 =
     27- fixed Plag haMincha time. It was 1 proportional hour later, than it should be.
    2628= 1.11 =
    2729- added Tzet haKochavim to zmanim. Value depends on Shabat end setting.
  • zmanim-widget/tags/1.11.1/zmanim-widget.php

    r381586 r390405  
    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: 1.11
     6 Version: 1.11.1
    77 Author: Misha Beshkin
    88 Author URI: http://misha.beshkin.lv/
  • zmanim-widget/trunk/hdate/today.php

    r381586 r390405  
    140140if ($hebrew) print ' :'.translate_z('Mincha_Ktana','hebrew');
    141141print '</li>';
    142 //$time_2=implode(':',getProportionalHours($sunriseStr_t,$sunsetStr_t,11.75));
    143 list($hour,$min) = getProportionalHours($sunriseStr_t,$sunsetStr_t,11.75);
     142//$time_2=implode(':',getProportionalHours($sunriseStr_t,$sunsetStr_t,10.75));
     143list($hour,$min) = getProportionalHours($sunriseStr_t,$sunsetStr_t,10.75);
    144144if ($zman_shma == "MA") {
    145145        //list($hour,$min) = explode(':',$time_2);
  • zmanim-widget/trunk/readme.txt

    r381586 r390405  
    44Requires at least: 2.7
    55Tested up from : 3.0
    6 Stable tag: 1.11
     6Stable tag: 1.11.1
    77
    88Displays Jewish calendar information in a widget.
     
    2424
    2525== Changelog ==
     26= 1.11.1 =
     27- fixed Plag haMincha time. It was 1 proportional hour later, than it should be.
    2628= 1.11 =
    2729- added Tzet haKochavim to zmanim. Value depends on Shabat end setting.
  • zmanim-widget/trunk/zmanim-widget.php

    r381586 r390405  
    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: 1.11
     6 Version: 1.11.1
    77 Author: Misha Beshkin
    88 Author URI: http://misha.beshkin.lv/
Note: See TracChangeset for help on using the changeset viewer.