Skip to content

Releases: chuckreynolds/Admin-Slug-Column

v1.6.0

22 May 01:06
4c78d08
Compare
Choose a tag to compare

Haven't touched this plugin (or WP for that matter) in many years, but I'm back in the WP world a bit and decided this little plugin needed a refresh.

  • Tested on WordPress Core 6.0-RC4
  • [feature] Multibyte characters are now supported
  • [feature] Now on draft, pending, or scheduled posts/pages instead of the ?page_id= showing we display the URL path.
  • [fix] Made sure child pages displayed the URL path correctly in all instances
  • [411] Regarding the version bump from 0.5 to 1.6. The plugin's been in production forever, I always joked that nothing is every fully not-beta but that joke isn't always appreciated SO... it's a v1 release and .6 major change since inception. It's only coincidence that 1.6.0 matches with WordPress 6.0 release (didn't plan that).

v0.5.0

22 May 00:48
Compare
Choose a tag to compare

I never tagged this but version v0.5.0 released to the WordPress plugin repo on 2019-06-15

  • [fix] pages now show the full url path now after the domain.tld, posts still just the slug
  • tested on 5.2.2

v0.4.0

26 Oct 07:56
a8a5de9
Compare
Choose a tag to compare

This release addresses one issue w/ the sorting and adds some better human readable slugs.

  • Page slugs now have a prepended / for all published pages, and if a page is a child page, we now display the parent slug in front of the child slug. The home page will display / instead of whatever slug it may have had prior to being the front_page.
  • Sorting of the "Slug" column is working now but with a few caveats. These are explained in further detail in issue #9 - looking for creative and non-super-hacky solutions to those.
  • Added a plugin banner and icon for the WordPress repo
  • Tested on WordPress version 5.0-beta1

0.4 Beta

15 Oct 05:23
Compare
Choose a tag to compare
0.4 Beta Pre-release
Pre-release

This beta addresses one issue w/ the sorting and adds some better human readable slugs.

  • Page slugs now have a prepended / for all published pages, and if a page is a child page, we now display the parent slug in front of the child slug. The home page will display / instead of whatever slug it may have had prior to being the front_page.
  • Sorting of the "Slug" column is working now but with a few caveats. These are explained in further detail in issue #9 - looking for creative and non-super-hacky solutions to those.

v0.3.1

14 Nov 18:59
Compare
Choose a tag to compare
  • tested to wp 4.9

v0.3.0

14 Jun 23:55
Compare
Choose a tag to compare
  • tested to 4.8x
  • [feature] makes the slug column sortable in posts/pages screens
  • [fix] swapped out deprecated wp function get_page
  • [security] escape output
  • [security] only load in admin