-
Notifications
You must be signed in to change notification settings - Fork 9
/
readme.txt
181 lines (124 loc) · 6 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
=== SearchAutocomplete ===
Contributors: hereswhatidid
Donate link: http://hereswhatidid.com/contact/
Tags: jquery autocomplete, jquery ui, themeroller, search, autocomplete, ajax
Requires at least: 3.x
Tested up to: 4.1.1
Stable tag: 2.1.16
SearchAutocomplete implements the jQuery UI Autocomplete functionality on your Wordpress installation.
== Description ==
SearchAutocomplete implements the jQuery UI Autocomplete functionality on your Wordpress installation. It provides several basic options such as:
* jQuery ThemeRoller integration
* Generic field selection. Any valid CSS selector can be used to pick the search field
* Custom Post Type and Taxonomy support
* Minimum character count
* Hotlink resulting Post/Page titles directly to their respective items
If you're going to mark this plugin as broken please contact me to let me know what the problem is.
[Contact Author](http://hereswhatidid.com/contact/)
= Contributors =
[Gabe Shackle](http://hereswhatidid.com)
== Plugin Official Site ==
<a href="http://hereswhatidid.com/search-autocomplete/">http://hereswhatidid.com/search-autocomplete/</a>
If you have any questions or comments <a href="http://hereswhatidid.com">please contact me</a>.
== Thanks to ==
* <a href="http://hereswhatidid.com">here's what I did...</a>
* <a href="http://jquery.com">jQuery</a>
* <a href="http://jqueryui.com/demos/autocomplete/">jQuery UI Autocomplete</a>
* <a href="http://jqueryui.com/themeroller/">jQuery UI ThemeRoller</a>
== Installation ==
This section describes how to install the plugin and get it working.
1. Download the plugin from the <a href="http://wordpress.org/extend/plugins/search-autocomplete/">Wordpress repository</a>
2. Upload `search-autocomplete` to the `/wp-content/plugins/` directory
3. Activate the plugin through the 'Plugins' menu in WordPress
4. {Optional} If you want to add aditional themes to the settings, create the theme with the <a href="http://jqueryui.com/themeroller/">jQuery UI ThemeRoller</a> and upload the resulting "/css/" directory to the "/css/" of this plugins installed directory.
== Frequently Asked Questions ==
= Can I just modify the existing theme files rather than upload new jQuery UI Themes? =
Yes, but it's recommended that you create a copy of the theme that you are going to modify rather than directly editing it. Future releases of this plugin may overwrite your changes if they are made to default theme files.
Please <a href="http://hereswhatidid.com/contact/">contact the author</a> for support. Thanks!
== Change log ==
= 2.1.16 - 18 Apr 2015
* fixed bug with unpublished posts in Relevanssi searches - Props Uriel
= 2.1.15 - 17 Mar 2015
* fixed bug with special characters in titles - Props Kramer
= 2.1.14 - 18 Feb 2015
* added Aristo theme to defaults
* fixed bug with special characters in titles
= 2.1.12 - 20 Nov 2014
* added id parameter to 'the_title' filter calls, props to Ekin Hazal Bayar
* fixed bug with Relevanssi when logged in as admin
= 2.1.11 - 3 Nov 2014
* removed extra line break at beginning of plugin file
= 2.1.10 - 31 Oct 2014
* ticked version to update repo
= 2.1.8 - 17 Oct 2014
* Fixed typo in default document selectors text
* Removed short tag methods on the taxonomies list
= 2.1.6 - 6 Oct 2014
* Added support for Relevanssi search plugin
* Changed default selector to match newer core themes
= 2.1.5 - 1 Oct 2014
* Fixed but with WPML installations
* Added support for delay and autoFocus options
= 2.1.4 - 27 Jun 2014
* Ticking version to sync up repos
= 2.1.3 - 26 Jun 2014
* Fixed bug with spaces in search string affecting special characters - props to http://www.michaelbrentecklund.com/
* Fixed bug with multiple matching Autocomplete fields - props to https://github.com/marpa
= 2.1.2 - 30 Jul 2013
* Fixed bug with js file path
= 2.1.1 - 29 Jul 2013
* Fixed bug with hotlinking options not saving
= 2.1.0 - 26 Jul 2013
* Added new passed parameter to the title and url filters that contains information about the current term or post (id, type, taxonomy, posttype)
= 2.0.6 - 24 Jul 2013 =
* Fixed bug with taxonomy/post order was being ignored
* Fixed bug Taxonomy type options being ignored
= 2.0.5 - 17 Jul 2013 =
* Fixed bug with minLength being ignored
= 2.0.4 - 10 Jun 2013 =
* Fixed bug with ThemeRoller dropdown generation
* Fixed bug with Taxonomy searches that left blank titles in the dropdown
* Add ability to style the matching characters in the dropdown
= 2.0.2 - 1 Jun 2013 =
* Fixed bug with saving settings and no post types are selected
* Added option for disabling plugin styles
* Added filters for autocomplete content: 'search_autocomplete_modify_title', 'search_autocomplete_modify_url', 'search_autocomplete_modify_results'
= 2.0.1 - 1 Jan 2012 =
* Fixed bug with existing stylesheet paths not resolving properly
= 2.0.0 - 29 Dec 2012 =
* Complete overhaul to use the built-in WordPress AJAX methods
* Added support for custom post types
* Added support for custom taxonomies
= 1.0.9 - 28 May 2011 =
* Fixed potential SQL injection point.
= 1.0.8 - 28 May 2011 =
* Fixed issues resulting from no value entered for option fields.
* Added options for linking directly to keyword/category term pages.
= 1.0.6 - 23 Mar 2011 =
* Removed deprecated function calls
= 1.0.5 - 26 Feb 2011 =
* Database prefix adjustment
= 1.0.4 - 25 Feb 2011 =
* Directory separator fix specific to server OS
= 1.0.3 - 24 Feb 2011 =
* Directory separator fix
= 1.0.1 - 20 Feb 2011 =
* Fixed a pathing issue for the CSS
= 1.0 - 20 Feb 2011 =
* Initial submition of the plugin
== Upgrade Notice ==
= 1.0.9 - 28 May 2011 =
Fixed potential SQL injection point.
= 1.0.5 =
Database prefix adjustment
= 1.0.4 =
Directory separator fix specific to server OS
= 1.0.3 =
Directory separator fix
= 1.0.1 =
Fixed a pathing issue for the CSS
= 1.0 =
This is the first version.
== Screenshots ==
1. SearchAutocomplete theme samples
2. SearchAutocomplete settings page