Changeset 3133558
- Timestamp:
- 08/10/2024 08:14:50 PM (19 months ago)
- Location:
- xllentech-salat-timings/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
xllentech-salat-timings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
xllentech-salat-timings/trunk/readme.txt
r2838183 r3133558 3 3 Tags: prayer times, shia prayer times, prayer timings, shia muslim prayer timings 4 4 Requires at least: 3.0 5 Tested up to: 6. 16 Stable tag: 1. 2.95 Tested up to: 6.6 6 Stable tag: 1.3.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 56 56 Search 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. 57 57 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.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. 59 59 60 60 = How do I display Daily Salat Timings? = … … 90 90 91 91 == Changelog == 92 = 1.3.0 = 93 * Updated: Compatible upto 6.6 94 92 95 = 1.2.9 = 93 96 * Updated: added Google API Key and IPstack Access key options in admin page -
xllentech-salat-timings/trunk/xllentech-salat-timings.php
r2838183 r3133558 16 16 * Plugin URI: https://wordpress.org/plugins/xllentech-salat-timings/ 17 17 * Description: Display Salat Timings Daily and Monthly for Shia Ithna-Ashari Muslims Around the World 18 * Version: 1. 2.918 * Version: 1.3.0 19 19 * Author: XllenTech Solutions 20 20 * Author URI: https://xllentech.com/ … … 30 30 } 31 31 32 if ( ! defined( "XST_PLUGIN_VERSION" )) define( "XST_PLUGIN_VERSION", "1. 2.9");32 if ( ! defined( "XST_PLUGIN_VERSION" )) define( "XST_PLUGIN_VERSION", "1.3.0"); 33 33 if ( ! defined( "XST_PLUGIN_DIR" )) define( "XST_PLUGIN_DIR", plugin_dir_path( __FILE__ )); 34 34 if ( ! defined( 'XST_PLUGIN_URL' ) ) define( 'XST_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.