Skip to content

Commit

Permalink
Update versions and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed May 16, 2017
1 parent 4d1e45c commit a9caeaa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions hello-server.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @package Hello_Server
* @version 1.1.1
* @version 1.2.0
*/
/*
Plugin Name: Hello Server by Liquid Web
Expand All @@ -12,7 +12,7 @@
Author: Dan Pock (Liquid Web)
Author URI: https://www.liquidweb.com
Description: This is just a plugin that tells you what server your WordPress is on. It's super useful for when you run WordPress in a cluster.
Version: 1.1.1
Version: 1.2.0
Text Domain: hello-server
Domain Path: /languages/
*/
Expand Down
18 changes: 10 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: Liquid Web, liquidwebdan
Tags: server info, hostname, cluster, clustering
Requires at least: 3.0
Tested up to: 4.6.1
Stable tag: 1.1.1
Stable tag: 1.2.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -29,15 +29,13 @@ Hello Server adds a node to the Toolbar that tells you what server your request

1. So what's this do then?

Basically this plugin will tell you the servers hostname that your WordPress
is executing on. This means if you're in a shared environment it will report
the shared servers hostname. If you're in a clustered environment then it
will report the hostname that handled the request.
Basically this plugin will tell you the servers hostname that your WordPress is executing on. This means if you're in a shared environment it will report the shared servers hostname. If you're in a clustered environment then it will report the hostname that handled the request.

2. Is this only useful for Clustered setups?

No, but they benefit the most from it. It saves users the time and effort it
takes to SSH into servers and tail log files. This plugin could also be
useful for WordPress users hosted via a Platform as a Service (PaaS).
No, but they benefit the most from it.

It saves users the time and effort it takes to SSH into servers and tail log files. This plugin could also be useful for WordPress users hosted via a Platform as a Service (PaaS).

## Installation

Expand All @@ -56,6 +54,10 @@ Manual Install:

## Changelog

### 1.2.0

* Use transient to make things a little snappier.

### 1.1.0 & 1.1.1

* Add support for l10n and i18n.
Expand Down

0 comments on commit a9caeaa

Please sign in to comment.