Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkatz committed Jul 20, 2015
1 parent d5f810a commit 4cb6e8d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gravityview-az-filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
* Plugin Name: GravityView A-Z Filters Extension
* Plugin URI: https://gravityview.co/extensions/a-z-filter/
* Description: Alphabetically filter your entries.
* Version: 1.0.4
* Version: 1.0.5
* Author: Katz Web Services, Inc.
* Author URI: https://gravityview.co
* Author Email: [email protected]
* Requires at least: 3.8
* Tested up to: 4.2
* Tested up to: 4.2.2
* Text Domain: gravityview-az-filters
* Domain Path: languages
*/
Expand Down Expand Up @@ -42,7 +42,7 @@ class GravityView_A_Z_Entry_Filter_Extension extends GravityView_Extension {

protected $_title = 'A-Z Filters';

protected $_version = '1.0.4';
protected $_version = '1.0.5';

protected $_text_domain = 'gravityview-az-filters';

Expand Down
8 changes: 7 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# GravityView - A-Z Filters Extension #
**Tags:** gravityview
**Requires at least:** 3.3
**Tested up to:** 4.2
**Tested up to:** 4.2.2
**Stable tag:** trunk
**Contributors:** katzwebservices
**License:** GPL 3 or higher
Expand All @@ -16,6 +16,12 @@ Alphabetically filter your entries.

## Changelog ##

### 1.0.5 on July 20 ###
* Fixed: Sanitize links to improve security
* Fixed: Link to "[Use this field to filter entries](http://docs.gravityview.co/article/198-the-use-this-field-to-filter-entries-setting)" documentation
* Updated: Translations
- Added Danish (thanks, [@jaegerbo](https://www.transifex.com/accounts/profile/jaegerbo/))

### 1.0.4 on April 10 ###
* Fixed: Compatibility with GravityView 1.7.5
* Updated Hungarian translation (thanks, [@dbalage](https://www.transifex.com/accounts/profile/dbalage/)!)
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== GravityView - A-Z Filters Extension ===
Tags: gravityview
Requires at least: 3.3
Tested up to: 4.2
Tested up to: 4.2.2
Stable tag: trunk
Contributors: katzwebservices
License: GPL 3 or higher
Expand All @@ -16,6 +16,12 @@ Alphabetically filter your entries.

== Changelog ==

= 1.0.5 on July 20 =
* Fixed: Sanitize links to improve security
* Fixed: Link to "[Use this field to filter entries](http://docs.gravityview.co/article/198-the-use-this-field-to-filter-entries-setting)" documentation
* Updated: Translations
- Added Danish (thanks, [@jaegerbo](https://www.transifex.com/accounts/profile/jaegerbo/))

= 1.0.4 on April 10 =
* Fixed: Compatibility with GravityView 1.7.5
* Updated Hungarian translation (thanks, [@dbalage](https://www.transifex.com/accounts/profile/dbalage/)!)
Expand Down

0 comments on commit 4cb6e8d

Please sign in to comment.