Plugin Directory

Changeset 2563986


Ignore:
Timestamp:
07/14/2021 01:56:28 AM (4 years ago)
Author:
freeduke
Message:
  • Remove extra debug codes, housekeeping;
Location:
corona-virus-data/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • corona-virus-data/trunk/README.txt

    r2562416 r2563986  
    5656== Changelog ==
    5757
     58= 1.3.9 =
     59* Remove extra debug codes, housekeeping;
     60
    5861= 1.3.8 =
    5962* Fix some issues on php 8, keep it work on php 7;
  • corona-virus-data/trunk/admin/js/corona-virus-data-admin.js

    r2341402 r2563986  
    88        if ( data.type = 'json' )
    99        {
    10             console.log(data);
    11             console.log('yes');
    1210            $('.cov-loading1').hide();
    1311            $('#cov_ser_st').addClass('greendot');
  • corona-virus-data/trunk/corona-virus-data.php

    r2562416 r2563986  
    1111 * Plugin URI:        https://www.dukeyin.com/corona-virus-data/
    1212 * Description:       This plugin use an api to display the "Corona virus" data in whole world and country you care through a shortcode [cov2019] or [cov2019all] in your WordPress post or page.
    13  * Version:           1.3.8
     13 * Version:           1.3.9
    1414 * Author:            Duke Yin
    1515 * Author URI:        https://www.dukeyin.com
     
    2828 * Rename this for your plugin and update it as you release new versions.
    2929 */
    30 define('CORONA_VIRUS_DATA_VERSION', '1.3.8');
     30define('CORONA_VIRUS_DATA_VERSION', '1.3.9');
    3131define('CORONA_VIRUS_DATA_URL', plugin_dir_url(__FILE__));
    3232/**
  • corona-virus-data/trunk/public/js/cov-load-map.js

    r2562416 r2563986  
    4444                if( rad >40 ) {rad = 40;col ="#ff0000";}
    4545            }
    46             console.log(rad);
    4746            var circle = L.circleMarker([lat, lng], {
    4847                    color: '',
Note: See TracChangeset for help on using the changeset viewer.