Plugin Directory

Changeset 2527742


Ignore:
Timestamp:
05/07/2021 08:37:58 AM (5 years ago)
Author:
zekinah
Message:

Released version 1.1.0

Location:
zone-pandemic-covid-19
Files:
86 added
4 edited

Legend:

Unmodified
Added
Removed
  • zone-pandemic-covid-19/trunk/composer.json

    r2350151 r2527742  
    11{
    22    "name": "zekinah/zone-pandemic-covid19",
    3     "description": "This plugin provides data of how many patient(s) are active, confirmed, dead or recovered, in a world, and the continent or country assigned.",
     3    "description": "This plugin provides shortcode that displays the live recorded data of the covid19.",
    44    "keywords": ["wordpress", "plugin", "wordpress-plugin"],
    55    "homepage": "https://github.com/zekinah/zone-pandemic-covid19",
  • zone-pandemic-covid-19/trunk/pandemic-covid19.php

    r2455242 r2527742  
    1616 * Plugin Name:       Zone Pandemic Covid-19
    1717 * Plugin URI:        https://github.com/zekinah/wp-pandemic-covid19
    18  * Description:       This plugin provides shortcode that displays the live recorded data of the covid19 in the whole world.
    19  * Version:           1.0.9
     18 * Description:       This plugin provides shortcode that displays the live recorded data of the covid19.
     19 * Version:           1.1.0
    2020 * Author:            Zekinah Lecaros
    2121 * Author URI:        zekinahlecaros.com
  • zone-pandemic-covid-19/trunk/public/class-pandemic-covid19-public.php

    r2355729 r2527742  
    7777        wp_enqueue_script( $this->plugin_name, plugin_dir_url( __FILE__ ) . 'js/pandemic-covid19-public.js', array( 'jquery' ), $this->version, false );
    7878        wp_enqueue_script('zone-pandemic-covid19-datatable-js', plugin_dir_url(__FILE__) . 'js/datatable/jquery.dataTables.js', array('jquery'), $this->version);
    79         // wp_enqueue_script('zone-pandemic-covid19-core', plugin_dir_url(__FILE__)  . 'js/amchart/core.js', array(), $this->version);
    80         // wp_enqueue_script('zone-pandemic-covid19-chart', plugin_dir_url(__FILE__)  . 'js/amchart/chart.js', array(), $this->version);
    81         // wp_enqueue_script('zone-pandemic-covid19-animated', plugin_dir_url(__FILE__)  . 'js/amchart/animated.js', array(), $this->version);
    8279        wp_enqueue_script('zone-pandemic-covid19-core', 'https://cdn.amcharts.com/lib/4/core.js', array(), $this->version);
    8380        wp_enqueue_script('zone-pandemic-covid19-chart', 'https://cdn.amcharts.com/lib/4/charts.js', array(), $this->version);
  • zone-pandemic-covid-19/trunk/readme.txt

    r2458668 r2527742  
    44Tags: covid19, covid-19, corona virus, coronavirus, elementor, report
    55Requires at least: 3.0.1
    6 Tested up to: 5.6
     6Tested up to: 5.7.1
    77Requires PHP: 7 or higher
    8 Stable tag: 1.0.5
     8Stable tag: 1.0.9
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    124124
    125125== Changelog ==
     126= 1.1.0 =
     127* Compatibility for WP 5.7.1
     128* Clean
     129
    126130= 1.0.9 =
    127 * Compatibility for WP5.6
     131* Compatibility for WP 5.6
    128132
    129133= 1.0.8 =
     
    149153
    150154= 1.0.0 =
    151 * Initial Release
     155* Initial Released
Note: See TracChangeset for help on using the changeset viewer.