Skip to content
This repository was archived by the owner on Nov 9, 2020. It is now read-only.

Commit 0195a5a

Browse files
committed
Releasing 3.0.2
1 parent 4162be2 commit 0195a5a

File tree

4 files changed

+30
-27
lines changed

4 files changed

+30
-27
lines changed

categories-for-anspress.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Plugin URI: http://anspress.io/downloads/categories-for-anspress
1616
* Description: Extension for AnsPress. Add categories in AnsPress.
1717
* Donate link: http://paypal.me/nerdaryan
18-
* Version: 3.0.1
18+
* Version: 3.0.2
1919
* Author: Rahul Aryan
2020
* Author URI: http://anspress.io
2121
* Text Domain: categories-for-anspress
@@ -531,7 +531,6 @@ public function page_title($title) {
531531
* @return array
532532
*/
533533
public function ap_breadcrumbs($navs) {
534-
//var_dump($navs);
535534
if ( is_question() && taxonomy_exists( 'question_category' ) ) {
536535
$cats = get_the_terms( get_question_id(), 'question_category' );
537536
if( $cats ){

languages/categories-for-anspress.pot

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgstr ""
55
"Project-Id-Version: \n"
66
"Report-Msgid-Bugs-To: "
77
"http://wordpress.org/support/plugin/anspress-question-answer\n"
8-
"POT-Creation-Date: 2016-08-12 15:12:13+00:00\n"
8+
"POT-Creation-Date: 2016-08-15 13:41:07+00:00\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=utf-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
@@ -25,14 +25,14 @@ msgstr ""
2525
"X-Poedit-Bookmarks: \n"
2626
"X-Textdomain-Support: yes\n"
2727

28-
#: categories-for-anspress.php:82 categories-for-anspress.php:469
29-
#: categories-for-anspress.php:570 functions.php:176
28+
#: categories-for-anspress.php:82 categories-for-anspress.php:470
29+
#: categories-for-anspress.php:576 functions.php:176
3030
msgid "Category"
3131
msgstr ""
3232

3333
#: categories-for-anspress.php:84 categories-for-anspress.php:224
34-
#: categories-for-anspress.php:278 categories-for-anspress.php:536
35-
#: categories-for-anspress.php:539 categories-widget.php:69 functions.php:15
34+
#: categories-for-anspress.php:278 categories-for-anspress.php:542
35+
#: categories-for-anspress.php:545 categories-widget.php:69 functions.php:15
3636
msgid "Categories"
3737
msgstr ""
3838

@@ -160,69 +160,69 @@ msgstr ""
160160
msgid "Image height in categories page"
161161
msgstr ""
162162

163-
#: categories-for-anspress.php:474
163+
#: categories-for-anspress.php:475
164164
msgid "Select a topic that best fits your question"
165165
msgstr ""
166166

167-
#: categories-for-anspress.php:520
167+
#: categories-for-anspress.php:521
168168
msgid "No matching category found"
169169
msgstr ""
170170

171-
#: categories-for-anspress.php:588 categories-for-anspress.php:623
171+
#: categories-for-anspress.php:594 categories-for-anspress.php:629
172172
msgid "Image"
173173
msgstr ""
174174

175-
#: categories-for-anspress.php:589 categories-for-anspress.php:590
176-
#: categories-for-anspress.php:626
175+
#: categories-for-anspress.php:595 categories-for-anspress.php:596
176+
#: categories-for-anspress.php:632
177177
msgid "Upload image"
178178
msgstr ""
179179

180-
#: categories-for-anspress.php:595
180+
#: categories-for-anspress.php:601
181181
msgid "Category image"
182182
msgstr ""
183183

184-
#: categories-for-anspress.php:599 categories-for-anspress.php:643
184+
#: categories-for-anspress.php:605 categories-for-anspress.php:649
185185
msgid "Category icon class"
186186
msgstr ""
187187

188-
#: categories-for-anspress.php:601 categories-for-anspress.php:647
189-
#: categories-for-anspress.php:656
188+
#: categories-for-anspress.php:607 categories-for-anspress.php:653
189+
#: categories-for-anspress.php:662
190190
msgid "Font icon class, if image not set"
191191
msgstr ""
192192

193-
#: categories-for-anspress.php:605 categories-for-anspress.php:652
193+
#: categories-for-anspress.php:611 categories-for-anspress.php:658
194194
msgid "Category icon color"
195195
msgstr ""
196196

197-
#: categories-for-anspress.php:607
197+
#: categories-for-anspress.php:613
198198
msgid "Icon color"
199199
msgstr ""
200200

201-
#: categories-for-anspress.php:636
201+
#: categories-for-anspress.php:642
202202
msgid "Featured image for category"
203203
msgstr ""
204204

205-
#: categories-for-anspress.php:638
205+
#: categories-for-anspress.php:644
206206
msgid "Remove image"
207207
msgstr ""
208208

209-
#: categories-for-anspress.php:788 theme/category.php:27
209+
#: categories-for-anspress.php:794 theme/category.php:27
210210
msgid "1 Question"
211211
msgid_plural "%s Questions"
212212
msgstr[0] ""
213213
msgstr[1] ""
214214

215-
#: categories-for-anspress.php:791 theme/categories.php:42
215+
#: categories-for-anspress.php:797 theme/categories.php:42
216216
msgid "%d Sub category"
217217
msgid_plural "%d Sub categories"
218218
msgstr[0] ""
219219
msgstr[1] ""
220220

221-
#: categories-for-anspress.php:910
221+
#: categories-for-anspress.php:916
222222
msgid "Question category feed"
223223
msgstr ""
224224

225-
#: categories-for-anspress.php:924
225+
#: categories-for-anspress.php:930
226226
msgid ""
227227
"Category extension require AnsPress 3.0.0 or above. Download from Github "
228228
"%shttp://github.com/anspress/anspress%s"

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Categories for AnsPress",
33
"description": "Add category support in AnsPress",
4-
"version": "3.0",
4+
"version": "3.0.2",
55
"tested_up_to": "4.4",
66
"updated": "",
77
"licence": "GPL-3.0+",

readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: nerdaryan
33
Donate link: http://paypal.me/nerdaryan
44
Tags: anspress, question, answer, q&a, forum, stackoverflow, quora
55
Requires at least: 4.1.1
6-
Tested up to: 4.4
7-
Stable tag: 3.0.1
6+
Tested up to: 4.6
7+
Stable tag: 3.0.2
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -33,6 +33,10 @@ Or if you want to install it manually simple follow this:
3333

3434
== Changelog ==
3535

36+
= 3.0.2 =
37+
38+
* Show current category in breadcrumbs
39+
3640
= 3.0.1 =
3741

3842
* Added category feed link

0 commit comments

Comments
 (0)