Skip to content

Commit 3a79f47

Browse files
author
Maeve Lander
committed
Updating readme for 1.1.1 release and adding support for 'author'
1 parent d1edc1b commit 3a79f47

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

articles/kbe_articles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function kbe_articles() {
4242
'menu_icon' => WP_KNOWLEDGEBASE.'images/icon-kbe.png',
4343
'capability_type' => 'post',
4444
'hierarchical' => false,
45-
'supports' => array('title','editor','thumbnail','comments','tags','revisions'),
45+
'supports' => array('title','editor','thumbnail','comments','tags','revisions','author'),
4646
'rewrite' => $kbe_rewrite,
4747
'show_in_menu' => true,
4848
'show_in_nav_menus' => true,

readme.txt

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: EnigmaWeb, helgatheviking, Base29
33
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CEJ9HFWJ94BG4
44
Tags: WP Knowledgebase, knowledgebase, knowledge base, faqs, wiki
55
Requires at least: 2.7
6-
Tested up to: 4.4
6+
Tested up to: 4.4.1
77
Stable tag: trunk
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -101,6 +101,10 @@ This is the safest way to customise the WP Knowledebase templates, as it means t
101101

102102
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.
103103

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+
104108
= Can I use WP Knowledgebase in my Language? =
105109

106110
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
124128

125129
== Changelog ==
126130
= 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+
129135
= 1.1 =
130136
* renames index.php to wp-knowledgebase.php
131137
* 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
189195

190196
== Upgrade Notice ==
191197

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+
192203
= 1.1 =
193204
* renames index.php to wp-knowledgebase.php
194205
* no longer automatically copies template files to theme folder

0 commit comments

Comments
 (0)