Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion schema-models.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading