You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -127,6 +127,20 @@ If you've tried all the obvious stuff and it's still not working please request
127
127
4. Available widgets
128
128
129
129
== Changelog ==
130
+
131
+
= 1.1.2 =
132
+
* fixed count issue on parent category
133
+
* fixed page title issue - it will now reflect page name rather than being stuck on "knowledgebase"
134
+
* fixed pluralization if there is only one article
135
+
* register stylesheet and JS and call only on KBE pages
136
+
* only eneque and load search inline script if search is enabled
137
+
* move some scripts to footer for better performance
138
+
* only print inline styles if color is defined
139
+
* add admin notice if theme contains customized templates
140
+
* optimize images
141
+
* use get_stylesheet_directory instead of replacing built-in constant
142
+
* fixed a few typos
143
+
130
144
= 1.1.1 =
131
145
* fixed error warnings
132
146
* 'parent' => 0 removed from the terms array to fix reorder of subcategories
@@ -195,67 +209,46 @@ If you've tried all the obvious stuff and it's still not working please request
195
209
196
210
== Upgrade Notice ==
197
211
212
+
= 1.1.2 =
213
+
This upgrade fixes a lot of small long running issues and optimises performance. All users are encouraged to upgrade.
214
+
215
+
A big thank you to macbookandrew for his contributions to this release.
216
+
198
217
= 1.1.1 =
199
-
* fixed error warnings
200
-
* 'parent' => 0 removed from the terms array to fix reorder of subcategories
201
-
* Registered support for 'author'
218
+
This is a minor release addressing a few small bugs and enhancements.
202
219
203
220
= 1.1 =
204
-
* renames index.php to wp-knowledgebase.php
205
-
* no longer automatically copies template files to theme folder
206
-
* no longer deletes kbe template folder from theme
207
-
* fixes template redirect issue
208
-
* fixes search template issue
209
-
* uninstall.php is called automatically as of WP2.7
210
-
* no longer silences error_reporting
211
-
* no need to flush_rewrite_rules() 3 times
212
-
* updates widget registration
213
-
* adds optional custom headers/footers
214
-
* fix for undefined $i variable
215
-
* fixes conditional loading of scripts/styles
216
-
* sanitizes merge options
217
-
* some minor css fixes
221
+
This is a major release which focuses on the plugin's templating system and overall code improvements. Upgrade carefully and please read new FAQ info and description regarding the templating.
222
+
223
+
A big thank you to helgatheviking for her contributions to this release.
224
+
218
225
219
226
= 1.0.9 =
220
-
* Replace TEMPLATEPATH with STYLESHEETPATH.
221
-
* Replace get_template_directory_uri() with get_stylesheet_directory_uri().
227
+
Minor release, but fixes an important stylesheet issue. Upgrade immediately.
222
228
223
229
= 1.0.8 =
224
-
* Added strip_tags() function for excerpt for the search results.
225
-
* Query corrected for getting KBE title and fixing the activation error.
230
+
Minor release.
226
231
227
232
= 1.0.7 =
228
-
* CSS file path corrected.
233
+
Patch only.
229
234
230
235
= 1.0.6 =
231
-
* Update query corrected on order.
236
+
Patch only.
232
237
233
238
= 1.0.5 =
234
-
* Issue with child theme fixed.
235
-
* Function corrected for copying plugin template files in to active theme folder
239
+
Important fixes to templating and css. Upgrade immediately.
236
240
237
241
= 1.0.4 =
238
-
* Breadcrumbs text issue fixed.
239
-
* Added support for Sub-Categories.
240
-
* Added support for child theme.
241
-
* Added support for multi site.
242
-
* Some Code Correction.
243
-
* Added support for revisions.
244
-
* Languages added
242
+
Major release.
245
243
246
244
= 1.0.3 =
247
-
* Minor CSS Changes.
248
-
* Breadcrumbs link issue fixed.
249
-
* Truncate function removed from the titles
250
-
* Function corrected for loading plugin text domain
245
+
Minor release, fixing a number of irritating problems. Encouraged to upgrade.
251
246
252
247
= 1.0.2 =
253
-
* Translation issue fixed
254
-
* Miscellaneous minor fixes
248
+
Minor release.
255
249
256
250
= 1.0.1 =
257
-
* Function fixed which was assigning template to the page
0 commit comments