Skip to content

Commit

Permalink
Updates Version
Browse files Browse the repository at this point in the history
  • Loading branch information
zekinah committed Aug 6, 2020
1 parent a9f27d8 commit 33513a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion includes/class-pandemic-covid19.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion pandemic-covid19.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down

0 comments on commit 33513a3

Please sign in to comment.