Plugin Directory

Changeset 715729


Ignore:
Timestamp:
05/20/2013 06:52:17 PM (13 years ago)
Author:
beshkin
Message:

tagging version 1.14.3

Location:
zmanim-widget
Files:
2 edited
3 copied

Legend:

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

    r697585 r715729  
    44Requires at least: 2.7
    55Tested up from : 3.5
    6 Stable tag: 1.14.2
     6Stable tag: 1.14.3
    77
    88Displays Jewish calendar information in a widget.
     
    2424
    2525== Changelog ==
     26= 1.14.3 =
     27- fixed warning message about problem with widget
    2628= 1.14 =
    2729- updated the plugin to comply with Wordpress.org rules
  • zmanim-widget/tags/1.14.3/zmanim-widget.php

    r697585 r715729  
    44 Plugin URI: http://kosherdev.com/category/zmanim-widget/
    55 Description: Allows to show zmanim, upcoming hollidays and current Torah chapter on your Wordpress site.
    6  Version: 1.14.2
     6 Version: 1.14.3
    77 Author: Misha Beshkin
    88 Author URI: http://misha.beshkin.lv/
     
    3131add_action( 'init', 'check_widget' );
    3232add_action("widgets_init", array('zmanim_widget', 'register'));
    33 add_action("widgets_init", array('zmanim_widget_map', 'register'));
     33//add_action("widgets_init", array('zmanim_widget_map', 'register'));
    3434
    3535class zmanim_widget {
  • zmanim-widget/trunk/readme.txt

    r697585 r715729  
    44Requires at least: 2.7
    55Tested up from : 3.5
    6 Stable tag: 1.14.2
     6Stable tag: 1.14.3
    77
    88Displays Jewish calendar information in a widget.
     
    2424
    2525== Changelog ==
     26= 1.14.3 =
     27- fixed warning message about problem with widget
    2628= 1.14 =
    2729- updated the plugin to comply with Wordpress.org rules
  • zmanim-widget/trunk/zmanim-widget.php

    r697585 r715729  
    44 Plugin URI: http://kosherdev.com/category/zmanim-widget/
    55 Description: Allows to show zmanim, upcoming hollidays and current Torah chapter on your Wordpress site.
    6  Version: 1.14.2
     6 Version: 1.14.3
    77 Author: Misha Beshkin
    88 Author URI: http://misha.beshkin.lv/
     
    3131add_action( 'init', 'check_widget' );
    3232add_action("widgets_init", array('zmanim_widget', 'register'));
    33 add_action("widgets_init", array('zmanim_widget_map', 'register'));
     33//add_action("widgets_init", array('zmanim_widget_map', 'register'));
    3434
    3535class zmanim_widget {
Note: See TracChangeset for help on using the changeset viewer.