Skip to content

Releases: stphnwlkr/Dynamic-Post-Type-Menu

Release list

Version 2

Choose a tag to compare

@stphnwlkr stphnwlkr released this 04 Jun 17:02
f2e7bf3
image image

2.0.2

  • Aligned the action submenu with the selected content type row.
  • Added a plugin settings link at the bottom of the Content Types panel.
  • Preserved the compact panel architecture and left-aligned panel labels.
  • Fixed a duplicated conditional in the post type add-new URL helper.

2.0.1

  • Rebuilt the settings screen into the Etch Central-style card grid so the post type and feature controls align predictably.
  • Updated the plugin header, README, and compatibility notes for WordPress 6.9.4 minimum, WordPress 7.0 tested, and PHP 8.3 requirement.
  • Left-aligned .dptm-panel__label in the admin-bar panel.
  • Kept the 2.0 panel architecture intact while correcting the admin settings layout.

2.0.0

  • Promoted the custom panel architecture to the stable 2.0 release.
  • Reviewed plugin structure and kept responsibilities separated across the bootstrap file, settings class, menu handler class, assets, and uninstall file.
  • Added shared plugin constants for version, file path, directory path, and plugin URL.
  • Added safer asset version handling with a version fallback when asset files are unavailable.
  • Added direct-access guards to include files.
  • Updated plugin headers to require WordPress 6.9.4 and mark compatibility through WordPress 7.0.
  • Required PHP 8.3 and documented WordPress 6.9.4 minimum / WordPress 7.0 tested compatibility.
  • Fixed the settings-screen layout so post type and feature cards stack predictably instead of drifting into separate columns.
  • Removed remaining settings-screen inline label styles in favor of CSS classes.
  • Updated README documentation for the panel-based architecture.