Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 1.77 KB

CHANGELOG.md

File metadata and controls

64 lines (44 loc) · 1.77 KB

HRSWP Documents Changelog

Author: Adam Turner
Author: Washington State University
URI: https://github.com/washingtonstateuniversity/hrswp-plugin-documents

1.1.0-alpha.20201021 (:construction: 2020-10-21)

Enhancements

  • Spruce up editor screen display with document thumbnail, title, and creation date. (51a1a71)
  • Change copy button from file URL to permalink. (51a1a71)
  • Add taxonomies to documents CPT. (936a738)
  • Remove revision tracking since it only catches title. (e0537f1)
  • Hide from nav menus UI. (3112d16)

Bug Fixes

  • Fix #17 flush rewrite rules on activation. (f3381f5)

1.0.0 (2020-07-15)

Features

  • ✨ Create the Document Select block with block build pipeline and script includes. (e3c9dc8)
  • Create the HRSWP Documents (hrswp_documents) custom post type with post meta to track the selected file and template redirect method to serve the file in place of the default template. (b3e8d4f)
  • ✨ Add plugin load and lifecycle management functions. (09c9df5)

Enhancements

  • Increment WP version requirement and tested to up to 5.5. (a8f525e)

Documentation

  • 📝 Add readme, license, and changelog files.

Build Tooling

  • 👷 Set Travis to track any stage/* branch.
  • Add the Classnames npm dev-dependency. (e3c9dc8)
  • Add eslint-plugin-jest npm dev-dependency. (3b720d0)
  • Add build tool configuration and script files. (9a330e8)
  • 👷 Add Travis CI configuration. (2e71a28)

Project Management

  • ✅ Add Github issue and pull request templates. (3e5f2a9)
  • Add Git configuration files.