File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments