Update to version 0.1.1 #1

Merged
ogrecooper merged 2 commits from dev into master 2025-07-22 16:41:07 +00:00
8 changed files with 149 additions and 7 deletions
Showing only changes of commit 0f2d1754b5 - Show all commits

View File

@@ -3,7 +3,7 @@
* Plugin Name: OgreSchema * Plugin Name: OgreSchema
* Plugin URI: https://plugins.cleverogre.com/plugin/ogreschema/ * Plugin URI: https://plugins.cleverogre.com/plugin/ogreschema/
* Description: Output schema site-wide for your website. * Description: Output schema site-wide for your website.
* Version: 0.1.0 * Version: 0.1.1
* Requires at Least: 6.0 * Requires at Least: 6.0
* Requires PHP: 8.0 * Requires PHP: 8.0
* Author: CleverOgre * Author: CleverOgre

View File

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

View File

@@ -4,7 +4,7 @@ Donate link: https://cleverogre.com/
Tags: gravityforms, feed, jobs, resume, application Tags: gravityforms, feed, jobs, resume, application
Requires at least: 6.0.0 Requires at least: 6.0.0
Tested up to: 6.4.3 Tested up to: 6.4.3
Stable tag: 0.1.0 Stable tag: 0.1.1
License: GPLv2 or later License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -12,8 +12,6 @@ Output schema site-wide for your website.
== Description == == Description ==
TODO
Prerequisites: Prerequisites:
* [Advanced Custom Fields](https://www.advancedcustomfields.com/) * [Advanced Custom Fields](https://www.advancedcustomfields.com/)
@@ -30,5 +28,8 @@ If you do know what plugin you have downloaded, please contact [CleverOgre](team
== Changelog == == Changelog ==
= 0.1.1 - 2025-05-21 =
* BUG: Fix `load_plugin_textdomain` deprecation.
= 0.1.0 - 2024-06-06 = = 0.1.0 - 2024-06-06 =
* Initial build of OgreSchema plugin. Ported from OgreCore. * Initial build of OgreSchema plugin. Ported from OgreCore.