Skip to content

Commit

Permalink
Merge pull request #59 from pantheon-systems/update-readme-0-3-1
Browse files Browse the repository at this point in the history
Update README for v0.3.1
  • Loading branch information
danielbachhuber authored Mar 13, 2020
2 parents 6b47250 + 804ced7 commit c140f21
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**Tags:** Pantheon, hosting
**Requires at least:** 4.9
**Tested up to:** 5.4
**Stable tag:** 0.3.0
**Stable tag:** 0.3.1
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -39,6 +39,9 @@ By default, the Pantheon HUD appears for logged-in users with the `manage_option

## Changelog ##

### 0.3.1 (March 13, 2020) ###
* Fixes issue where indicator didn't properly load on the frontend [[#58](https://github.com/pantheon-systems/pantheon-hud/pull/58)].

### 0.3.0 (March 11, 2020) ###
* Improves performance by populating Pantheon HUD menu with an AJAX request on hover [[#55](https://github.com/pantheon-systems/pantheon-hud/pull/55)].
* Cleans up PHPCS errors [[#49](https://github.com/pantheon-systems/pantheon-hud/pull/49)].
Expand Down
2 changes: 1 addition & 1 deletion pantheon-hud.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin Name: Pantheon HUD
* Version: 0.3.0
* Version: 0.3.1
* Description: A heads-up display into your Pantheon environment.
* Author: Pantheon
* Author URI: https://pantheon.io
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: getpantheon, danielbachhuber
Tags: Pantheon, hosting
Requires at least: 4.9
Tested up to: 5.4
Stable tag: 0.3.0
Stable tag: 0.3.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -37,6 +37,9 @@ By default, the Pantheon HUD appears for logged-in users with the `manage_option

== Changelog ==

= 0.3.1 (March 13, 2020) =
* Fixes issue where indicator didn't properly load on the frontend [[#58](https://github.com/pantheon-systems/pantheon-hud/pull/58)].

= 0.3.0 (March 11, 2020) =
* Improves performance by populating Pantheon HUD menu with an AJAX request on hover [[#55](https://github.com/pantheon-systems/pantheon-hud/pull/55)].
* Cleans up PHPCS errors [[#49](https://github.com/pantheon-systems/pantheon-hud/pull/49)].
Expand Down

0 comments on commit c140f21

Please sign in to comment.