From 16016bd709ec3f0c00ad72d37a365b30d90fd580 Mon Sep 17 00:00:00 2001 From: Naman Malhotra Date: Tue, 21 Jan 2025 14:43:01 +0530 Subject: [PATCH] 3.9.1 prep --- action-scheduler.php | 2 +- changelog.txt | 8 ++++++++ readme.txt | 8 ++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/action-scheduler.php b/action-scheduler.php index 9649e657..640a305e 100644 --- a/action-scheduler.php +++ b/action-scheduler.php @@ -5,7 +5,7 @@ * Description: A robust scheduling library for use in WordPress plugins. * Author: Automattic * Author URI: https://automattic.com/ - * Version: 3.9.0 + * Version: 3.9.1 * License: GPLv3 * Requires at least: 6.5 * Tested up to: 6.7 diff --git a/changelog.txt b/changelog.txt index 9e044126..80b0e6d9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,13 @@ *** Changelog *** += 3.9.1 - 2025-01-21 = +* A number of new WP CLI commands have been added, making it easier to manage actions in the terminal and from scripts. +* New wp action-scheduler source command to help determine how Action Scheduler is being loaded. +* Additional information about the active instance of Action Scheduler is now available in the Help pull-down drawer. +* Make some other nullable parameters explicitly nullable. +* Set option value to `no` rather than deleting. +* Tweak - WP 6.5 compatibility. + = 3.9.0 - 2024-11-14 = * Minimum required version of PHP is now 7.1. * Performance improvements for the `as_pending_actions_due()` function. diff --git a/readme.txt b/readme.txt index ea1897ab..91102e41 100644 --- a/readme.txt +++ b/readme.txt @@ -47,6 +47,14 @@ Collaboration is cool. We'd love to work with you to improve Action Scheduler. [ == Changelog == += 3.9.1 - 2025-01-21 = +* A number of new WP CLI commands have been added, making it easier to manage actions in the terminal and from scripts. +* New wp action-scheduler source command to help determine how Action Scheduler is being loaded. +* Additional information about the active instance of Action Scheduler is now available in the Help pull-down drawer. +* Make some other nullable parameters explicitly nullable. +* Set option value to `no` rather than deleting. +* Tweak - WP 6.5 compatibility. + = 3.9.0 - 2024-11-14 = * Minimum required version of PHP is now 7.1. * Performance improvements for the `as_pending_actions_due()` function.