Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Kemme committed Feb 28, 2017
1 parent 2e1a364 commit e62c642
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 23 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.1.0 - 2017-02-22
## v0.2.0 - 2017-02-28

### 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 @@ -2,7 +2,7 @@
**Contributors:** Tyler Kemme
**Requires at least:** 4.4
**Tested up to:** 4.7.2
**Stable tag:** 0.1.0
**Stable tag:** 0.2.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.1.0 - 2017-02-28
* WP Cloudflare Dashboard - v0.2.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.

72 changes: 57 additions & 15 deletions languages/wp-cloudflare-dashboard.pot
Original file line number Diff line number Diff line change
@@ -1,24 +1,66 @@
# Copyright (C) 2017 wp-cloudflare-dashboard
# This file is distributed under the same license as the wp-cloudflare-dashboard package.
# Copyright (C) 2017 Tyler Kemme
# This file is distributed under the MIT.
msgid ""
msgstr ""
"Project-Id-Version: wp-cloudflare-dashboard\n"
"Project-Id-Version: WP Cloudflare Dashboard 0.1.0\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/wp-cloudflare-dashboard\n"
"POT-Creation-Date: 2017-02-28 07:03:17+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Last-Translator: Tyler Kemme <[email protected]>\n"
"Report-Msgid-Bugs-To: https://tylerkemme.com\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPathExcluded-0: *.js\n"
"X-Poedit-SourceCharset: UTF-8\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"X-Generator: grunt-wp-i18n1.0.0\n"

#: includes/class-options.php:66
msgid "Cloudflare Dashboard"
msgstr ""

#: includes/class-options.php:150
msgid "Cloudflare Email Address"
msgstr ""

#: includes/class-options.php:151
msgid "Email address associated with your Cloudflare account."
msgstr ""

#: includes/class-options.php:159
msgid "Cloudflare API Key"
msgstr ""

#: includes/class-options.php:160
msgid "API Key associated with your Cloudflare account."
msgstr ""

#: includes/class-options.php:181
msgid "Settings updated."
msgstr ""

#: wp-cloudflare-dashboard.php:275
msgid "WP Cloudflare Dashboard is missing requirements and has been <a href=\"%s\">deactivated</a>. Please make sure all requirements are available."
msgid ""
"WP Cloudflare Dashboard is missing requirements and has been <a "
"href=\"%s\">deactivated</a>. Please make sure all requirements are "
"available."
msgstr ""

#: includes/class-options.php:66
msgid "Cloudflare Dashboard"
#. Plugin Name of the plugin/theme
msgid "WP Cloudflare Dashboard"
msgstr ""

#. Plugin URI of the plugin/theme
msgid "https://tacticalwp.com"
msgstr ""

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

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

#. Author URI of the plugin/theme
msgid "https://tylerkemme.com"
msgstr ""
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.1.0",
"version": "0.2.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.1.0
* Version: 0.2.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.1.0
* @version 0.2.0
*/

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

/**
* URL of plugin directory
Expand Down

0 comments on commit e62c642

Please sign in to comment.