Releases: chuckreynolds/Admin-Slug-Column
Releases · chuckreynolds/Admin-Slug-Column
v1.6.0
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
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
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
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
- tested to wp 4.9
v0.3.0
- 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