Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkatz committed Jul 31, 2022
1 parent 84574bd commit 5f05e45
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gravityview-az-filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
* Author URI: https://www.gravitykit.com
* Author Email: [email protected]
* Requires at least: 4.4
* Tested up to: 5.9.2
* Tested up to: 6.0.1
* Text Domain: gravityview-az-filters
* Domain Path: languages
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

/** @since 1.2 */
define( 'GRAVITYVIEW_AZ_FILTER_VERSION', '1' );
define( 'GRAVITYVIEW_AZ_FILTER_VERSION', '1.3.2' );

/** @since 1.3.2 */
define( 'GRAVITYVIEW_AZ_FILTER_FILE', __FILE__ );
Expand Down
6 changes: 5 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: 4.3
Tested up to: 5.9.2
Tested up to: 6.0.1
Stable tag: trunk
Contributors: The GravityKit Team
License: GPL 3 or higher
Expand All @@ -16,6 +16,10 @@ Alphabetically filter your entries by letters of the alphabet.

== Changelog ==

= 1.3.2 on July 31, 2022 =

* Fixed: Issues with plugin auto-updates that was introduced in version 1.2

= 1.3.1 on March 24, 2022 =

__Developer Updates:__
Expand Down

0 comments on commit 5f05e45

Please sign in to comment.