From 33513a38912bd3eae5506bbd4ca855842df440b9 Mon Sep 17 00:00:00 2001 From: zekinah Date: Wed, 5 Aug 2020 19:43:43 -0700 Subject: [PATCH] Updates Version --- README.txt | 6 +++--- includes/class-pandemic-covid19.php | 2 +- pandemic-covid19.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.txt b/README.txt index 1ca0819..5941407 100644 --- a/README.txt +++ b/README.txt @@ -5,7 +5,7 @@ Tags: covid19, covid-19, corona virus, status, report Requires at least: 3.0.1 Tested up to: 5.5 Requires PHP: 5.6 or higher -Stable tag: 1.0 +Stable tag: 1.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -83,9 +83,9 @@ The API that we are using on this plugin was blocked in Russian Government Regul 8. Result of the Shortcode for the World Heat Map. == Changelog == -= 1.1 = += 1.0.1 = * Added Historical Graph ShortCode * Added World Heat Map Cases ShortCode -= 1.0 = += 1.0.0 = * Intial Release \ No newline at end of file diff --git a/includes/class-pandemic-covid19.php b/includes/class-pandemic-covid19.php index 3dff27e..d65e0f3 100644 --- a/includes/class-pandemic-covid19.php +++ b/includes/class-pandemic-covid19.php @@ -75,7 +75,7 @@ public function __construct() { if ( defined( 'PANDEMIC_COVID19_VERSION' ) ) { $this->version = PANDEMIC_COVID19_VERSION; } else { - $this->version = '1.0.0'; + $this->version = '1.0.1'; } $this->plugin_name = 'pandemic-covid19'; diff --git a/pandemic-covid19.php b/pandemic-covid19.php index 0dcda01..8eca603 100644 --- a/pandemic-covid19.php +++ b/pandemic-covid19.php @@ -16,7 +16,7 @@ * Plugin Name: Zone Pandemic Covid-19 * Plugin URI: https://github.com/zekinah/wp-pandemic-covid19 * Description: This is a short description of what the plugin does. It's displayed in the WordPress admin area. - * Version: 1.0.0 + * Version: 1.0.1 * Author: Zekinah Lecaros * Author URI: zekinahlecaros.com * License: GPL-2.0+