Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Kemme committed Feb 28, 2017
1 parent 5835797 commit bac02a3
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file. This projec
Generated by [auto-changelog](https://github.com/CookPete/auto-changelog)


## [v0.2.0](https://github.com/tpkemme/wp-cloudflare-dashboard/compare/v0.2.0...v0.2.0) - 2017-02-28
## [v0.1.0](https://github.com/tpkemme/wp-cloudflare-dashboard/compare/v0.2.0...v0.1.0) - 2017-02-28

### Commits
* updated changelog [`5835797`](https://github.com/tpkemme/wp-cloudflare-dashboard/commit/5835797228f4d6fc02163e5371d67605ee843702)


## v0.2.0 - 2017-02-28
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
**Contributors:** Tyler Kemme
**Requires at least:** 4.4
**Tested up to:** 4.7.2
**Stable tag:** 0.2.0
**Stable tag:** 0.1.0
**License:** MIT
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
2 changes: 1 addition & 1 deletion assets/css/wp-cloudflare-dashboard.min.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* WP Cloudflare Dashboard - v0.2.0 - 2017-02-28
* WP Cloudflare Dashboard - v0.1.0 - 2017-02-28
* https://tylerkemme.com
*
* Copyright (c) 2017;
Expand Down
2 changes: 1 addition & 1 deletion assets/js/wp-cloudflare-dashboard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion languages/wp-cloudflare-dashboard.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: WP Cloudflare Dashboard 0.2.0\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/wp-cloudflare-dashboard\n"
"POT-Creation-Date: 2017-02-28 07:06:18+00:00\n"
"POT-Creation-Date: 2017-02-28 07:07:22+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wp-cloudflare-dashboard",
"title": "WP Cloudflare Dashboard",
"version": "0.2.0",
"version": "0.1.0",
"description": "A Cloudflare Analytics Dashboard for Wordpress.",
"author": {
"name": "Tyler Kemme",
Expand Down
6 changes: 3 additions & 3 deletions wp-cloudflare-dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WP Cloudflare Dashboard
* Plugin URI: https://tacticalwp.com
* Description: A Cloudflare Analytics Dashboard for Wordpress.
* Version: 0.2.0
* Version: 0.1.0
* Author: Tyler Kemme
* Author URI: https://tylerkemme.com
* Donate link: https://tacticalwp.com
Expand All @@ -14,7 +14,7 @@
* @link https://tacticalwp.com
*
* @package WP Cloudflare Dashboard
* @version 0.2.0
* @version 0.1.0
*/

/**
Expand Down Expand Up @@ -56,7 +56,7 @@ final class WP_Cloudflare_Dashboard {
* @var string
* @since 0.0.0
*/
const VERSION = '0.2.0';
const VERSION = '0.1.0';

/**
* URL of plugin directory
Expand Down

0 comments on commit bac02a3

Please sign in to comment.