Skip to content

Releases: bearded-avenger/wp-live-search

0.9

24 Jun 21:24
Compare
Choose a tag to compare
  • added some CSS classes wpls--empty and wpls--full to the custom target div to aid in custom theming
  • added logic to prevent searching on escape or arrow keys

0.8

20 Jun 00:47
Compare
Choose a tag to compare
0.8
  • added "dropdown" option mode for use in small spaces
  • added "results_style" option for use in small spaces
  • added "excerpt" option to show excerpt
  • added five action hooks

0.7.1

19 Jun 00:01
Compare
Choose a tag to compare
  • fixed target="" feature only receiving one search result

0.7

18 Jun 20:13
Compare
Choose a tag to compare
0.7
  • fixed results being returned in reverse order
  • added multiple post type support by using type="typeone,typetwo" multi="true"
  • added an option to set the number of results returned
  • added a "compact" mode option to that it can be used in places like a header widget

0.6

16 Jun 18:47
Compare
Choose a tag to compare
0.6
  • added custom post type support

0.5

15 Jun 19:18
Compare
Choose a tag to compare
0.5
  • added an option to specify a target div for the search results to be sent to
  • replaced all inline js styles with CSS classes

0.4.1

13 Jun 14:19
Compare
Choose a tag to compare
  • removed the search being closed when you click out
  • added an icon that will clear the search

0.4

12 Jun 21:17
Compare
Choose a tag to compare
0.4
  • dont allow empty values and spaces for search
  • allow enter to search so long as nothing is empty
  • added a template function
  • added searchAction schema
  • misc style improvements
  • added a define to allow CSS file not be loaded
  • returns 20 results for now until we work in pagination/lazy loading

0.3

11 Jun 20:37
Compare
Choose a tag to compare
0.3
  • featured image support
  • renamed to WP Live Search
  • added options in shortcode to change placeholder text and results text
  • added character helper if user doesn't type enough characters

a more visually complete plugin

11 Jun 00:15
Compare
Choose a tag to compare
  • added some styles
  • added a loading indicator
  • added option to set entries text
  • misc fixes