-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
76 lines (45 loc) · 2.58 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
=== Scheduled Posts Issue Fixer ===
Contributors: optimisthub, fatih-toprak
Tags: Scheduled Posts, Scheduled Posts Issues, Publish Scheduled Posts, Missed schedule, Cron
Requires at least: 5.0
Tested up to: 6.3
Requires PHP: 7.1
Stable tag: 1.0.10
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
The definitive solution for scheduled posts with a missed schedule warning. Thanks to a Cron that runs every minute, scheduled posts with missed deadlines will be published automatically. The plugin can run without affecting your site performance and is programmed to do so.
== Description ==
After installing the Scheduled Posts Issue Fixer plugin, you add a WP Cron that automatically publishes your posts, Custom Post Types, and posts that you receive a "Schedule Missed" warning without any settings.
When you disable the plugin, this scheduled task will be automatically removed from your site.
Note : Scheduled Posts Issue Fixer plugin never creates performance problems and ensures that your posts that give a missed schedule error are published intermittently by obtaining 20 of them from the database.
== Installation ==
### INSTALL "Scheduled Posts Issue Fixer" FROM WITHIN WORDPRESS
1. Visit the plugins page within your dashboard and select ‘Add New’;
1. Search for ‘Scheduled Posts Issue Fixer’;
1. Activate Scheduled Posts Issue Fixer from your Plugins page;
1. Go to ‘after activation’ below.
### INSTALL "Scheduled Posts Issue Fixer" MANUALLY
1. Upload the ‘scheduled-posts-issue-fixer’ folder to the /wp-content/plugins/ directory;
1. Activate the Scheduled Posts Issue Fixer through the ‘Plugins’ menu in WordPress;
1. Go to ‘after activation’ below.
### AFTER ACTIVATION
1. Scheduled Posts Issue Fixer is a 'set and forget' plugin. There are no settings fields as your site's scheduled posts will be automatically checked when the plugin is installed and activated.
1. You’re done!
== Frequently Asked Questions ==
= I have activated the plugin on my site, why can't I see it in the Admin Panel? =
Scheduled Posts Issue Fixer is a 'set and forget' plugin. There are no settings fields as your site's scheduled posts will be automatically checked when the plugin is installed and activated.
== Changelog ==
= 1.0.10 =
* gmt_offset issue fixed.
= 1.0.9 - 1.0.5 =
* Github automatization completed.
= 1.0.4 =
* Github readme file update and assets added.
= 1.0.3 =
* Github action.
= 1.0.2 =
* Plugin creator alias issue.
= 1.0.1 =
* Manual installation and activation details added to readme setup
= 1.0.0 =
* Stable version released