Skip to content

Commit 4cb6e8d

Browse files
committed
Version bump
1 parent d5f810a commit 4cb6e8d

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

gravityview-az-filters.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* Plugin Name: GravityView A-Z Filters Extension
44
* Plugin URI: https://gravityview.co/extensions/a-z-filter/
55
* Description: Alphabetically filter your entries.
6-
* Version: 1.0.4
6+
* Version: 1.0.5
77
* Author: Katz Web Services, Inc.
88
* Author URI: https://gravityview.co
99
* Author Email: admin@gravityview.co
1010
* Requires at least: 3.8
11-
* Tested up to: 4.2
11+
* Tested up to: 4.2.2
1212
* Text Domain: gravityview-az-filters
1313
* Domain Path: languages
1414
*/
@@ -42,7 +42,7 @@ class GravityView_A_Z_Entry_Filter_Extension extends GravityView_Extension {
4242

4343
protected $_title = 'A-Z Filters';
4444

45-
protected $_version = '1.0.4';
45+
protected $_version = '1.0.5';
4646

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

readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GravityView - A-Z Filters Extension #
22
**Tags:** gravityview
33
**Requires at least:** 3.3
4-
**Tested up to:** 4.2
4+
**Tested up to:** 4.2.2
55
**Stable tag:** trunk
66
**Contributors:** katzwebservices
77
**License:** GPL 3 or higher
@@ -16,6 +16,12 @@ Alphabetically filter your entries.
1616

1717
## Changelog ##
1818

19+
### 1.0.5 on July 20 ###
20+
* Fixed: Sanitize links to improve security
21+
* Fixed: Link to "[Use this field to filter entries](http://docs.gravityview.co/article/198-the-use-this-field-to-filter-entries-setting)" documentation
22+
* Updated: Translations
23+
- Added Danish (thanks, [@jaegerbo](https://www.transifex.com/accounts/profile/jaegerbo/))
24+
1925
### 1.0.4 on April 10 ###
2026
* Fixed: Compatibility with GravityView 1.7.5
2127
* Updated Hungarian translation (thanks, [@dbalage](https://www.transifex.com/accounts/profile/dbalage/)!)

readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=== GravityView - A-Z Filters Extension ===
22
Tags: gravityview
33
Requires at least: 3.3
4-
Tested up to: 4.2
4+
Tested up to: 4.2.2
55
Stable tag: trunk
66
Contributors: katzwebservices
77
License: GPL 3 or higher
@@ -16,6 +16,12 @@ Alphabetically filter your entries.
1616

1717
== Changelog ==
1818

19+
= 1.0.5 on July 20 =
20+
* Fixed: Sanitize links to improve security
21+
* Fixed: Link to "[Use this field to filter entries](http://docs.gravityview.co/article/198-the-use-this-field-to-filter-entries-setting)" documentation
22+
* Updated: Translations
23+
- Added Danish (thanks, [@jaegerbo](https://www.transifex.com/accounts/profile/jaegerbo/))
24+
1925
= 1.0.4 on April 10 =
2026
* Fixed: Compatibility with GravityView 1.7.5
2127
* Updated Hungarian translation (thanks, [@dbalage](https://www.transifex.com/accounts/profile/dbalage/)!)

0 commit comments

Comments
 (0)