Skip to content

Commit

Permalink
Update docs and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Jun 9, 2017
1 parent 9be22e6 commit ce7aa32
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
6 changes: 3 additions & 3 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.2.0
* @version 1.2.1
*/
/*
Plugin Name: Hello Server by Liquid Web
Expand All @@ -11,8 +11,8 @@
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
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.2.0
Description: This is a simple plugin that tells you what server your WordPress is running on. It's super useful for when you run WordPress in a clustered, or mulit-server, environment.
Version: 1.2.1
Text Domain: hello-server
Domain Path: /languages/
*/
Expand Down
28 changes: 16 additions & 12 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# Hello Server by Liquid Web
Contributors: Liquid Web, liquidwebdan
Tags: server info, hostname, cluster, clustering
Requires at least: 3.0
Tested up to: 4.6.1
Stable tag: 1.2.0
License: GPLv2 or later
Contributors: Liquid Web, liquidwebdan
Tags: server info, hostname, cluster, clustering, multi-node, webnodes, web-nodes, multi-server
Requires at least: 3.0
Tested up to: 4.8.0
Stable tag: 1.2.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This is a simple plugin that tells you what server your WordPress is on. It's super useful for when you run WordPress in a clustered environment.
This is a simple plugin that tells you what server your WordPress is running on. It's super useful for when you run WordPress in a clustered, or mulit-server, environment.

## Description

Do you run your WordPress in a Cluster setup?
Need to know what server your request is served from?
Don't want to have to dig in access logs to do it?
Do you run your WordPress in a Cluster based setup?
Ever need to know what server your request came from?
Don't want to have to dig into server access logs to do it?

Look no further. This is just the plugin for you.
Look no further, this is just the plugin you're looking for.

Hello Server adds a node to the Toolbar that tells you what server your request was sent from! In the new Hello Server menu you'll find the current servers hostname and IP!
Hello Server adds a menu-node to the Admin Toolbar that tells you what server your request was sent from! In the new Hello Server menu you'll find the current servers hostname and IP!

## Screenshots

Expand Down Expand Up @@ -54,6 +54,10 @@ Manual Install:

## Changelog

### 1.2.1

* Improve transient implementation to prevent showing inaccurate information.

### 1.2.0

* Use transient to make things a little snappier.
Expand Down

0 comments on commit ce7aa32

Please sign in to comment.