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
@@ -101,6 +101,10 @@ This is the safest way to customise the WP Knowledebase templates, as it means t
101
101
102
102
Please check that the shortcode `[kbe_knowledgebase]` is added on the Knowledgebase main page. You can tweak the design using CSS in your theme. Or for more advanced customisation see previous point.
103
103
104
+
= Can I control privacy or content restrictions for WP Knowledgebase categories and posts? =
105
+
106
+
Yes. Any content restriction solution that is compatible with Custom Post Types should work with WP Knowledgebase.
107
+
104
108
= Can I use WP Knowledgebase in my Language? =
105
109
106
110
Yes, the plugin is internationalized and ready for translation. If you would like to help with a translation please [contact me](http://www.enigmaweb.com.au/contact)
@@ -124,8 +128,10 @@ If you've tried all the obvious stuff and it's still not working please request
124
128
125
129
== Changelog ==
126
130
= 1.1.1 =
127
-
* fixed warnings.
128
-
* 'parent' => 0 removed from the terms array
131
+
* fixed error warnings
132
+
* 'parent' => 0 removed from the terms array to fix reorder of subcategories
133
+
* Registered support for 'author'
134
+
129
135
= 1.1 =
130
136
* renames index.php to wp-knowledgebase.php
131
137
* no longer automatically copies template files to theme folder
@@ -189,6 +195,11 @@ If you've tried all the obvious stuff and it's still not working please request
189
195
190
196
== Upgrade Notice ==
191
197
198
+
= 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'
202
+
192
203
= 1.1 =
193
204
* renames index.php to wp-knowledgebase.php
194
205
* no longer automatically copies template files to theme folder
0 commit comments