Plugin Directory

Changeset 808861


Ignore:
Timestamp:
11/22/2013 01:46:36 PM (12 years ago)
Author:
adatosystems
Message:

1.7 update

Location:
adatosystems-friday-zmanim/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • adatosystems-friday-zmanim/trunk/readme.txt

    r808859 r808861  
    55Requires at least: 3.3
    66Tested up to: 3.7.1
    7 <<<<<<< .mine
    87Stable tag: 1.7
    9 =======
    10 Stable tag: 1.6
    11 >>>>>>> .r808858
    128License: GPLv2 or later
    139License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7167Check the "debug" option at the bottom of the widget to get some of the initial calculations that are coming in. Otherwise, contact the developer. I hear he's a great guy.
    7268
    73 <<<<<<< .mine
    7469= I put in my zipcode but I'm not getting the right location. =
    7570Get the latitude/longitude for your location and use that instead.
     
    7974
    8075
    81 =======
    82 = I put in my zipcode but I'm not getting the right location. =
    83 Get the latitude/longitude for your location and use that instead.
    84 
    85 >>>>>>> .r808858
    8676== Screenshots ==
    8777
     
    9282== Changelog ==
    9383
    94 <<<<<<< .mine
    9584= 1.7 =
    9685* Fixed issues with Plag and Shema, proving yet again that developers should not QA their own code.
     
    10089* If using Lat/Long, returns location name in that location's language (if possible)
    10190
    102 =======
    103 = 1.6 =
    104 * Added options for Latitude/Longitude for those locations where the postal code doesn't work.
    105 * If using Lat/Long, returns location name in that location's language (if possible)
    106 
    107 >>>>>>> .r808858
    10891= 1.5 =
    10992* Using sunrise/sunset (instead of calculating it within the code) because of mis-matches in DST (daylight savings time) calculations.
  • adatosystems-friday-zmanim/trunk/zmanfriday.php

    r808859 r808861  
    66 *   Uses the inimitable Hebcal.com site for parsha and other information,
    77 *   as well as Google Maps API for geographic and sunrise/sunset information.
    8 <<<<<<< .mine
    98 * Version: 1.7
    10 =======
    11  * Version: 1.6
    12 >>>>>>> .r808858
    139 * Author: Leon Adato
    1410 * Author URI: http://www.adatosystems.com/
     
    2117 * 2013-10-24 - changed Lat/Long call to use geocoder.us, timezone to use
    2218 * 2013-11-13 - more changes to fix up time zone and dst stuff.
    23 <<<<<<< .mine
    2419 * 2013-11-15 - add option for latitude/longitude instead of postal code; also returns location in that locale's language if possible
    2520 * 2013-11-22 - fixed more calculatings, proving once again that developers should not QA their own code.
    26 =======
    27  * 2013-11-22 - add option for latitude/longitude instead of postal code; also returns location in that locale's language if possible
    28 >>>>>>> .r808858
    2921 *
    3022 *   This program is free software: you can redistribute it and/or modify
     
    350342        <p>
    351343        <label for="<?php echo $this->get_field_id('zip'); ?>">Zip code:</label>
    352 <<<<<<< .mine
    353344        <input id="<?php echo $this->get_field_id('zip'); ?>" name="<?php echo $this->get_field_name('zip'); ?>" value="<?php echo $instance['zip']; ?>" size="5" maxlength="5" /><br />
    354345        Or provide the latitude/Longitude<br />
     
    357348        <label for="<?php echo $this->get_field_id('userlong'); ?>">Longitude:</label>
    358349        <input id="<?php echo $this->get_field_id('userlong'); ?>" name="<?php echo $this->get_field_name('userlong'); ?>" value="<?php echo $instance['userlong']; ?>" size="15" maxlength="15" />
    359 =======
    360         <input id="<?php echo $this->get_field_id('zip'); ?>" name="<?php echo $this->get_field_name('zip'); ?>" value="<?php echo $instance['zip']; ?>" size="5" maxlength="5" /><br />
    361         Or provide the latitude/Longitude<br />
    362         <label for="<?php echo $this->get_field_id('userlat'); ?>">Latitude:</label>
    363         <input id="<?php echo $this->get_field_id('userlat'); ?>" name="<?php echo $this->get_field_name('userlat'); ?>" value="<?php echo $instance['userlat']; ?>" size="7" maxlength="7" /><br />
    364         <label for="<?php echo $this->get_field_id('userlong'); ?>">Longitude:</label>
    365         <input id="<?php echo $this->get_field_id('userlong'); ?>" name="<?php echo $this->get_field_name('userlong'); ?>" value="<?php echo $instance['userlong']; ?>" size="7" maxlength="7" />
    366 >>>>>>> .r808858
    367350        </p>
    368351
Note: See TracChangeset for help on using the changeset viewer.