Skip to content

Commit

Permalink
Merge pull request #21 from BinaryJazz/add-hetero-chromia
Browse files Browse the repository at this point in the history
Add "hetero" "chromia"
  • Loading branch information
Chris Reynolds committed May 14, 2021
2 parents c3e56c3 + 56bbf61 commit 2a58ac8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Genrenator #
**Contributors:** [Allison Tarr](https://github.com/allisonplus), [Chris Reynolds](https://github.com/jazzsequence), [Gary Kovar](https://github.com/binarygary)
**Description:** Random genre creation API.
**Stable tag:** 1.2
**Stable tag:** 1.2.1
**License:** GPLv3
**License URI:** http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -41,11 +41,15 @@ Testing the plugin locally (or via the API) is a lot of help in identifying bugs

### Manual Installation ###

1. Upload the entire `/genrenator-1` directory to the `/wp-content/plugins/` directory.
1. Upload the entire `/genrenator` directory to the `/wp-content/plugins/` directory.
2. Activate Genrenator through the 'Plugins' menu in WordPress.

## Changelog ##

### 1.2.1 ###
* Adds `hetero` as a prefix. See [Binary Jazz Episode 1111111](https://binaryjazz.us/2021/05/14/episode-1111111-heterochromia/).
* Adds `chromia` as a suffix. See [Binary Jazz Episode 1111111](https://binaryjazz.us/2021/05/14/episode-1111111-heterochromia/).

### 1.2 ###
* Now stores a running count of all genres created.
* Adds slim shortcodes for genres and stories that don't display the twitter button or paragraph formatting.
Expand Down
1 change: 1 addition & 0 deletions inc/fragments/prefix.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class prefix extends fragments {
'grind',
'hard',
'hate',
'hetero',
'indo',
'kinder',
'math',
Expand Down
1 change: 1 addition & 0 deletions inc/fragments/suffix.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class suffix extends fragments {
'tune',
'ia',
'down',
'chromia',
];

public function elements() {
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Binary Jazz Genrenator
* Plugin URI: https://binaryjazz.us
* Description: Random genre creation API.
* Version: 1.2
* Version: 1.2.1
* Author: The folks at Binary Jazz
* Author URI: https://binaryjazz.us
* License: GPLv3
Expand Down

0 comments on commit 2a58ac8

Please sign in to comment.