Skip to content

Releases: zekinah/zone-pandemic-covid19

v1.0.9

13 Jan 01:57
Compare
Choose a tag to compare

Updates

  • Compatibility for WP5.6

v1.0.8

01 Oct 03:27
Compare
Choose a tag to compare

Updates

  • Refactored Bootstrap
  • CSS Tweaks

v1.0.7

20 Sep 02:09
Compare
Choose a tag to compare

Updates

  • Fixed Minor Bugs when the WP_DEBUG is on.

v1.0.6

14 Sep 05:17
Compare
Choose a tag to compare

WP-CLI Commands

CLI version to get tabular form of Covid19.

Synopsis - wp zn_covid19 <command>

Help - wp zn_covid19 --help

Subcommands

  • display_continent - Show the List of Continent and its Covid Datas
  • display_country - Show the List of Country and its Covid Datas
  • global - Show Total Global Cases
  • version - Show the plugin version

Custom Queries available

cases, todayCases, deaths, todayDeaths, recovered, active, critical, tests

Global

wp zn_covid19 global

image

wp zn_covid19 global active,recovered

image

Continent

wp zn_covid19 display_continent 'North America'

image

wp zn_covid19 display_continent 'North America' active,recovered

image

Country

wp zn_covid19 display_country USA
image

wp zn_covid19 display_country USA active,recovered

image

v1.0.5

31 Aug 01:35
Compare
Choose a tag to compare

Updates

  • Elementor Integration, widgets available are :
    • Global Status Card
    • Countries Status Card
    • Continents Status Card
    • Table Status
    • History Graph
    • Heat Map

image

v1.0.4

10 Aug 00:11
Compare
Choose a tag to compare

Updates

  • Fixed minor bugs for showing Single country
  • Fixed minor bugs for showing Single continent
  • Refactor Administrator.

v1.0.3

07 Aug 00:57
Compare
Choose a tag to compare

Updates

  • Refactor, CSS Tweaks
  • Minor Changes

v1.0.2

06 Aug 02:45
Compare
Choose a tag to compare

Updates

  • Added Historical Graph ShortCode
  • Added World Heat Map Cases ShortCode

v1.0.1

01 Aug 01:58
Compare
Choose a tag to compare

Initial Released on the WordPress Repository

Features

  • Updates data every 10 minutes (Not the plugin itself). Which means it is the live status of the current situation in the world.
  • Shortcode for every country and shows the data of COVID 19 from that country.
  • Shortcode for every continent and shows the data of COVID 19 from that continent.
  • Shortcode that provides a table for that shows the list of all countries and its data of covid19.
  • Shortcode for the overall total global data that is recorded.
  • Dashboard Widget on the admin area that shows the Global Status of the covid19.

v1.0.0

31 Jul 03:20
Compare
Choose a tag to compare

Features

  • Updates data every 10 minutes (Not the plugin itself). Which means it is the live status of the current situation in the world.
  • Shortcode for every country and shows the data of COVID 19 from that country.
  • Shortcode for every continent and shows the data of COVID 19 from that continent.
  • Shortcode that provides a table for that shows the list of all countries and its data of covid19.
  • Shortcode for the overall total global data that is recorded.
  • Dashboard Widget on the admin area that shows the Global Status of the covid19.