Skip to content

Commit 63c02ff

Browse files
authored
Merge pull request #20 from stellarwp/feat/update-stellarwp-schema
feat: Update min required schema version to 3.2.0
2 parents aadb440 + 511f291 commit 63c02ff

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
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/shepherd/releases/tag/0.2.0
10+
511
## [0.1.0] 2025-12-17
612

713
* Feature - Introduces a method `run` to the Regulator class which enables running a set of tasks synchronously.
814

9-
[0.0.9]: https://github.com/stellarwp/shepherd/releases/tag/0.0.9
15+
[0.1.0]: https://github.com/stellarwp/shepherd/releases/tag/0.1.0
1016

1117
## [0.0.9] 2025-11-17
1218

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/db": "^1.1",
38-
"stellarwp/schema": "^3.1.2",
38+
"stellarwp/schema": "^3.2",
3939
"woocommerce/action-scheduler": "3.9.3",
4040
"psr/log": "^1.1"
4141
},

shepherd.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: Shepherd
1111
* Description: A library for offloading tasks to background processes.
12-
* Version: 0.1.0
12+
* Version: 0.2.0
1313
* Author: StellarWP
1414
* Author URI: https://stellarwp.com
1515
* License: GPL-2.0-or-later

0 commit comments

Comments
 (0)