Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Kemme committed Mar 1, 2017
1 parent 76a57e9 commit 6317c17
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 13 deletions.
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.3.1
**Stable tag:** 0.3.2
**License:** GPLv2
**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

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

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.

27 changes: 21 additions & 6 deletions languages/wp-cloudflare-dashboard.pot
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Copyright (C) 2017
# This file is distributed under the same license as the package.
# Copyright (C) 2017 Tyler Kemme
# This file is distributed under the MIT.
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Project-Id-Version: WP Cloudflare Dashboard 0.3.1\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin//Users/tpkemme/vagrant-local/www/"
"tacticalwp/htdocs/wp-content/plugins/wpcd/wp-cloudflare-dashboard\n"
"POT-Creation-Date: 2017-03-01 15:31:34+00:00\n"
"https://wordpress.org/support/plugin/wp-cloudflare-dashboard\n"
"POT-Creation-Date: 2017-03-01 17:37:19+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -702,6 +701,22 @@ msgid ""
"available."
msgstr ""

#. Plugin Name of the plugin/theme
msgid "WP Cloudflare Dashboard"
msgstr ""

#. Author URI of the plugin/theme
msgid "https://tylerkemme.com"
msgstr ""

#. Description of the plugin/theme
msgid "A Cloudflare Analytics Dashboard for Wordpress."
msgstr ""

#. Author of the plugin/theme
msgid "Tyler Kemme"
msgstr ""

#: vendor/cmb2/includes/CMB2_JS.php:128
msgctxt "Valid formatDate string for jquery-ui datepicker"
msgid "mm/dd/yy"
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.4.0",
"version": "0.3.2",
"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://tylerkemme.com
* Description: A Cloudflare Analytics Dashboard for Wordpress.
* Version: 0.3.1
* Version: 0.3.2
* Author: Tyler Kemme
* Author URI: https://tylerkemme.com
* Donate link: https://tylerkemme.com
Expand All @@ -14,7 +14,7 @@
* @link https://tacticalwp.com
*
* @package WP Cloudflare Dashboard
* @version 0.3.1
* @version 0.3.2
*/

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

/**
* URL of plugin directory
Expand Down

0 comments on commit 6317c17

Please sign in to comment.