-
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 #15 from katzwebservices/bug/gf-like-query
Apparently GFAPI is not supporting LIKE operator
- Loading branch information
Showing
5 changed files
with
14 additions
and
8 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,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.5 | ||
* Version: 1.0.6 | ||
* Author: Katz Web Services, Inc. | ||
* Author URI: https://gravityview.co | ||
* Author Email: [email protected] | ||
* Requires at least: 3.8 | ||
* Tested up to: 4.2.2 | ||
* Tested up to: 4.3 | ||
* Text Domain: gravityview-az-filters | ||
* Domain Path: languages | ||
*/ | ||
|
@@ -42,7 +42,7 @@ class GravityView_A_Z_Entry_Filter_Extension extends GravityView_Extension { | |
|
||
protected $_title = 'A-Z Filters'; | ||
|
||
protected $_version = '1.0.5'; | ||
protected $_version = '1.0.6'; | ||
|
||
protected $_text_domain = 'gravityview-az-filters'; | ||
|
||
|
Binary file not shown.
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 |
---|---|---|
|
@@ -4,9 +4,9 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: GravityView A-Z Filters\n" | ||
"POT-Creation-Date: 2014-10-03 09:41-0700\n" | ||
"PO-Revision-Date: 2014-10-03 15:42+0000\n" | ||
"PO-Revision-Date: 2015-07-23 17:49+0000\n" | ||
"Last-Translator: Zachary Katz <[email protected]>\n" | ||
"Language-Team: French (France) (http://www.transifex.com/projects/p/gravityview-az-filters/language/fr_FR/)\n" | ||
"Language-Team: French (France) (http://www.transifex.com/katzwebservices/gravityview-az-filters/language/fr_FR/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
@@ -21,12 +21,12 @@ msgstr "" | |
#: lib/class-gravityview-extension.php:157 | ||
#, php-format | ||
msgid "Could not activate the %s Extension; GravityView is not active." | ||
msgstr "" | ||
msgstr "Impossible d'activer l'extension %s; GravityView n'est pas activé." | ||
|
||
#: lib/class-gravityview-extension.php:167 | ||
#, php-format | ||
msgid "The %s Extension requires GravityView Version %s or newer." | ||
msgstr "" | ||
msgstr "L'extension %s nécessite la version %s de GravityView ou ultérieure." | ||
|
||
#: widget/gravityview-a-z-entry-filter-widget.php:35 | ||
msgid "A-Z Entry Filter" | ||
|
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