Changeset 3239593
- Timestamp:
- 02/12/2025 06:18:26 PM (14 months ago)
- Location:
- daily-zman-widget
- Files:
-
- 2 edited
-
tags/2.0/zmandaily.php (modified) (1 diff)
-
trunk/zmandaily.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
daily-zman-widget/tags/2.0/zmandaily.php
r3239485 r3239593 2 2 /** 3 3 * Plugin Name: Daily Zman Widget 4 * Plugin URI: http://webdesign.adatosystems.com/dailyzmanwidget/ 5 * Description: Enter your zipcode and select which options you want to see. 6 * Uses the inimitable Hebcal.com site for parsha and other information, 7 * as well as Google Maps API for geographic and sunrise/sunset information. 4 * Plugin URI: https://wordpress.org/plugins/daily-zman-widget/ 5 * Description: Displays Hebrew date, sunrise, sunset, and key times for prayers. 8 6 * Version: 1.1 9 7 * Author: Leon Adato 10 * Author URI: http ://www.adatosystems.com/8 * Author URI: https://adatosystems.com/ 11 9 * Change Record: 12 10 * *********************************** 13 * 2013- - initial creation 14 * 2013-11-22 - matched to updates in Shabbat Zman widget 15 * 16 * 17 * This program is free software: you can redistribute it and/or modify 18 * it under the terms of the GNU General Public License as published by 19 * the Free Software Foundation,version 3 20 * 21 * This program is distributed in the hope that it will be useful, 22 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 * GNU General Public License for more details. 25 * 26 * For details about the GNU General Public License, see <http://www.gnu.org/licenses/>. 27 * For details about this program, see the readme file. 11 28 12 */ 29 13 class AdatoSystems_DailyZman_Widget extends WP_Widget { -
daily-zman-widget/trunk/zmandaily.php
r808856 r3239593 2 2 /** 3 3 * Plugin Name: Daily Zman Widget 4 * Plugin URI: http://webdesign.adatosystems.com/dailyzmanwidget/ 5 * Description: Enter your zipcode and select which options you want to see. 6 * Uses the inimitable Hebcal.com site for parsha and other information, 7 * as well as Google Maps API for geographic and sunrise/sunset information. 4 * Plugin URI: https://wordpress.org/plugins/daily-zman-widget/ 5 * Description: Displays Hebrew date, sunrise, sunset, and key times for prayers. 8 6 * Version: 1.1 9 7 * Author: Leon Adato 10 * Author URI: http ://www.adatosystems.com/8 * Author URI: https://adatosystems.com/ 11 9 * Change Record: 12 10 * *********************************** 13 * 2013- - initial creation 14 * 2013-11-22 - matched to updates in Shabbat Zman widget 15 * 16 * 17 * This program is free software: you can redistribute it and/or modify 18 * it under the terms of the GNU General Public License as published by 19 * the Free Software Foundation,version 3 20 * 21 * This program is distributed in the hope that it will be useful, 22 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 * GNU General Public License for more details. 25 * 26 * For details about the GNU General Public License, see <http://www.gnu.org/licenses/>. 27 * For details about this program, see the readme file. 11 28 12 */ 29 13 class AdatoSystems_DailyZman_Widget extends WP_Widget {
Note: See TracChangeset
for help on using the changeset viewer.