Skip to content

Commit 2ecd9d3

Browse files
authored
Merge pull request #2 from stellarwp/feat/update-stellarwp-schema
feat: Update min required schema version to 3.2.0
2 parents 1f8ff09 + 10a084c commit 2ecd9d3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. This project adhere to the [Semantic Versioning](http://semver.org/) standard.
44

5+
## [0.2.0] 2026-01-05
6+
7+
* Version - Update minimum required version of the stellarwp/schema library to v3.2.0.
8+
9+
[0.2.0]: https://github.com/stellarwp/schema-models/releases/tag/0.2.0
10+
511
## [0.1.0] 2025-10-02
612

713
* Feature - Initial release of Schema Models.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"require": {
3636
"php": ">=7.4",
3737
"stellarwp/models": "^2.0.0",
38-
"stellarwp/schema": "^3.1.2"
38+
"stellarwp/schema": "^3.2"
3939
},
4040
"require-dev": {
4141
"stellarwp/coding-standards": "^2.1",

schema-models.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @wordpress-plugin
1010
* Plugin Name: Schema Models
1111
* Description: A library for models based on Schema definitions.
12-
* Version: 0.1.0
12+
* Version: 0.2.0
1313
* Author: StellarWP
1414
* Author URI: https://stellarwp.com
1515
* License: MIT

0 commit comments

Comments
 (0)