Skip to content

Commit

Permalink
Update WP Crontrol plugin from 1.17.0 to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpoke-bot committed Nov 25, 2024
1 parent a80a339 commit 9336e95
Show file tree
Hide file tree
Showing 17 changed files with 207 additions and 176 deletions.
7 changes: 7 additions & 0 deletions wp-content/plugins/wp-crontrol/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Security Policy

## How can I report a security bug?

[You can report security bugs through the official WP Crontrol Vulnerability Disclosure Program on Patchstack](https://patchstack.com/database/vdp/wp-crontrol). The Patchstack team helps validate, triage, and handle any security vulnerabilities.

Do not report security issues on GitHub or the WordPress.org support forums. Thank you.
14 changes: 8 additions & 6 deletions wp-content/plugins/wp-crontrol/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@
"codeception/util-universalframework": "^1.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"johnbillion/plugin-infrastructure": "dev-trunk",
"johnbillion/wp-compat": "0.2.3",
"lucatume/wp-browser": "3.2.1",
"phpcompatibility/phpcompatibility-wp": "2.1.4",
"phpstan/phpstan": "^1.7",
"phpcompatibility/phpcompatibility-wp": "2.1.5",
"phpstan/phpstan": "1.12.2",
"roots/wordpress-core-installer": "1.100.0",
"roots/wordpress-full": "*",
"szepeviktor/phpstan-wordpress": "1.3.4",
"wp-coding-standards/wpcs": "2.3.0"
"szepeviktor/phpstan-wordpress": "1.3.5",
"wp-coding-standards/wpcs": "3.1.0"
},
"require": {
"php": ">=7.4",
Expand Down Expand Up @@ -76,7 +77,7 @@
],
"test:phpstan": [
"codecept build",
"phpstan analyze --memory-limit=1024M"
"phpstan analyze -v --memory-limit=1024M"
],
"test:start": [
"tests-start"
Expand All @@ -88,7 +89,8 @@
"support": {
"issues": "https://github.com/johnbillion/wp-crontrol/issues",
"forum": "https://wordpress.org/support/plugin/wp-crontrol",
"source": "https://github.com/johnbillion/wp-crontrol"
"source": "https://github.com/johnbillion/wp-crontrol",
"security": "https://patchstack.com/database/vdp/wp-crontrol"
},
"funding": [
{
Expand Down
4 changes: 4 additions & 0 deletions wp-content/plugins/wp-crontrol/css/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php

header( 'HTTP/1.1 403 Forbidden' );
exit;
4 changes: 4 additions & 0 deletions wp-content/plugins/wp-crontrol/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php

header( 'HTTP/1.1 403 Forbidden' );
exit;
4 changes: 4 additions & 0 deletions wp-content/plugins/wp-crontrol/js/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php

header( 'HTTP/1.1 403 Forbidden' );
exit;
43 changes: 10 additions & 33 deletions wp-content/plugins/wp-crontrol/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

Contributors: johnbillion, scompt
Tags: cron, wp-cron, crontrol, debug, woocommerce
Tested up to: 6.6
Stable tag: 1.17.0
Tested up to: 6.7
Stable tag: 1.17.1
Donate link: https://github.com/sponsors/johnbillion

WP Crontrol enables you to take control of the cron events on your WordPress website.

## Description

WP Crontrol enables you to take control of the cron events on your WordPress website. From the admin screens you can:
WP Crontrol enables you to take control of the scheduled cron events on your WordPress website or WooCommerce store. From the admin screens you can:

* View all cron events along with their arguments, schedule, callback functions, and when they are next due.
* View all scheduled cron events along with their arguments, schedule, callback functions, and when they are next due.
* Edit, delete, pause, resume, and immediately run cron events.
* Add new cron events.
* Bulk delete cron events.
Expand Down Expand Up @@ -45,7 +45,7 @@ WP Crontrol aims to be fully accessible to all of its users. [WP Crontrol's full

### Does this plugin work with PHP 8?

Yes, it's actively tested and working up to PHP 8.3.
Yes, it's actively tested and working up to PHP 8.4.

### I get the error "There was a problem spawning a call to the WP-Cron system on your site". How do I fix this?

Expand Down Expand Up @@ -189,6 +189,11 @@ The photo was taken by <a href="https://www.flickr.com/photos/michaelpardo/21453

## Changelog ##

### 1.17.1 (22 November 2024) ###

* Confirms support for WordPress 6.7
* Avoids some warnings when running on PHP 8.3 and 8.4

### 1.17.0 (15 July 2024) ###

* Introduces [a new cron event type for sending a request to a URL](https://wp-crontrol.com/docs/url-cron-events/)
Expand Down Expand Up @@ -245,34 +250,6 @@ The photo was taken by <a href="https://www.flickr.com/photos/michaelpardo/21453
* Implements an autoloader to reduce memory usage
* Bumps the minimum supported version of PHP to 5.6

### 1.14.0 (10 July 2022) ###

* Reverts the changes introduced in version 1.13 while I look into the problem with the deployment process for wordpress.org

### 1.13.2 (10 July 2022) ###

* Fixes another issue with missing files in the release

### 1.13.1 (10 July 2022) ###

* Fixes an issue with missing files in the 1.13.0 release

### 1.13.0 (10 July 2022) ###

* Introduces the ability to pause and resume cron events from the event listing screen; see the FAQ for full details
* Implements an autoloader to reduce memory usage
* Bumps the minimum supported version of PHP to 5.6

### 1.12.1 (15 April 2022) ###

* Corrects an issue where an invalid hook callback isn't always identified
* Various code quality improvements

### 1.12.0 (22 November 2021) ###

* Fix the PHP cron event management.
* More "namespacing" of query variables to avoid conflicts with other cron management plugins.

### Earlier versions ###

For the changelog of earlier versions, <a href="https://github.com/johnbillion/wp-crontrol/releases">please refer to the releases page on GitHub</a>.
Loading

0 comments on commit 9336e95

Please sign in to comment.