Plugin Directory

Changeset 2405894


Ignore:
Timestamp:
10/24/2020 02:40:16 PM (5 years ago)
Author:
amdad121
Message:

API Changes

Location:
covid-19-bangladesh-live/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • covid-19-bangladesh-live/trunk/covid-19-bd-live.php

    r2329767 r2405894  
    22/**
    33 * Plugin Name:       Corona Bangladesh Live
    4  * Plugin URI:        https://covid.codeofamdad.com
     4 * Plugin URI:        https://covid.utshobit.com
    55 * Description:       This plugin used for get update the coronavirous live update of Bangladesh & all over the world.
    6  * Version:           1.5.0
     6 * Version:           1.6.0
    77 * Requires at least: 4.0
    88 * Requires PHP:      5.6
     
    7878    $ageInSeconds = 3600; // one hour
    7979    if (!file_exists($cacheName) || time() - filemtime($cacheName) > $ageInSeconds) {
    80         $api = 'https://covid.codeofamdad.com/api/stats';
     80        $api = 'https://covid.utshobit.com/api/stats';
    8181        $args = [
    8282            'timeout' => 120
     
    9595    $ageInSeconds = 3600; // one hour
    9696    if (!file_exists($cacheName) || time() - filemtime($cacheName) > $ageInSeconds) {
    97         $api = 'https://covid.codeofamdad.com/api/districts';
     97        $api = 'https://covid.utshobit.com/api/districts';
    9898        $args = [
    9999            'timeout' => 120
  • covid-19-bangladesh-live/trunk/readme.txt

    r2329767 r2405894  
    33Donate link: https://covid.codeofamdad.com
    44Tags: covid-19, corona, corona Bangladesh, covid-19 BD, Corona Bangladesh Live
    5 Requires at least: 4.6
    6 Tested up to: 5.4
    7 Stable tag: 5.4
     5Requires at least: 5.0
     6Tested up to: 5.5.1
     7Stable tag: 5.5.1
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    1717There are three shortcode here. Here are Example of shortcode. [cbdl_widget_1], [cbdl_widget_2] & [cbdl_widget_3]. Thanks for using this plugin.
    1818
    19 If this any modification require and if you face any problem please contact with us via email : amdadulhaq781@gmail.com
     19If this any modification require and if you face any problem please contact with us : https://m.me/ekotahost
    2020
    2121## CURRENT API INFOMATION ##
     
    2424This is our own API service provider. we have provide our manual input data to public under GNU GENERAL PUBLIC LICENSE.
    2525
    26 API: https://covid.codeofamdad.com/api
     26API: https://covid.utshobit.com/api
    2727
    28 License: https://covid.codeofamdad.com/api/license
     28License: https://covid.utshobit.com/api/license
    2929
    30 Endpoint: https://covid.codeofamdad.com
     30Endpoint: https://covid.utshobit.com
    3131
    32 Privacy policy: https://covid.codeofamdad.com/api/privacy_policy
     32Privacy policy: https://covid.utshobit.com/api/privacy_policy
    3333
    3434## API - 02
     
    71712. This screen shot for Bangladesh.
    72723. This screen shot for World.
     73
     74== Changelog ==
     75= 1.6.0 =
     76* API Updated.
     77* Bug fixed.
     78
    7379
    7480== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.