Plugin Directory

Changeset 215247


Ignore:
Timestamp:
03/09/2010 05:27:54 AM (16 years ago)
Author:
beshkin
Message:

tagging version 0.8

Location:
zmanim-widget
Files:
4 added
2 edited
21 copied

Legend:

Unmodified
Added
Removed
  • zmanim-widget/tags/0.8/readme.txt

    r211460 r215247  
    44Requires at least: 2.7
    55Tested up from : 2.9
    6 Stable tag: 0.7.1
     6Stable tag: 0.8
    77
    88Displays Jewish calendar information in a widget.
     
    2424
    2525== Changelog ==
     26= 0.8 =
     27- Added Weekly Torah portion
     28thanks to HebCal.com for a csv file with all the order of torah reading (http://www.hebcal.com/help/sedra.html)
    2629= 0.7.1 =
    2730- Added missed file to trunk
  • zmanim-widget/tags/0.8/zmanim-widget.php

    r211460 r215247  
    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.7.1
     6 Version: 0.8
    77 Author: Misha Beshkin
    88 Author URI: http://kosherdev.com/
     
    2727?>
    2828<?
    29 //error_reporting(E_ALL);
     29error_reporting(E_ALL);
    3030
    3131add_action("widgets_init", array('zmanim_widget', 'register'));
  • zmanim-widget/trunk/readme.txt

    r211460 r215247  
    44Requires at least: 2.7
    55Tested up from : 2.9
    6 Stable tag: 0.7.1
     6Stable tag: 0.8
    77
    88Displays Jewish calendar information in a widget.
     
    2424
    2525== Changelog ==
     26= 0.8 =
     27- Added Weekly Torah portion
     28thanks to HebCal.com for a csv file with all the order of torah reading (http://www.hebcal.com/help/sedra.html)
    2629= 0.7.1 =
    2730- Added missed file to trunk
  • zmanim-widget/trunk/zmanim-widget.php

    r211460 r215247  
    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.7.1
     6 Version: 0.8
    77 Author: Misha Beshkin
    88 Author URI: http://kosherdev.com/
     
    2727?>
    2828<?
    29 //error_reporting(E_ALL);
     29error_reporting(E_ALL);
    3030
    3131add_action("widgets_init", array('zmanim_widget', 'register'));
Note: See TracChangeset for help on using the changeset viewer.