== Changelog ==

= 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.