Skip to content

Releases: caleb531/awesome-cpt

v1.2.0

27 Jul 20:43
b23078a
Compare
Choose a tag to compare
  • Extend license from strictly GPLv2 to be GPLv2 or later
    • This allows the plugin to be used in a GPLv3 project

v1.1.0

28 Nov 22:32
Compare
Choose a tag to compare
  • Added a new help_menus parameter, allowing you to add contextual help menus for your custom post type to any admin screens
    • See the documentation for details
  • Switched from MIT to GPLv2 for project license
  • Revised code comments for all class files
  • Improved code readability by restructuring logic and adding whitespace as appropriate
  • Added .gitignore, .editorconfig

v1.0.2

21 Aug 20:08
Compare
Choose a tag to compare
  • Removed trailing whitespace from all source files
  • Fixed broken logic for outputting HTML attribute values
  • Fixed broken syntax in post type class
  • Consecutive values in associative array are now aligned to the same column to improve readability
  • Fixed issue where empty taxonomy terms (i.e. terms without associated published posts) would not show in the filter select menu

v1.0.1

26 May 04:17
Compare
Choose a tag to compare
  • Fix bug in which built-in taxonomies could not be registered for a custom post type
  • Made many corrections and tweaks to README and documentation

v1.0.0

05 May 22:16
Compare
Choose a tag to compare
  • First official release