Skip to content
This repository was archived by the owner on May 2, 2024. It is now read-only.

Latest commit

 

History

History
53 lines (42 loc) · 3.33 KB

File metadata and controls

53 lines (42 loc) · 3.33 KB

Changelog

All notable changes to this project will be documented in this file, per the Keep a Changelog standard, and will adhere to Semantic Versioning.

0.4.0 - 2020-08-06

Added

  • Added CustomEvent and associated IE11 polyfill to listen for changes outside of the plugin (props @jaredrethman via #32)
  • Documentation updates (props @jeffpaul via #33)

Changed

  • Moved saved connections above the search field (props @gthayer via #30)
  • Only loading the plugin if on WordPress context (props @nicholasio via #29)
  • Update grunt-sass package version to v2.1 (props @jaredrethman via #32)
  • Versioning to follow SemVer (props @daveross via #27)

0.3.0 - 2017-07-05

Added

  • Pagination to search results (props @dkotter via #21)
  • Allow the option to turn off the display of the Recent Posts dropdown (props @dkotter via #22)
  • Use Grunt for compiling (props @dkotter via #18)
  • Internationalization support (props @dkotter via #19)

Changed

0.2.0 - 2017-07-05

Added

  • Ability to add posts when none exist yet
  • Proper namespacing, serialization, sanitization
  • Support for limits, query args, multiple post types, template filtering
  • Select works on change or click
  • composer.json file

Changed

  • Major updates to CSS and styles
  • Overlay markup, JS improvements, issue with JS and CSS paths

Fixed

  • Undefined variable reference, form submission denial

0.1.0 - 2013-08-07

  • Initial release of Post Finder plugin.