Plugin Directory

Changeset 3133558


Ignore:
Timestamp:
08/10/2024 08:14:50 PM (19 months ago)
Author:
xllentech
Message:

1.3.0

Location:
xllentech-salat-timings/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xllentech-salat-timings/trunk/readme.txt

    r2838183 r3133558  
    33Tags: prayer times, shia prayer times, prayer timings, shia muslim prayer timings
    44Requires at least: 3.0
    5 Tested up to: 6.1
    6 Stable tag: 1.2.9
     5Tested up to: 6.6
     6Stable tag: 1.3.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5656Search google or bing or any other search engine with "CITY NAME (optionally state or country) coordinates". You should get latitude and longitude immediately. First number with N for North or S for south is latitude, second number with E for East or W for West is longitude.
    5757
    58 Please use minus(-) sign in front of the number for South latitude and West longitude. For example, for 23.0225° N, 72.5714° E, Use 23.0225 in Latitude and 72.5714 for Longitude. similarly, for 12.9722° S, 38.5014° W, Use -12.9722 in Latitude and -38.5014 in Longitude.
     58Please use minus(-) sign in front of the number for South latitude and West longitude. For example, for 23.0225  N, 72.5714  E, Use 23.0225 in Latitude and 72.5714 for Longitude. similarly, for 12.9722  S, 38.5014 W, Use -12.9722 in Latitude and -38.5014 in Longitude.
    5959
    6060= How do I display Daily Salat Timings? =
     
    9090
    9191== Changelog ==
     92= 1.3.0 =
     93* Updated: Compatible upto 6.6
     94
    9295= 1.2.9 =
    9396* Updated: added Google API Key and IPstack Access key options in admin page
  • xllentech-salat-timings/trunk/xllentech-salat-timings.php

    r2838183 r3133558  
    1616 * Plugin URI:        https://wordpress.org/plugins/xllentech-salat-timings/
    1717 * Description:       Display Salat Timings Daily and Monthly for Shia Ithna-Ashari Muslims Around the World
    18  * Version:           1.2.9
     18 * Version:           1.3.0
    1919 * Author:            XllenTech Solutions
    2020 * Author URI:        https://xllentech.com/
     
    3030}
    3131
    32 if ( ! defined( "XST_PLUGIN_VERSION" ))     define( "XST_PLUGIN_VERSION",  "1.2.9");
     32if ( ! defined( "XST_PLUGIN_VERSION" ))     define( "XST_PLUGIN_VERSION",  "1.3.0");
    3333if ( ! defined( "XST_PLUGIN_DIR" )) define( "XST_PLUGIN_DIR", plugin_dir_path( __FILE__ ));
    3434if ( ! defined( 'XST_PLUGIN_URL' ) ) define( 'XST_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.