Skip to content

Releases: ChrisWinters/includes

Version 5.0.0

18 Mar 19:23
0709cd3
Compare
Choose a tag to compare

5.0.0

  • Plugin structure updated to be more functional
  • Deprecated [code] shortcode, hooked code shortcode into new format
  • Replaced [code] shortcode with [includes code slug=""]
  • New setting and shortcode widget for classic and block widgets
  • New setting to move Includes administration menu to new location
  • Improved garbage cleanup when the plugin is uninstalled
  • Migrated documentation from plugin to GitHub Wiki

Pull Request #16

Version 4.1.1

07 May 11:03
Compare
Choose a tag to compare

4.1.1

2020-05-06 - Hotfix

  • Removed extra body class filter as post type template already injects unique class

Version 4.1.0

04 May 03:04
Compare
Choose a tag to compare

4.1.0

2020-05-03 - Feature

  • Added action hooks includes_before_posttype_content and includes_after_posttype_content within posttype-includes.php template
  • Updated Plugin Update Checker to most recent release
  • Updated documentation

Version 4.0.1

26 Apr 12:11
Compare
Choose a tag to compare

4.0.1

2020-04-26 - Hotfix

  • Corrected SDK path in includes-fs

Version 4.0.0

24 Apr 12:37
Compare
Choose a tag to compare

4.0.0

2020-04-23 - Feature

  • Updated sidebar.php links to be current
  • Post type add/edit screen now injects query string into slug allow for clean view of include content
  • Moved output buffering outside of while loop to capture full loop
  • Added Plugin Update Checker to manage updates from GitHub
  • Dev: Adjusted gulpfile.js for Includes project needs
  • Pro: Improved security for code storage
  • Overall cleaned/organized code
  • WordPress 5.4