From 70621a49b36b30310e0d0898cfb43d1af2cdea25 Mon Sep 17 00:00:00 2001 From: Dimitrios Pantazis Date: Mon, 5 Jan 2026 15:06:06 +0200 Subject: [PATCH 1/2] feat: Update min required schema version to 3.2.0 --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- schema-models.php | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c914056..2dca9b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. This project adhere to the [Semantic Versioning](http://semver.org/) standard. +## [0.2.0] 2026-01-05 + +* Feature - Update minimum required version of the stellarwp/schema library to v3.2.0. + +[0.2.0]: https://github.com/stellarwp/schema-models/releases/tag/0.2.0 + ## [0.1.0] 2025-10-02 * Feature - Initial release of Schema Models. diff --git a/composer.json b/composer.json index 3a5fb02..23ed6b5 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "require": { "php": ">=7.4", "stellarwp/models": "^2.0.0", - "stellarwp/schema": "^3.1.2" + "stellarwp/schema": "^3.2" }, "require-dev": { "stellarwp/coding-standards": "^2.1", diff --git a/schema-models.php b/schema-models.php index 6e84b3e..21bd914 100644 --- a/schema-models.php +++ b/schema-models.php @@ -9,7 +9,7 @@ * @wordpress-plugin * Plugin Name: Schema Models * Description: A library for models based on Schema definitions. - * Version: 0.1.0 + * Version: 0.2.0 * Author: StellarWP * Author URI: https://stellarwp.com * License: MIT From 10a084cfcbef1159190b8dbf044e868cd79d3cb2 Mon Sep 17 00:00:00 2001 From: Dimitrios Pantazis Date: Mon, 5 Jan 2026 15:07:26 +0200 Subject: [PATCH 2/2] Apply suggestion from @dpanta94 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dca9b3..c8eaf2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. This projec ## [0.2.0] 2026-01-05 -* Feature - Update minimum required version of the stellarwp/schema library to v3.2.0. +* Version - Update minimum required version of the stellarwp/schema library to v3.2.0. [0.2.0]: https://github.com/stellarwp/schema-models/releases/tag/0.2.0