From 9353d13e03d37f5f8ad960baec13c3289f27554f Mon Sep 17 00:00:00 2001 From: Cooper Dalrymple Date: Thu, 18 Jun 2026 10:17:08 -0500 Subject: [PATCH] Update to version 0.1.3 --- ogre-schema.php | 2 +- package.json | 2 +- readme.txt | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ogre-schema.php b/ogre-schema.php index 8076cda..d86274f 100644 --- a/ogre-schema.php +++ b/ogre-schema.php @@ -3,7 +3,7 @@ * Plugin Name: OgreSchema * Plugin URI: https://plugins.cleverogre.com/plugin/ogreschema/ * Description: Output schema site-wide for your website. - * Version: 0.1.2 + * Version: 0.1.3 * Requires at Least: 6.0 * Requires PHP: 8.0 * Author: CleverOgre diff --git a/package.json b/package.json index e33e1c9..c4f00c1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ogre-schema", "title": "OgreSchema", - "version": "0.1.2", + "version": "0.1.3", "author": "CleverOgre", "license": "GPL-3.0+", "keywords": [], diff --git a/readme.txt b/readme.txt index 9c5ef91..f21165b 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ 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.2 +Stable tag: 0.1.3 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -28,6 +28,9 @@ If you do know what plugin you have downloaded, please contact [CleverOgre](team == Changelog == += 0.1.3 - 2026-06-18 = +* BUG: Use ISO 8601 format for birthDate + = 0.1.2 - 2025-11-05 = * BUG: Allow theme-included ACF Pro as requirement. * DEV: Fixed minor build issues.