Skip to content

Commit

Permalink
final preparation for translation\n update for readme changelogs and …
Browse files Browse the repository at this point in the history
…plugin description
  • Loading branch information
franz-josef-kaiser committed Jan 30, 2013
1 parent 0be993f commit 07c6cb1
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bootstrap.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: (WCM) Filterama
* Plugin URI: http://example.com
* Description: Adds one taxonomy filter/drop-down/select box for each taxonomy attached to a (custom) post types list in the admin post list page.
* Version: 0.4
* Version: 0.5
* Author: Franz Josef Kaiser <wecodemore@gmail.com>
* Author URI: http://example.com
* Contributors: userabuser, kai-ser
Expand Down
2 changes: 1 addition & 1 deletion inc/filter.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function get_markup()
'taxonomy' => $tax
,'show_option_all' => sprintf(
'%s %s'
,__( 'View All' )
,__( 'View All', 'filterama' )
,get_taxonomy( $tax )->label
)
,'hide_empty' => 0
Expand Down
2 changes: 1 addition & 1 deletion inc/match.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function setup_actions()
public function get_markup()
{
$html = get_submit_button(
__( 'Match', 'filterarma' )
__( 'Match', 'filterama' )
,'secondary'
,'match'
,false
Expand Down
18 changes: 16 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
**Tags:** admin, post, list, filter, categories, tags, post-tags, taxonomy, taxonomies
**Requires at least:** 3.5
**Tested up to:** 3.5.1
**Stable tag:** 0.3
**Stable tag:** 0.5

## Description

Adds one taxonomy filter/drop-down/select box for each taxonomy attached to a (custom) post types list in the admin post list page.
Adds one taxonomy filter/drop-down/select box for each taxonomy attached to a
(custom) post types list in the admin post list page. Also adds a "match" button
so you can now "filter" the list by ALL or ANY taxonomy terms.

### (WCM) WeCodeMore

Expand Down Expand Up @@ -39,6 +41,18 @@ Preparation for this feature is in production. Expect it with a future version.

## Changelog

### 0.5

* Fixed hierarchical display of hierarchical taxonomy select elements
* Now uses a core function
* Sorts elements by parent

### 0.4

* Added l18n/translation loading
* Added "match" button and behavior
* Intercept on pre_get_posts to alter the tax query for "match"

### 0.3.4

* Added base file
Expand Down
18 changes: 16 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ License: MIT
Tags: admin, post, list, filter, categories, tags, post-tags, taxonomy, taxonomies
Requires at least: 3.5
Tested up to: 3.5.1
Stable tag: 0.3
Stable tag: 0.5

== Description ==

Adds one taxonomy filter/drop-down/select box for each taxonomy attached to a (custom) post types list in the admin post list page.
Adds one taxonomy filter/drop-down/select box for each taxonomy attached to a
(custom) post types list in the admin post list page. Also adds a "match" button
so you can now "filter" the list by ALL or ANY taxonomy terms.

= (WCM) WeCodeMore =

Expand Down Expand Up @@ -37,6 +39,18 @@ Preparation for this feature is in production. Expect it with a future version.

== Changelog ==

= 0.5 =

* Fixed hierarchical display of hierarchical taxonomy select elements
* Now uses a core function
* Sorts elements by parent

= 0.4 =

* Added l18n/translation loading
* Added "match" button and behavior
* Intercept on pre_get_posts to alter the tax query for "match"

= 0.3.4 =

* Added base file
Expand Down

0 comments on commit 07c6cb1

Please sign in to comment.