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

Commit

Permalink
Releasing 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rahularyan committed Aug 15, 2016
1 parent 4162be2 commit 0195a5a
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 27 deletions.
3 changes: 1 addition & 2 deletions categories-for-anspress.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Plugin URI: http://anspress.io/downloads/categories-for-anspress
* Description: Extension for AnsPress. Add categories in AnsPress.
* Donate link: http://paypal.me/nerdaryan
* Version: 3.0.1
* Version: 3.0.2
* Author: Rahul Aryan
* Author URI: http://anspress.io
* Text Domain: categories-for-anspress
Expand Down Expand Up @@ -531,7 +531,6 @@ public function page_title($title) {
* @return array
*/
public function ap_breadcrumbs($navs) {
//var_dump($navs);
if ( is_question() && taxonomy_exists( 'question_category' ) ) {
$cats = get_the_terms( get_question_id(), 'question_category' );
if( $cats ){
Expand Down
44 changes: 22 additions & 22 deletions languages/categories-for-anspress.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: "
"http://wordpress.org/support/plugin/anspress-question-answer\n"
"POT-Creation-Date: 2016-08-12 15:12:13+00:00\n"
"POT-Creation-Date: 2016-08-15 13:41:07+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand All @@ -25,14 +25,14 @@ msgstr ""
"X-Poedit-Bookmarks: \n"
"X-Textdomain-Support: yes\n"

#: categories-for-anspress.php:82 categories-for-anspress.php:469
#: categories-for-anspress.php:570 functions.php:176
#: categories-for-anspress.php:82 categories-for-anspress.php:470
#: categories-for-anspress.php:576 functions.php:176
msgid "Category"
msgstr ""

#: categories-for-anspress.php:84 categories-for-anspress.php:224
#: categories-for-anspress.php:278 categories-for-anspress.php:536
#: categories-for-anspress.php:539 categories-widget.php:69 functions.php:15
#: categories-for-anspress.php:278 categories-for-anspress.php:542
#: categories-for-anspress.php:545 categories-widget.php:69 functions.php:15
msgid "Categories"
msgstr ""

Expand Down Expand Up @@ -160,69 +160,69 @@ msgstr ""
msgid "Image height in categories page"
msgstr ""

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

#: categories-for-anspress.php:520
#: categories-for-anspress.php:521
msgid "No matching category found"
msgstr ""

#: categories-for-anspress.php:588 categories-for-anspress.php:623
#: categories-for-anspress.php:594 categories-for-anspress.php:629
msgid "Image"
msgstr ""

#: categories-for-anspress.php:589 categories-for-anspress.php:590
#: categories-for-anspress.php:626
#: categories-for-anspress.php:595 categories-for-anspress.php:596
#: categories-for-anspress.php:632
msgid "Upload image"
msgstr ""

#: categories-for-anspress.php:595
#: categories-for-anspress.php:601
msgid "Category image"
msgstr ""

#: categories-for-anspress.php:599 categories-for-anspress.php:643
#: categories-for-anspress.php:605 categories-for-anspress.php:649
msgid "Category icon class"
msgstr ""

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

#: categories-for-anspress.php:605 categories-for-anspress.php:652
#: categories-for-anspress.php:611 categories-for-anspress.php:658
msgid "Category icon color"
msgstr ""

#: categories-for-anspress.php:607
#: categories-for-anspress.php:613
msgid "Icon color"
msgstr ""

#: categories-for-anspress.php:636
#: categories-for-anspress.php:642
msgid "Featured image for category"
msgstr ""

#: categories-for-anspress.php:638
#: categories-for-anspress.php:644
msgid "Remove image"
msgstr ""

#: categories-for-anspress.php:788 theme/category.php:27
#: categories-for-anspress.php:794 theme/category.php:27
msgid "1 Question"
msgid_plural "%s Questions"
msgstr[0] ""
msgstr[1] ""

#: categories-for-anspress.php:791 theme/categories.php:42
#: categories-for-anspress.php:797 theme/categories.php:42
msgid "%d Sub category"
msgid_plural "%d Sub categories"
msgstr[0] ""
msgstr[1] ""

#: categories-for-anspress.php:910
#: categories-for-anspress.php:916
msgid "Question category feed"
msgstr ""

#: categories-for-anspress.php:924
#: categories-for-anspress.php:930
msgid ""
"Category extension require AnsPress 3.0.0 or above. Download from Github "
"%shttp://github.com/anspress/anspress%s"
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Categories for AnsPress",
"description": "Add category support in AnsPress",
"version": "3.0",
"version": "3.0.2",
"tested_up_to": "4.4",
"updated": "",
"licence": "GPL-3.0+",
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: nerdaryan
Donate link: http://paypal.me/nerdaryan
Tags: anspress, question, answer, q&a, forum, stackoverflow, quora
Requires at least: 4.1.1
Tested up to: 4.4
Stable tag: 3.0.1
Tested up to: 4.6
Stable tag: 3.0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 3.0.2 =

* Show current category in breadcrumbs

= 3.0.1 =

* Added category feed link
Expand Down

0 comments on commit 0195a5a

Please sign in to comment.