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.
Comment thread
dpanta94 marked this conversation as resolved.
Outdated

[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.
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