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 22, 2017
1 parent 189d49a commit a78ac56
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).

Generated by [auto-changelog](https://github.com/CookPete/auto-changelog)


## v0.1.0 - 2017-02-22

### Commits
* initial commit, added options page and dashboard class [`189d49a`](https://github.com/tpkemme/wp-cloudflare-dashboard/commit/189d49ab8d5b3fdd16ff0d69955d8970b81f8f37)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**Tags:**
**Requires at least:** 4.4
**Tested up to:** 4.7.2
**Stable tag:** 0.0.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 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.0.0\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/wp-cloudflare-dashboard\n"
"POT-Creation-Date: 2017-02-22 13:19:18+00:00\n"
"POT-Creation-Date: 2017-02-22 13:25:25+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.0.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://wplove.io
* Description: A Cloudflare Analytics Dashboard for Wordpress.
* Version: 0.0.0
* Version: 0.1.0
* Author: Tyler Kemme
* Author URI: https://tylerkemme.com
* Donate link: https://wplove.io
Expand All @@ -14,7 +14,7 @@
* @link https://wplove.io
*
* @package WP Cloudflare Dashboard
* @version 0.0.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.0.0';
const VERSION = '0.1.0';

/**
* URL of plugin directory
Expand Down

0 comments on commit a78ac56

Please sign in to comment.