Changeset 715729
- Timestamp:
- 05/20/2013 06:52:17 PM (13 years ago)
- Location:
- zmanim-widget
- Files:
-
- 2 edited
- 3 copied
-
tags/1.14.3 (copied) (copied from zmanim-widget/trunk)
-
tags/1.14.3/readme.txt (copied) (copied from zmanim-widget/trunk/readme.txt) (2 diffs)
-
tags/1.14.3/zmanim-widget.php (copied) (copied from zmanim-widget/trunk/zmanim-widget.php) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/zmanim-widget.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zmanim-widget/tags/1.14.3/readme.txt
r697585 r715729 4 4 Requires at least: 2.7 5 5 Tested up from : 3.5 6 Stable tag: 1.14. 26 Stable tag: 1.14.3 7 7 8 8 Displays Jewish calendar information in a widget. … … 24 24 25 25 == Changelog == 26 = 1.14.3 = 27 - fixed warning message about problem with widget 26 28 = 1.14 = 27 29 - updated the plugin to comply with Wordpress.org rules -
zmanim-widget/tags/1.14.3/zmanim-widget.php
r697585 r715729 4 4 Plugin URI: http://kosherdev.com/category/zmanim-widget/ 5 5 Description: Allows to show zmanim, upcoming hollidays and current Torah chapter on your Wordpress site. 6 Version: 1.14. 26 Version: 1.14.3 7 7 Author: Misha Beshkin 8 8 Author URI: http://misha.beshkin.lv/ … … 31 31 add_action( 'init', 'check_widget' ); 32 32 add_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')); 34 34 35 35 class zmanim_widget { -
zmanim-widget/trunk/readme.txt
r697585 r715729 4 4 Requires at least: 2.7 5 5 Tested up from : 3.5 6 Stable tag: 1.14. 26 Stable tag: 1.14.3 7 7 8 8 Displays Jewish calendar information in a widget. … … 24 24 25 25 == Changelog == 26 = 1.14.3 = 27 - fixed warning message about problem with widget 26 28 = 1.14 = 27 29 - updated the plugin to comply with Wordpress.org rules -
zmanim-widget/trunk/zmanim-widget.php
r697585 r715729 4 4 Plugin URI: http://kosherdev.com/category/zmanim-widget/ 5 5 Description: Allows to show zmanim, upcoming hollidays and current Torah chapter on your Wordpress site. 6 Version: 1.14. 26 Version: 1.14.3 7 7 Author: Misha Beshkin 8 8 Author URI: http://misha.beshkin.lv/ … … 31 31 add_action( 'init', 'check_widget' ); 32 32 add_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')); 34 34 35 35 class zmanim_widget {
Note: See TracChangeset
for help on using the changeset viewer.