You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: includes/Core/Settings.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,7 @@ public function data_retention_period_field() { ?>
186
186
?>
187
187
</select>
188
188
</div>
189
-
<small>By default, Action Scheduler deletes completed actions every 30 days. Use this field to set a default actions delete duration.</small>
189
+
<small><?=esc_html__( 'By default, Action Scheduler deletes completed actions every 30 days. Use this field to set a default actions delete duration.', 'migrate-wp-cron-to-action-scheduler' ); ?></small>
@@ -95,6 +95,15 @@ Yes, our plugins work independently of themes you are using. As long as your web
95
95
96
96
If you like Advanced Cron Scheduler, please take a moment to [give a 5-star rating](https://wordpress.org/support/plugin/migrate-wp-cron-to-action-scheduler/reviews/#new-post). It helps to keep development and support going strong. Thank you!
97
97
98
+
= 1.1.4 =
99
+
Release Date: 29th April, 2025
100
+
101
+
* Fixed: Wrong Settings URL.
102
+
* Fixed: PHPCS Issues.
103
+
* Updated: Action Scheduler library to v3.9.2.
104
+
* Minimum WordPress supported version is now 6.5.0.
0 commit comments