From 4d9f9b3b03f36b422fad837091cbd23373984109 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Fri, 14 May 2021 12:27:14 -0600 Subject: [PATCH 1/2] add hetero and chromia to prefixes and suffixes --- inc/fragments/prefix.php | 1 + inc/fragments/suffix.php | 1 + 2 files changed, 2 insertions(+) diff --git a/inc/fragments/prefix.php b/inc/fragments/prefix.php index 331f015..7a6c221 100644 --- a/inc/fragments/prefix.php +++ b/inc/fragments/prefix.php @@ -48,6 +48,7 @@ class prefix extends fragments { 'grind', 'hard', 'hate', + 'hetero', 'indo', 'kinder', 'math', diff --git a/inc/fragments/suffix.php b/inc/fragments/suffix.php index 877d7ca..0869d01 100644 --- a/inc/fragments/suffix.php +++ b/inc/fragments/suffix.php @@ -29,6 +29,7 @@ class suffix extends fragments { 'tune', 'ia', 'down', + 'chromia', ]; public function elements() { From 56bbf615c93597bbce724ddebfb3b2c052044306 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Fri, 14 May 2021 12:27:25 -0600 Subject: [PATCH 2/2] bump version to 1.2.1 --- README.md | 8 ++++++-- plugin.php | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7ec4fa0..6b5cb7f 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. diff --git a/plugin.php b/plugin.php index d16f6b6..ad19381 100644 --- a/plugin.php +++ b/plugin.php @@ -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