Skip to content

Releases: seb86/users-by-date-registered

v1.0.7

20 Aug 19:06
Compare
Choose a tag to compare
  • Added: The date you have selected to filter the users by is shown on the side due to the change made to the dropdown.
  • Changed: Dropdown is no longer selected once a date is set to allow you to change the date again with the addition of showing the filter option in the bottom.
  • Fixed: Date registered column no longer overrides other columns to NOT be sortable. Spotted by @benbranyon
  • Tweaked: The dropdown now shows and works in the bottom of the users table. 🎊
  • Tweaked: Changed the use of get_post_time() with mysql2date() for a more accurate conversion of the date.
  • Tweaked: Date registered now shows X days ago time difference within a 7 day window instead of 1 day.

v1.0.6

20 Aug 19:07
Compare
Choose a tag to compare
  • Checked: Compatibility with WordPress 5.2
  • Fixed: $val is returned for default if column is not registered.

v1.0.5

20 Aug 19:07
Compare
Choose a tag to compare
  • New: Ready for WordPress 5.1 release. 🎊

v1.0.4

30 Nov 18:32
Compare
Choose a tag to compare
  • Checked: Compatibility with WordPress 5.0

v1.0.3

30 Nov 18:30
Compare
Choose a tag to compare
  • Added - A prefix to all functions to prevent compatibility issues with other filters or plugins.
  • Changed - User filter now only shows at the top of the user's table.
  • Changed - mysql2date() now uses the site date format.
  • Fixed - Users returning empty when "All Dates" is selected.
  • Improved - Inline documentation.
  • Corrected - Localized strings missing the text domain.

v1.0.2

17 Mar 18:20
Compare
Choose a tag to compare
  • CORRECTED - Textdomain to match plugin slug.
  • FIXED - Compatibility with PHP 7.
  • FIXED - Filter button to identify if the table was filtered from the top or bottom of the table.

v1.0.0

14 Dec 13:33
Compare
Choose a tag to compare

Initial Release