diff --git a/readme.txt b/readme.txt index 98e9e86..ba2c01e 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: kbat82 Tags: block, stable diffusion, ai, prompt, artificial intelligence Tested up to: 6.0 -Stable tag: 0.1.7 +Stable tag: 0.1.8 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -52,7 +52,10 @@ This plugin provides an interface to the Replicate API and requires you have an == Changelog == += 0.1.8 - 2022-09-15 = +- Tweak: Update height and width positioning - Tweak: Add middleware to grab token from the db (or body) +- Testing: Adds login e2e tests = 0.1.7 - 2022-09-15 = - Update auto inject to be more reliable diff --git a/stable-diffusion.php b/stable-diffusion.php index 7b079ff..3277044 100644 --- a/stable-diffusion.php +++ b/stable-diffusion.php @@ -4,7 +4,7 @@ * Description: Generate unique images from text prompts using machine learning, all in the cloud. * Requires at least: 5.8 * Requires PHP: 7.0 - * Version: 0.1.7 + * Version: 0.1.8 * Author: Kevin Batdorf * License: GPL-2.0-or-later * License URI: https://www.gnu.org/licenses/gpl-2.0.html