Skip to content

Releases: iamsayan/wp-last-modified-info

Release v1.9.1

18 Aug 14:50
Compare
Choose a tag to compare

1.9.1

Release Date: August 18, 2024

  • Added changes according to WPCS.
  • Tested with WordPress v6.6.

Release v1.9.0

17 Mar 03:07
4101109
Compare
Choose a tag to compare

1.9.0

Release Date: March 17, 2024

  • Optimize WP Options Auto Loading.
  • Updated Composer Libraries.
  • Tested with WordPress v6.5.

What's Changed

Full Changelog: v1.8.9...v1.9.0

Release v1.8.9

09 Feb 15:41
a96bfe3
Compare
Choose a tag to compare

1.8.9

Release Date: February 9, 2024

  • Added: Lock Modified Date Block Editor Support for Custom Post type which has show_in_rest set to true. This behavior can be changed by wplmi/post_type_args filter.
  • Updated: @wordpress/scripts to the latest version.
  • Updated: Background Process PHP Library.
  • Tweak: Replaced deprecated __experimentalGetSettings() with getSettings().
  • Tweak: Use of wp_kses_allowed_html filter to allow custom HTML tag instead of using placeholders.
  • Added support for PHP v8.3.
  • Minimum required PHP Version is now 7.0.
  • Tested with WordPress v6.4.

What's Changed

Full Changelog: v1.8.8...v1.8.9

Release v1.8.8

26 Jun 12:41
a4916fa
Compare
Choose a tag to compare

1.8.8

Release Date: June 26, 2023

  • Added: Integration with AIOSEO Plugin last modified update checkbox.
  • Updated: @wordpress/scripts to the latest version.
  • Updated: Selectize JS Library.
  • Updated: Background Process PHP Library.
  • Tweak: Changed Toogle to Checkbox Control.
  • Fixed: Deprecated Button Component parameter.
  • Fixed: PHP Errors on Plugins page.
  • Fixed: Properly support the id attribute in the shortcode. Props to @yoren.
  • Tested with WordPress v6.2.

Release v1.8.7

25 Jan 03:04
dc96af9
Compare
Choose a tag to compare

Changelog

Release Date: January 25, 2023

  • Fixed: Modified date is not showing on some cases.
  • Fixed: Bulk Edit save delay.
  • Fixed: Some Dashboard CSS.
  • Added: Wiki Link to Dynamic Tags Section.

Release v1.8.6

24 Jan 14:50
555ad55
Compare
Choose a tag to compare

Changelog

Release Date: January 24, 2023

  • Fixed: Modified date is not showing if "Post Date Time Change or Removal" is set to "Convert to Modified Date" after last update.

Release v1.8.5

05 Jan 15:19
38c3b0d
Compare
Choose a tag to compare

Changelog

Release Date: January 5, 2023

  • Fixed: PHP Error if the the global post object is undefined.
  • Fixed: WooCommerce product modified date updated even if the option is disabled.
  • Fixed: Update Locked posts was showing all posts in post list page.
  • Fixed: Lock Modified Date option was not working properly.
  • Fixed: Bulk Editing was not working.
  • Tweak: Allow Toogle Disable Update Option for all post types and posts with future date.
  • Imporved: Optimize codebase.
  • Tested with WordPress v6.1.

Release v1.8.4

29 Jul 15:46
8da45b1
Compare
Choose a tag to compare

Changelog

Release Date: July 29, 2022

  • Added: User Column Sorting.
  • Fixed: Quick Edit HTML issue.
  • Fixed: Default Post Type ordering was not working.
  • Fixed: JS issue if Syntax Highlighting is disabled from User Profile.
  • Fixed: PHP Warning: Undefined property.

Release v1.8.3

30 May 14:03
6b500b0
Compare
Choose a tag to compare

Changelog

Release Date: May 30, 2022

  • Fixed: Bulk Editing is not working.
  • Fixed: Dashbaord Widget Posts List Order was wrong on some cases.

Release v1.8.2

24 May 12:56
572124e
Compare
Choose a tag to compare

Changelog

Release Date: May 24, 2022

  • Fixed: Block Editor JS Errors on some cases.
  • Fixed: Dashboard Widget showing wrong timestamp.
  • Fixed: Widget Editor is not loading some cases if this plugin is active.
  • Fixed: Block Rendering issue if custom colors are specified in theme.json.
  • Added: Nonce checking on Dashbaord Widget.