From 56bbf615c93597bbce724ddebfb3b2c052044306 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Fri, 14 May 2021 12:27:25 -0600 Subject: [PATCH] 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