Fixed error when trying to uninstall and added self database cleanup
3.35
Fixed broken indentation missing declarations
3.34
PHP compatability fixes & general maintenance pass
3.33
Added Gutenburg toggle checkbox to restore the admin bar in full-screen view
WordPress 6.6.1 compatability
3.32
Additional hotfixes addressing strange characters
3.31
Hotfix for missing page heirarchy after change to db calling method caused it to break
3.30
WordPress 6.5.2 compatability
Updated db calls method
3.20
WordPress 6.3.1 compatability
Compatability with php8+
Improved meta descriptions
Updated menus and settings
3.19
Tested with WordPress 6.0
Cleaned up menus for clarity
Updated links to new domain
3.18
Tested with WordPress 5.7
Six monthly code relevancy & integrity review
3.17
Tested with WordPress 5.5.
Updated slightly broken menu formatting on WordPress 5.4 menu aesthetic changes on some browsers.
Updated CSS to remove !important declarations for compatability with more admin themers.
Improved display of icon of page & post menu items.
3.16
Tested with WordPress 5.2.
Changed ‘view’ icon to a ‘pop out’ icon from the ‘search’ icon, to better represent its function.
Fixed the WordPress 5.0 sub-menu displaying small triangle on Admin Page Spider menus.
Added updates to settings array info.
3.15
Hotfix broken variable
3.14
Tested with WordPress 5.0 and Gutenberg editor – added support for Classic Editor for those who still wish to use old editor
3.13
Fixed CSS declarations on menus overriding WordPress admin profile skin
= 3.12=
* Fixed count() errors for PHP 7+ servers
* Tested with WordPress 4.95
3.12
Tested with WordPress 4.9
3.11
Tested with WordPress 4.8
3.10
Updated all functions to use ProPack’s recursive array.
A single database call means it’s faster & lightweight!
Improved various other code sections & Styling.
3.00
NEW – WordPress Posts now in Admin Page Spider!
Added some conditionals to initial load so only loads assets if needed
Highlights current page/post in menu
Made separate from Pro version so version inconsistencies don’t occur. (Can delete if you have the ProPack!)
2.32
Previously Declared variable fix.
Removed now defunct settings link.
2.31
NEW!: Added recursive heirarchy for menus. Now will correctly display any nested levels of pages with the correct menu heirarchy.
Added alternating pipe & increasing level of indentation for subsequent nested levels
2.30
Added ‘order’ to the sorting parameter so users can customise the menu list heirarchy. Can be set by editing the page -> and setting the ‘order’ value. Pages will order by date if no order value is set.
2.22
Fixed uninstall errors
2.21
Fixed activation/deactivation logic & cleanup of old database settings
2.20
Moved all settings fields & sections to a single unified file.
Fixed pro/not-pro messages displaying properly
Added settings sections to better communicate new features.
2.10
Fixed issue of array_search variable error and not displaying default value.
2.00
Changed classname to V2 Suffix to avoid installation issues with earlier versions of pro-pack
Added sorting functionality to code base – will possibly add a way you can choose how to sort your pages (alphabetically etc)
1.11
Huge refactoring of code for more re-usability and future wordpress transient usage.
Updated Author urls to reflect domain change.
Removed affiliate links due to wordpress rules & continued support
Improved loading of styles
Fixed some comments and readmetxt
1.10
Added quick access item to settings for people who don’t realise there are settings.
Added an icon to make it more apparent that the primary menu is clickable.
Added a hook for additional styles to be added by each individual plugin without adding more bloat to the css.
1.09
Made default min width a little larger
Added a slight transparency so you can see underneath
Removed String Length code which was causing weird characters
Issues occuring with browsers and scroll bar hiding the submenu items so have moved all submenus into the main menu heirarchy with padding indentation. Should now work on all browsers.
Added ‘view’ icons to simply view the page instead of edit.
Added ‘Title’ tags to almost every menu item to provide more explanation.
1.08
Critical fix of submenu edit links for wordpress pages taking you to edit for the primary page.
1.07
Added hooks for adding support & new features.
Moved various features around for code sustainability
Cleaned up Admin Pages & added checks for administrator rights so non users don’t see a weird thing in their menubar.
Added link to settings in the plugin page
Added activation/Deactivation & uninstall cleanup
1.06
Fixed syntax error with get_option array variable
1.05
Added CSS to handle really long lists of pages
Added filter to remove now redundant edit links from menu
Merged Pull request for handling urls which already have a parameter added (credit: badabingbreda)
1.04
Added basic localisation (thanks badabingbreda) , updated readme a bunch of times and made code less conflict-risky with bbPress