Pushed to version 0.1.2

This commit is contained in:
Cooper Dalrymple
2025-11-05 09:36:38 -06:00
parent 52a49a53e8
commit 0a5b751d12
3 changed files with 7 additions and 3 deletions

View File

@@ -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.1
* Version: 0.1.2
* Requires at Least: 6.0
* Requires PHP: 8.0
* Author: CleverOgre

View File

@@ -1,7 +1,7 @@
{
"name": "ogre-schema",
"title": "OgreSchema",
"version": "0.1.1",
"version": "0.1.2",
"author": "CleverOgre",
"license": "GPL-3.0+",
"keywords": [],

View File

@@ -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.1
Stable tag: 0.1.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -28,6 +28,10 @@ If you do know what plugin you have downloaded, please contact [CleverOgre](team
== Changelog ==
= 0.1.2 - 2025-11-05 =
* BUG: Allow theme-included ACF Pro as requirement.
* DEV: Fixed minor build issues.
= 0.1.1 - 2025-05-21 =
* BUG: Fix `load_plugin_textdomain` deprecation.