-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from gravityview/develop
Prevent smooth-scrolling in Divi and Kadence
- Loading branch information
Showing
3 changed files
with
25 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,20 +3,20 @@ | |
* Plugin Name: GravityView - A-Z Filters Extension | ||
* Plugin URI: https://www.gravitykit.com/extensions/a-z-filter/ | ||
* Description: Filter your entries by letters of the alphabet. | ||
* Version: 1.3.2 | ||
* Version: 1.3.3 | ||
* Author: GravityKit | ||
* Author URI: https://www.gravitykit.com | ||
* Author Email: [email protected] | ||
* Requires at least: 4.4 | ||
* Tested up to: 6.0.1 | ||
* Tested up to: 6.0.2 | ||
* 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.3.2' ); | ||
define( 'GRAVITYVIEW_AZ_FILTER_VERSION', '1.3.3' ); | ||
|
||
/** @since 1.3.2 */ | ||
define( 'GRAVITYVIEW_AZ_FILTER_FILE', __FILE__ ); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters