-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathchangelog.txt
More file actions
executable file
·210 lines (160 loc) · 5.78 KB
/
Copy pathchangelog.txt
File metadata and controls
executable file
·210 lines (160 loc) · 5.78 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
== Changelog ==
= 3.0.17 =
* Added nonce security to log deletion.
* Added nonce verification to Yandex oauth flow.
* Removed logging of cron event.
* Removed logging of bulk_actions.
= 3.0.16 =
* Autoselect website as host id after yandex oauth.
= 3.0.15 =
* Update admin url from mihdan-* to crawlwp-*
* Fixed incorrect redirect after Yandex oauth.
= 3.0.14 =
* Premium: Added [Yandex support to SEO Stats](https://crawlwp.com/article/overview-of-seo-stats-feature/?ref=changelog).
* Added automatic access token refresh to Yandex integration.
* Improve security of oauth connection.
= 3.0.13 =
* Improved admin UI for WP 7.0.
= 3.0.12 =
* Added onclick field support to admin framework.
= 3.0.11 =
* Added WPML support for correctly getting translated post URL.
* Improved PHP 8.5 support.
= 3.0.10 =
* Added custom Cron health-check.
= 3.0.9 =
* Set default log lifetime to 7days
= 3.0.8 =
* Added effective 4XX error handling.
* Premium: Added [Bing support to SEO Stats](https://crawlwp.com/article/overview-of-seo-stats-feature/?ref=changelog).
= 3.0.7 =
* Improvement: Indexnow pinging will be halted for few hours when on API rate-limit.
= 3.0.6.2 =
* Fixed error with previous update
= 3.0.6.1 =
* Removed shogun class.
= 3.0.6 =
* Fixed Function _load_textdomain_just_in_time was called incorrectly
* Added crawlwp_normalized_new_url filter to change site URL.
= 3.0.5 =
* Fixed error with Cron job dispatching.
* Enhancement: Delay index ping for 24hrs if API rate-limit is hit.
* Fixed bug where index pinging can happen without saved API credentials.
= 3.0.4 =
* Fixed bug where admin notice was not shown after saving settings.
* Fixed background processing not working for some sites.
* Fixed screen-option and profile-admin menu dropdown clash.
= 3.0.3 =
* Set Cron interval to 1min to quicken background task processing.
= 3.0.2 =
* Added site verification feature.
= 3.0.1 =
* Fixed link to documentation.
= 3.0.0 =
* Redesigned admin page.
* Premium Feature: [SEO Stats](https://crawlwp.com/?ref=changelog#features)
* Premium Feature: [SEO Indexing](https://crawlwp.com/?ref=changelog#features)
= 2.6.4 (12.01.2024) =
* Fixed security issue
= 2.6.3 (21.11.2023) =
* Added support for WordPress 6.4+
= 2.6.2 (05.10.2023) =
* Updated Bing API inline documentation
= 2.6.1 (02.10.2023) =
* Improved hook `mihdan_index_now/comment_updated`
* Improved plugin speed
= 2.6.0 (05.09.2023) =
* Added support for naver.com provider
* Added support for WordPress 6.3+
* Added support for ThumbPress plugin
= 2.5.5 (11.05.2023) =
* API key excluded from caching process.
= 2.5.4 (11.05.2023) =
* Fixed API key check when enabling subdirectories in multisite mode
= 2.5.3 (14.04.2023) =
* Added button to reset the form settings
* Code refactoring
= 2.5.2 (12.04.2023) =
* Added support for WordPress 6.2+
* Added an option for setting the delay time of notifications per post
* Added an option to configure detailed notifications when adding or updating post
* Added IndexNow colum to WP List Tables
* Added a tab for installing other plugins by the author
* Fixed saving empty taxonomy array error
* Code refactoring
= 2.5.1 (25.03.2023) =
* Updated the built-in documentation
= 2.5.0 (23.03.2023) =
* Added support for WordPress 6.1+
* Added support for Multisite
= 2.4.1 (06.08.2022) =
* Added an option to disable the plugin on the Bulk Edit screen
* Fixed integration with Seznam provider
= 2.4.0 (16.06.2022) =
* Added support for WordPress 6.0
* Added support for Seznam.cz provider
* Updated built-in documentation
* Disabled integration with [Adfinity.pro](https://bit.ly/3vdOhUR)
= 2.3.2 (02.03.2022) =
* Integrated with [Adfinity.pro](https://bit.ly/3vdOhUR)
= 2.3.1 (28.01.2022) =
* Fixed a bug with the exclusion of Post Types from notifications
= 2.3.0 (23.01.2022) =
* Added Google Webmaster ping via API
* Added more documentation
* Updated plugin assets
= 2.2.0 (14.01.2022) =
* Added new hook `mihdan_index_now/post_updated`
* Added new hook `mihdan_index_now/comment_updated`
* Added new hook `mihdan_index_now/term_updated`
* Added default settings when installing the plugin
* Added ability to notify the search engine when terms (tags, categories, etc.) are updated
* Added ability to disable logging cron events
* Added ability to disable logging bulk actions
* Added ability to disable logging outgoing request
= 2.1.0 (13.01.2022) =
* Added indexnow.org ping
* Added plugin assets
* Fixed bug with Bing Webmaster ping
= 2.0.2 (12.01.2022) =
* Added a contact for help via Telegram
* Added support for AMP plugin
* Updated flow to get Access Token for Yandex Webmaster tab.
* Updated instruction for Yandex Webmaster tab
* Fixed fatal error when deleting records
= 2.0.1 (11.01.2022) =
* Added Yandex Webmaster ping
= 2.0.0 (09.01.2022) =
* Added Bing Webmaster ping
* Remove Contacts tab
* Requests with a status code more than 200 and less than 300 are no longer considered an error
= 1.2.0 (08.11.2021) =
* Added Help tab
* Added sidebar help links
* Added Log for incoming request
* Push search engine on insert comment
= 1.1.5 (05.11.2021) =
* Fixed bug with current time for Log table
* Remove Log table on plugin uninstall
* Set minimum requirement PHP version to 7.1
= 1.1.4 (03.11.2021) =
* Added support for WooCommerce products and other CPT
* Fixed bug with pagination for Log table
* Fixed bug with duplicate entries in Log table
= 1.1.3 (02.11.2021) =
* Changed database structure
* Added bulk actions handler for log table
= 1.1.2 (02.11.2021) =
* Added support for Page post type
= 1.1.1 (02.11.2021) =
* Added FAQ
* Fixed bug with duplicate log entries
= 1.1.0 (01.11.2021) =
* Added logger for search engines response
* Added top-level plugin menu
= 1.0.1 (31.10.2021) =
* Updated a method for generate API key
* Added Bing support
* Added settings link to plugins list page
= 1.0.0 (28.10.2021) =
* Init plugin