Skip to content

Commit 3a415ec

Browse files
author
Tyler Kemme
committed
0.3.1
1 parent fa9adb3 commit 3a415ec

6 files changed

+8
-8
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
**Contributors:** Tyler Kemme
33
**Requires at least:** 4.4
44
**Tested up to:** 4.7.2
5-
**Stable tag:** 0.3.0
5+
**Stable tag:** 0.3.1
66
**License:** MIT
77
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
88

assets/css/wp-cloudflare-dashboard.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/wp-cloudflare-dashboard.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

languages/wp-cloudflare-dashboard.pot

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Report-Msgid-Bugs-To: "
77
"https://wordpress.org/support/plugin//Users/tpkemme/vagrant-local/www/"
88
"tacticalwp/htdocs/wp-content/plugins/wpcd/wp-cloudflare-dashboard\n"
9-
"POT-Creation-Date: 2017-03-01 15:27:50+00:00\n"
9+
"POT-Creation-Date: 2017-03-01 15:31:34+00:00\n"
1010
"MIME-Version: 1.0\n"
1111
"Content-Type: text/plain; charset=utf-8\n"
1212
"Content-Transfer-Encoding: 8bit\n"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wp-cloudflare-dashboard",
33
"title": "WP Cloudflare Dashboard",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"description": "A Cloudflare Analytics Dashboard for Wordpress.",
66
"author": {
77
"name": "Tyler Kemme",

wp-cloudflare-dashboard.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WP Cloudflare Dashboard
44
* Plugin URI: https://tacticalwp.com
55
* Description: A Cloudflare Analytics Dashboard for Wordpress.
6-
* Version: 0.3.0
6+
* Version: 0.3.1
77
* Author: Tyler Kemme
88
* Author URI: https://tylerkemme.com
99
* Donate link: https://tacticalwp.com
@@ -14,7 +14,7 @@
1414
* @link https://tacticalwp.com
1515
*
1616
* @package WP Cloudflare Dashboard
17-
* @version 0.3.0
17+
* @version 0.3.1
1818
*/
1919

2020
/**
@@ -56,7 +56,7 @@ final class WP_Cloudflare_Dashboard {
5656
* @var string
5757
* @since 0.0.0
5858
*/
59-
const VERSION = '0.3.0';
59+
const VERSION = '0.3.1';
6060

6161
/**
6262
* URL of plugin directory

0 commit comments

Comments
 (0)