From 94f09673429fc8d3878dad0a3b4eccd97a2ea364 Mon Sep 17 00:00:00 2001 From: Cooper Dalrymple Date: Thu, 4 Dec 2025 11:22:35 -0600 Subject: [PATCH] Updated to version 0.1.1 --- includes/class-settings.php | 2 +- ogre-issuu.php | 4 ++-- readme.txt | 8 ++++++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/includes/class-settings.php b/includes/class-settings.php index 1d25400..de55a70 100644 --- a/includes/class-settings.php +++ b/includes/class-settings.php @@ -2,7 +2,7 @@ /** * @package CleverOgre * @subpackage OgreIssuu - * @version 0.1.0 + * @version 0.1.1 * @since 0.1.0 */ diff --git a/ogre-issuu.php b/ogre-issuu.php index 706fae7..c0bf1e3 100644 --- a/ogre-issuu.php +++ b/ogre-issuu.php @@ -3,7 +3,7 @@ * Plugin Name: OgreIssuu * Plugin URI: https://plugins.cleverogre.com/plugin/ogreissuu/ * Description: WordPress integration with Issuu API v2. - * Version: 0.1.0 + * Version: 0.1.1 * Requires at Least: 6.0 * Requires PHP: 8.0 * Author: CleverOgre @@ -17,7 +17,7 @@ * Icon2x: https://plugins.cleverogre.com/plugin/ogreissuu/?asset=icon * BannerHigh: https://plugins.cleverogre.com/plugin/ogreissuu/?asset=banner * BannerLow: https://plugins.cleverogre.com/plugin/ogreissuu/?asset=banner-sm - * Copyright: © 2024 CleverOgre, Inc. All rights reserved. + * Copyright: © 2025 CleverOgre, Inc. All rights reserved. */ namespace OgreIssuu; diff --git a/readme.txt b/readme.txt index 152aa4c..2180645 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: ogrecooper Donate link: https://cleverogre.com/ Tags: gravityforms, feed, jobs, resume, application Requires at least: 6.0.0 -Tested up to: 6.4.3 -Stable tag: 0.1.0 +Tested up to: 6.9 +Stable tag: 0.1.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -27,5 +27,9 @@ If you do know what plugin you have downloaded, please contact [CleverOgre](team == Changelog == += 0.1.1 - 2025-12-04 = +* Add troubleshooting section to settings page +* Updated composer packages (Guzzle) + = 0.1.0 - 2024-09-06 = * Initial build of OgreIssuu plugin.