-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
changelog.txt
601 lines (449 loc) · 20.3 KB
/
changelog.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
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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
== Changelog ==
= 1.7.7 =
Release Date: June 13, 2021
* Removed: WP Backgroud Processing Library. You can use [Migrate WP Cron to Action Scheduler](https://wordpress.org/plugins/migrate-wp-cron-to-action-scheduler/) Plugin to overcome the limitation of WP Cron.
* Improved: Added a hook to fetch plugin data just after plugin upgradation.
* Corrected Template Tags wrong Tab name.
* Compatibility with WordPress v5.7.
= 1.7.6 =
Release Date: December 25, 2020
* Added: Modified Date Time Bulk Update Capability.
* Added: Option to view posts which are included in Disable Update list.
* Fixed: Post order displays as Modified by default on some installations.
* Fixed: Reverted back to the old method of post meta replace.
* Improved: Admin Settings Page UI.
* Compatibility with WordPress v5.6.
= 1.7.5 =
Release Date: September 30, 2020
* Fixed: PHP Fatal error on plugin activation.
= 1.7.4 =
Release Date: September 30, 2020
* Added: Ability to show plugins last modified info on plugins page.
* Fixed: HTML non-spacing issue on post ecit screen.
* Fixed: `datePublished` schema is replaced by `dateModified` automatically even if schema output is disabled from plugin settings.
= 1.7.3 =
Release Date: September 27, 2020
* Added: Ability to remove/hide post dates from search engines completely.
* Fixed: PHP Fatal error in WordPress version less than v4.9.0.
* Fixed: A bug where last modified info was not showing using shortcode if "Change Original Time to Modified Time" option was enabled from Misc Options.
* Tweak: Added some CSS adjustments to make it more easy.
* Tweak: Properly set HTML element's CSS Class names.
* Twaek: The minimun required WordPress version is now v4.7.0.
* Tweak: Increased rating notice auto show time interval.
* Tweak: Cache will be automatically purged the modified date is changed.
* Tweak: Custom modified date which is greater than original published date is only accepted in Products also.
* Tweak: Correct modified date was not properly reflected for products if custom modified date is being set from quick edit.
* Tweak: Increased priority of `the_content` hook to `5`.
* Tweak: `<p></p>` tag will be removed automatically from shortcode.
* Tweak: Added improved replace date mechanism to make it work properly with any caching or minification plugin.
* Tweak: From now, `itemprop="datePublished"` schema will be replaced automatically with `itemprop="dateModified"`. It can be disabled by `wplmi/published_schema_replace` filter.
* Other minor improvements and fixes.
= 1.7.2 =
Release Date: August 14, 2020
* Added: Ability to use Template Tag as Shortcode.
* Tweak: From now custom modified date which is greater than original published date is only accepted.
* Tweak: Make Global Site modified info Date translable.
* Fixed: Variable not found PHP warning on user list page.
* Fixed: A bug where Actual post published date is not translating.
* Fixed: A bug where Plugin shows error on dev console if Syntax Highlighting is disabled from Profile settings.
* Other minor improvements.
= 1.7.1 =
Release Date: August 12, 2020
* Added: Some PostView template tags.
* Added: An option to Copy and Paste plugin settings to Export and Import respectively.
* Fixed: Astra & GeneratePress Schema Output.
* Fixed: Elemetor Schema Output.
* Other minor improvements.
= 1.7.0 =
Release Date: August 11, 2020
IMPORTANT: As various changes introduced in this plugin, please re-configure your plugin settings after update, otherwise, it may stop working.
* Improvement: Rewrite the plugin from scratch.
* Added: Templateting system to customize the output as you want.
* Added: A method to replace post published date with post modified date. It will only work on Single Post Page.
* Added: Some validations to check if the custom modified date is a valid past date.
* Added: An option to hide last modified info on various archives from plugin settings.
* Added: Dedicated CSS editor to enable syntax highlighting.
* Added: Option to show Last Modified Author Avatar using Elementor.
* Added: Lots of filters and hooks to make the plugin customizable.
* Tweak: Traditional Date Format and Time Format field is merged into one field.
* Tweak: Better theme (Astra & GeneratePress) compatibility.
* Tweak: Notification Email will only add an only valid email and this field is now not mandatory.
* Tweak: Modified Date Update is disabled for Scheduled and Draft Posts.
* Tweak: Modified info will be shown only if the Published date is not equal to the modified date.
* Tweak: CTRL+S will save the plugin settings automatically.
* Fixed: A bug where WooCommerce Product Modified Date is changed automatically even the Disabled option is checked.
* Fixed: Some CSS and JS issues.
* Various improvements introduced.
* Compatibility with WordPress v5.5.
* Plugin now strictly requires PHP v5.6 or higher.
= 1.6.6 =
Release Date: April 2, 2020
* NEW: Added Shortcode `[lmt-site-modified-info]` to display website modified time. It will trigger when a post is saved.
* NEW: Added a method to directly replace the post published date with post modified date. This feature may not work with some themes.
* Added: `%post_link%` variable to PHP Output Buffer replace process.
* Added: Ablity to sort posts on frontend by post modified date.
* Tweak: Removed the required from Noti Post Types fields as sometime it prevents plugin from save the data.
* Tweak: Form now "Text before Last Modified Info" fields do not support and HTML tags. You can use `post-last-modified-text` CSS class for posts, `page-last-modified-text` CSS class for pages and `tt-last-modified-text` CSS class for template tags to apply styles.
* Fixed: Properly sanitizes input and escapes the output to prevent a XSS vulnerability. Thanks to @Jeroen Mulder.
* Fixed: Some CSS and JS issues.
* Compatibilty with WordPress v5.4.
= 1.6.5 =
Release Date: December 21, 2019
* Fixed: Post Link is showing when post is updated for non-public posts.
* Fixed: Incorrect HTML tag output in post edit page.
* Fixed: Some Browser JS warnings.
* Fixed: Some CSS issues with WordPress v5.3.2.
= 1.6.4 =
Release Date: November 27, 2019
* Fixed: Compatibility with Rank Math and Yoast SEO for their recent changes.
* Fixed: Fixed an error of `dateModified` showing an incorrect time when timezone was not set to UTC.
= 1.6.3 =
Release Date: November 24, 2019
* NEW: Added a new filter hook `wplmi_post_disable_update_default_check` to auto lock modified info in post edit page.
* Improved: Check/uncheck "Disable Update" option is separated from now.
* Fixed: Check/uncheck "Disable Update" option is not working on draft posts.
* Fixed: A minor CSS issue.
* Other minor improvemnts and fixes.
= 1.6.2 =
Release Date: November 16, 2019
* Compatibility with WordPress 5.3.
* Improved: Now it is possible to check/uncheck "Disable Update" option globally.
* Fixed: Some broken links.
* Fixed: Minor CSS issue.
* Fixed: Column Header sorting is not working properly.
* Removed: Some unnessary files.
* Other minor improvemnts and fixes.
= 1.6.1 =
Release Date: August 26, 2019
* Added: An option to set authot link target.
* Fixed: Unclosed HTML tags.
* Removed: Some duplicate codes.
= 1.6.0 =
Release Date: August 9, 2019
* Added: A filter `wplmi_custom_schema_post_date_fotmat` to compatible any theme with Compatibility Schema Mode.
* Added: A filter `wplmi_switch_global_replace_hook` to switch the Global Replace action hook.
* Added: Post Shortcode attribute to enable output on search pages.
* Improved: Last Modified Posts Dashboard Widget.
* Improved: Compatibility between the Newspaper theme and Advanced Schema Mode.
* Fixed: An issue which prevents plugin settings from saving.
* Fixed: JS error in Browser Console.
* Fixed: Unclosed HTML tag.
= 1.5.9 =
Release Date: June 8, 2019
* Fixed: GeneratePress missing function error.
= 1.5.8 =
Release Date: June 8, 2019
* Improved: Output Buffering Mechanism.
* Fixed: Some Typo.
* Removed: Some duplicate codes.
= 1.5.7 =
Release Date: June 7, 2019
* NEW: Schema Markup Compatibility with other SEO and Schema Plugins. Please resave schema option in plugin settings after upgrading your plugin.
* Fixed: `ob_start` warning.
= 1.5.6 =
Release Date: May 8, 2019
* Added: A link to hide the notice permanently.
= 1.5.5 =
Release Date: May 4, 2019
* Added: Option to sort posts by post modified date on edit.php page.
* Added: A filter `wplmi_post_edit_default_check` to auto check Disable Update Option in Post meta box when creating a new post.
* Added: A Option in Tools tab to auto check Disable Update Option.
= 1.5.4 =
Release Date: May 2, 2019
* Fixed: Missing Generatepress Option.
= 1.5.3 =
Release Date: April 25, 2019
* Added: Post Modified by field in Rest API Output.
* Fixed: Elementor Deprecated Hooks.
* Fixed: Conflict with Bootstrap CSS Class.
* Fixed: Check Box Slider CSS issue.
* Fixed: Plugin version number.
* Fixed: Unclosed HTML Tags in Admin Notices.
= 1.5.2 =
Release Date: March 29, 2019
* Added: A filter `wplmi_elementor_widget_query_filter` to sort Elementor Pro Posts and Portfolio widgets by last modified date.
* Added: A filter `wplmi_custom_author_list_selection` to set the custom author role for plugin settings.
= 1.5.1 =
Release Date: March 26, 2019
* Fixed: Some Error Notices.
= 1.5.0 =
Release Date: March 26, 2019
* Added: Email Notification feature if someone made any change to any post which supports revision.
* Fixed: Wrong Settings Label.
* Fixed: Post Updated Message not showing last modified time.
* Fixed: Some Typo.
* Removed: Some unused CSS files.
= 1.4.9 =
Release Date: March 17, 2019
* Added: A new tab to Enable JSON-LD Schema Markup seperately.
* Improved: Schema Markup Mechanism.
* Fixed: Wrong Last Modified User was showing for WooCommerce Products.
* Fixed: Quick Edit option was hidden for some users.
* Fixed: Some Typo.
* Fixed: Code Clenup.
= 1.4.8 =
Release Date: February 11, 2019
* Added: Option to set gap between post published date and modified date.
* Added: WPML Compatibility.
* Fixed: Multisite Broken Login.
= 1.4.7 =
Release Date: January 31, 2019
* Tweak: Using wptexturize to fix the quoted post content in schema markup description. Props to Dirk L.
* Fixed: 'Trying to get property of non-object error' notice was showing for some users.
* Fixed: Placeholder shows wrong template tags variable i.e. `%%pub_date%%` instead of `%%published_date%%`. Now it has been fixed.
* Fixed: An undefined variable notice in template tags.
* Fixed: Author Meta is not showing for some GeneratePress Theme users on Author Archive Page if Replace Post Meta option is enabled.
= 1.4.6 =
Release Date: January 27, 2019
* NEW: GeneratePress Theme Support.
* NEW: Astra Theme Support.
* NEW: Added shortcodes attributes.
* NEW: Added an option to replace post published date with post modified date without any theme file editing.
* NEW: Added filters to change post published date format if the option "Enter text or HTML to Replace" in use.
* Improved: Genesis Theme Schema Support.
* Tweak: Now this plugin uses wordpress date/time format by default.
* Fixed: Error Notice in 404 page.
* Fixed: Some Typo.
= 1.4.5 =
Release Date: January 17, 2019
* Tweak: Escape all shortcodes in JSON-LD schema markup Description.
* Fixed: Schema markup conditions on archive pages.
* Fixed: Language attributes filters.
= 1.4.4 =
Release Date: January 16, 2019
* Added: Option to set JSON-LD Schema Markup.
* Added: An option to show last modified info on all archives if your theme supports it.
* Fixed: A problem with unsupported schema themes.
* Fixed: Last Modified column displays nothing for some users.
* Fixed: Name change of menu item.
= 1.4.3 =
Release Date: January 10, 2019
* Fixed: A problem with Soliloque and Envira Gallery last modified column.
* Fixed: All incorrectly translated strings.
= 1.4.2 =
Release Date: December 20, 2018
* Tweak: Now all date format show as the date in localized format.
* Fixed: A bug where dateModified schema always returns in local time format instead of GMT.
= 1.4.1 =
Release Date: December 14, 2018
* Tweak: Now it is possible to edit last modified info from Gutenberg edit screen.
* Fixed: Some minor bug fixed.
= 1.4.0 =
Release Date: December 11, 2018
* NEW: Elementor Dynamic Tags Support with schema markup.
* Added: Option to link author name with their Website.
* Fixed: A bug where link to author email always returns original post author's email instead of last modified author's email.
* Fixed: Some incorrectly translated strings.
= 1.3.10 =
Release Date: December 10, 2018
* Added: Option to replace paragraph tag with span tag.
* Added: Shortcode parameters to escape paragraph tag if required.
* Fixed: A bug where custom author seperator for template tags not working properly.
* Fixed: Some minor bugs.
* Fixed: Some incorrectly translated strings.
* New icon added.
= 1.3.9 =
Release Date: December 2, 2018
* Added: Option to enable/disable schema output.
* Added: Option to link author email.
* Improved: Template Tag mechanism.
* Improved: Admin UI.
* Fixed: Some minor bugs.
* Fixed: Some incorrectly translated strings.
* Tested upto WordPress Version 5.0.
Note: Please configure schema output from plugin settings after plugin update.
= 1.3.8 =
Release Date: October 14, 2018
* Fixed: Multiple output of last modified info on frontend if the post is not inside loop.
* Tweak: Now this plugin automatically detects modified info change if any change will be done from quick edit.
* Tweak: Sometimes modified fields are showing multiple times in quick edit mode. Now it has been fixed.
= 1.3.7 =
Release Date: October 4, 2018
* Added: A new filter `wplmi_disable_schema_output` to disable schema output.
* Tweak: Meta Box UI.
* Fixed: Plugin deactivation permission.
= 1.3.6 =
Release Date: September 24, 2018
* Added: Admin notice.
* Added: new filters `wplmi_display_priority_post` and `wplmi_display_priority_page` to set display priority.
* Code cleanup.
= 1.3.5 =
Release Date: September 1, 2018
* Admin UI Improved.
* Code cleanup.
= 1.3.4 =
Release Date: August 8, 2018
* Fixed: Some incorrectly translated strings.
* Code cleanup.
= 1.3.3 =
Release Date: August 5, 2018
* Added: Filters to set time difference between post published time and modified time.
* Fixed: a bug where page builder plugins overwrite the disable state of last modified info.
* Fixed: Disable modified info update checkbox shows in Bulk edit mode. Now it has been fixed.
* Improved: Last modified info output.
= 1.3.2 =
Release Date: July 27, 2018
* Added: Disable modified info update from Quick Edit.
* Added: A lock icon now indicates last modified info update disable status.
* Tweak: Now Dashboard Widget shows only published posts.
* Fixed: Closing HTML Tag.
* Fixed: Column sorting is not working properly.
* Fixed: PHP 5.3 Compatibility issue.
= 1.3.1 =
Release Date: July 22, 2018
* Added: It is now possible to edit modified date and time.
* Improved: Made uninstall cleanup optional through a plugin setting and improved uninstall mechanism.
* Fixed: Admin bar returns revision link even if that post/page is not a revision.
* Fixed: Permission for custom post meta box.
* Fixed: Incorrectly translated strings.
= 1.3.0 =
Release Date: July 16, 2018
* Added: I18n support.
* Fix: Shortcode does not output modified info on pages.
= 1.2.11 =
Release Date: July 15, 2018
* Added: Now it is possible to view last revision by clicking the admin bar item.
* Fix: Redirection to edit.php page after login for some users. Thanks to <a href="https://profiles.wordpress.org/svayam" target="_blank">@svayam</a>.
= 1.2.10 =
Release Date: July 13, 2018
* Added: Option to set custom modified author name.
* Added: `lmt_custom_field_date_time_format` filter to set custom date/time format on custom fields.
* Fix: Last Modified post display issue on dashboard widget with user roles except for administrator.
* Remove some plugin options to simplify plugin settings.
* Improved: Admin UI.
= 1.2.9 =
Release Date: June 23, 2018
* Added: You can now disable modified info update every time after post is saved.
* Typo Fix.
IMPORTANT!
* Please delete all caches and press CTRL+F5 on website front-end/back-end after updating this plugin if there is any css/js problem.
= 1.2.8 =
Release Date: June 20, 2018
* Fix: Error notice after plugin update.
* Fix: Shortcode does not work properly if 'Using Shortcode' method is enabled.
= 1.2.7 =
Release Date: June 20, 2018
* Added: Now Last updated info now shows as post updated message.
* Improved: Dropdown loading using Select2.
* Improved: Custom Post Types Support. Now it is possible to select custom post types individually.
* Tweak: Now it is possible to disable auto insert for particular post/page from edit screen.
* Tweak: Remove 'Disable auto insert' fields to simplify plugin settings.
* Tweak: Active tab is now depends on url parameter also.
* Tweak: Last modified value will automatically be added into custom fields if 'Show Last Modified Info on Dashboard' option is on.
* Bug Fix.
= 1.2.6 =
Release Date: June 9, 2018
* Added: Option to enable/disable auto last modified info suport for custom post types.
* Added: Support to add last modified info in custom fields after post/page update.
* Tweak: Tools is now merged with plugins settings page.
* Fixed a typo in plugin description. Thanks to @buzztone.
* Bug Fix.
= 1.2.5 =
Release Date: May 27, 2018
* Added: Ajax loading at the time of form submission.
* Bug Fix.
= 1.2.4 =
Release Date: May 25, 2018
* Added: Tools page - Import/Export/Reset Plugin Settings.
* Improvement: Now it indicates which tab is active.
* Improvement: Admin UI.
* Bug Fix.
= 1.2.3 =
Release Date: May 17, 2018
* Added: Author name support.
* Added: Dashboard column width.
* Added: Last modified author name in Admin bar.
* Change last modified dashicons.
= 1.2.2 =
Release Date: May 15, 2018
* Added: Human Readable Time/Date format.
* Added: Last modified info on admin bar.
* Added: Option to set the number of posts to show on dashboard widget.
* Added: Option to customize default 'at' date/time separator.
* Tweak: 3 separate option merged into 1 option in dashboard options to simplify plugin settings.
* Tweak: If a class is not set in the template tags option, then this plugin does not return any class.
* Improved: Admin UI.
* Minor bug fixed.
= 1.2.1 =
Release Date: May 13, 2018
* Improved: Template Tag support.
= 1.2.0 =
Release Date: May 12, 2018
* Added: Template Tag support.
* Minor Improvements.
= 1.1.9 =
Release Date: May 10, 2018
* UI Improvement.
* Bug Fix.
= 1.1.8 =
Release Date: May 10, 2018
* Added: Dashboard widget to show Last Modified posts.
* Improved: Schema Markup.
= 1.1.6 =
Release Date: May 7, 2018
* Improved: Custom Post Type Support.
* Bug Fixed.
= 1.1.5 =
Release Date: May 5, 2018
* Improved: Schama markup.
* Removed 'revised' meta tag output as it is no longer required.
* UI Improvements.
* Code Cleanup.
= 1.1.4 =
Release Date: May 4, 2018
* Added: last modified schema markup for posts.
* Bug Fixed.
= 1.1.3 =
Release Date: May 4, 2018
* Added: Now you can create the exception for both posts and pages.
* Bug Fixed.
* Cover photo update. Thanks to @svayam.
= 1.1.2 =
Release Date: May 3, 2018
* Added: Now you can customize date/time format.
* Bug Fixed.
= 1.1.0 =
Release Date: May 3, 2018
* Added: All Custom Post support, including WooCommerece.
* Now every last modified time in the dashboard shows, according to WordPress date/time format.
* Now shortcut will work only when the shortcut option is enabled.
* Tweak: Custom CSS Box returns empty style tag if there is no value.
* Bug Fixed.
= 1.0.9 =
Release Date: April 29, 2018
* Added: Last updated info now shows on the publishing meta box.
* Remove some unwanted conditions.
* Fix WooCommerce admin notice.
* Bug fixed.
= 1.0.8 =
Release Date: April 28, 2018
* Add WooCommerce Support.
* Multisite compatibility.
* Last login info added.
* Remove 304 response headers as it is enabled by default by many cache plugins.
* Bug fixed.
= 1.0.6 =
Release Date: April 27, 2018
* Bug Fix: Undefined Variable notice shows when debug mode is enabled.
* Bug Fix: Weekday is not showing with revision meta tag output.
= 1.0.5 =
Release Date: April 27, 2018
* Added: 'post-last-modified-td' and 'page-last-modified-td' classes.
* Bug fixed.
= 1.0.4 =
Release Date: April 27, 2018
* If else condition change.
* Last modified headers hook change.
* Bug fixed.
= 1.0.3 =
Release Date: April 26, 2018
* Added last modified header output.
* Added user profile last modified info.
* Bug fixed.
= 1.0.2 =
Release Date: April 26, 2018
* Added revision meta output.
* Bug fixed.
= 1.0.0 =
Release Date: April 25, 2018
* Initial release.