Changeset 2405894
- Timestamp:
- 10/24/2020 02:40:16 PM (5 years ago)
- Location:
- covid-19-bangladesh-live/trunk
- Files:
-
- 2 edited
-
covid-19-bd-live.php (modified) (3 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
covid-19-bangladesh-live/trunk/covid-19-bd-live.php
r2329767 r2405894 2 2 /** 3 3 * Plugin Name: Corona Bangladesh Live 4 * Plugin URI: https://covid. codeofamdad.com4 * Plugin URI: https://covid.utshobit.com 5 5 * Description: This plugin used for get update the coronavirous live update of Bangladesh & all over the world. 6 * Version: 1. 5.06 * Version: 1.6.0 7 7 * Requires at least: 4.0 8 8 * Requires PHP: 5.6 … … 78 78 $ageInSeconds = 3600; // one hour 79 79 if (!file_exists($cacheName) || time() - filemtime($cacheName) > $ageInSeconds) { 80 $api = 'https://covid. codeofamdad.com/api/stats';80 $api = 'https://covid.utshobit.com/api/stats'; 81 81 $args = [ 82 82 'timeout' => 120 … … 95 95 $ageInSeconds = 3600; // one hour 96 96 if (!file_exists($cacheName) || time() - filemtime($cacheName) > $ageInSeconds) { 97 $api = 'https://covid. codeofamdad.com/api/districts';97 $api = 'https://covid.utshobit.com/api/districts'; 98 98 $args = [ 99 99 'timeout' => 120 -
covid-19-bangladesh-live/trunk/readme.txt
r2329767 r2405894 3 3 Donate link: https://covid.codeofamdad.com 4 4 Tags: covid-19, corona, corona Bangladesh, covid-19 BD, Corona Bangladesh Live 5 Requires at least: 4.66 Tested up to: 5. 47 Stable tag: 5. 45 Requires at least: 5.0 6 Tested up to: 5.5.1 7 Stable tag: 5.5.1 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 17 17 There are three shortcode here. Here are Example of shortcode. [cbdl_widget_1], [cbdl_widget_2] & [cbdl_widget_3]. Thanks for using this plugin. 18 18 19 If this any modification require and if you face any problem please contact with us via email : amdadulhaq781@gmail.com19 If this any modification require and if you face any problem please contact with us : https://m.me/ekotahost 20 20 21 21 ## CURRENT API INFOMATION ## … … 24 24 This is our own API service provider. we have provide our manual input data to public under GNU GENERAL PUBLIC LICENSE. 25 25 26 API: https://covid. codeofamdad.com/api26 API: https://covid.utshobit.com/api 27 27 28 License: https://covid. codeofamdad.com/api/license28 License: https://covid.utshobit.com/api/license 29 29 30 Endpoint: https://covid. codeofamdad.com30 Endpoint: https://covid.utshobit.com 31 31 32 Privacy policy: https://covid. codeofamdad.com/api/privacy_policy32 Privacy policy: https://covid.utshobit.com/api/privacy_policy 33 33 34 34 ## API - 02 … … 71 71 2. This screen shot for Bangladesh. 72 72 3. This screen shot for World. 73 74 == Changelog == 75 = 1.6.0 = 76 * API Updated. 77 * Bug fixed. 78 73 79 74 80 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.