Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@

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

* Version - Update minimum required version of the stellarwp/schema library to v3.2.0.

[0.2.0]: https://github.com/stellarwp/shepherd/releases/tag/0.2.0

## [0.1.0] 2025-12-17

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

[0.0.9]: https://github.com/stellarwp/shepherd/releases/tag/0.0.9
[0.1.0]: https://github.com/stellarwp/shepherd/releases/tag/0.1.0

## [0.0.9] 2025-11-17

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/db": "^1.1",
"stellarwp/schema": "^3.1.2",
"stellarwp/schema": "^3.2",
"woocommerce/action-scheduler": "3.9.3",
"psr/log": "^1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion shepherd.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @wordpress-plugin
* Plugin Name: Shepherd
* Description: A library for offloading tasks to background processes.
* Version: 0.1.0
* Version: 0.2.0
* Author: StellarWP
* Author URI: https://stellarwp.com
* License: GPL-2.0-or-later
Expand Down
Loading