Plugin Directory

Changeset 223726


Ignore:
Timestamp:
03/31/2010 08:29:55 PM (16 years ago)
Author:
beshkin
Message:

tagging version 0.10

Location:
zmanim-widget
Files:
5 edited
23 copied

Legend:

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

    r222263 r223726  
    66$isDiaspora = true;
    77$postponeShushanPurimOnSaturday = true;
    8 $gyear = date("Y", $ts);
     8$gyear = date("Y", $ts_t);
    99$weekdayNames = array(__("Sunday","zmanim"), __("Monday","zmanim"), __("Tuesday","zmanim"), __("Wednesday","zmanim"),
    1010                        __("Thursday","zmanim"), __("Friday","zmanim"), __("Saturday","zmanim"));
    1111$header = "Nearest date";
    1212
    13 $gmonth = date("m", $ts);
    14 $gday = date("d", $ts);
     13$gmonth = date("m", $ts_t);
     14$gday = date("d", $ts_t);
    1515
    1616echo "<ul><li><b>".__("Holidays","zmanim")."</b></li><li><ul>";
  • zmanim-widget/tags/0.10/message.php

    r222263 r223726  
    2727include ("weeklytorah.php");
    2828include ("hdate/hol.php");
     29include ("countomer.php");
    2930?>
  • zmanim-widget/tags/0.10/readme.txt

    r222263 r223726  
    44Requires at least: 2.7
    55Tested up from : 2.9
    6 Stable tag: 0.9
     6Stable tag: 0.10
    77
    88Displays Jewish calendar information in a widget.
     
    2424
    2525== Changelog ==
     26= 0.10 =
     27- Omer counting is added
    2628= 0.9 =
    2729- DayLightSaving setting and functionality is added
  • zmanim-widget/tags/0.10/weeklytorah.php

    r222263 r223726  
    2323    print __('Haftara','zmanim').": ".$weekly_havtara_name;
    2424}else{
    25     _e('This week there is a differet order of reading Torah','zmanim');
     25    _e('This week there is a different order of reading Torah','zmanim');
    2626}
    2727print "</li></ul></li></ul>";
  • zmanim-widget/tags/0.10/zmanim-widget.php

    r222263 r223726  
    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.9
     6 Version: 0.10
    77 Author: Misha Beshkin
    88 Author URI: http://kosherdev.com/
  • zmanim-widget/trunk/hdate/hol.php

    r222263 r223726  
    66$isDiaspora = true;
    77$postponeShushanPurimOnSaturday = true;
    8 $gyear = date("Y", $ts);
     8$gyear = date("Y", $ts_t);
    99$weekdayNames = array(__("Sunday","zmanim"), __("Monday","zmanim"), __("Tuesday","zmanim"), __("Wednesday","zmanim"),
    1010                        __("Thursday","zmanim"), __("Friday","zmanim"), __("Saturday","zmanim"));
    1111$header = "Nearest date";
    1212
    13 $gmonth = date("m", $ts);
    14 $gday = date("d", $ts);
     13$gmonth = date("m", $ts_t);
     14$gday = date("d", $ts_t);
    1515
    1616echo "<ul><li><b>".__("Holidays","zmanim")."</b></li><li><ul>";
  • zmanim-widget/trunk/message.php

    r222263 r223726  
    2727include ("weeklytorah.php");
    2828include ("hdate/hol.php");
     29include ("countomer.php");
    2930?>
  • zmanim-widget/trunk/readme.txt

    r222263 r223726  
    44Requires at least: 2.7
    55Tested up from : 2.9
    6 Stable tag: 0.9
     6Stable tag: 0.10
    77
    88Displays Jewish calendar information in a widget.
     
    2424
    2525== Changelog ==
     26= 0.10 =
     27- Omer counting is added
    2628= 0.9 =
    2729- DayLightSaving setting and functionality is added
  • zmanim-widget/trunk/weeklytorah.php

    r222263 r223726  
    2323    print __('Haftara','zmanim').": ".$weekly_havtara_name;
    2424}else{
    25     _e('This week there is a differet order of reading Torah','zmanim');
     25    _e('This week there is a different order of reading Torah','zmanim');
    2626}
    2727print "</li></ul></li></ul>";
  • zmanim-widget/trunk/zmanim-widget.php

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