Skip to content

Commit

Permalink
Merge pull request #16 from brthrs/feature/safe-usage-of-autocomplete
Browse files Browse the repository at this point in the history
Feature/safe usage of autocomplete
  • Loading branch information
alexis-magina authored Mar 29, 2017
2 parents 82513b6 + 9bcb682 commit cdd2d11
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,7 @@ If field limit == 1, this will return only the single attached post ID.
* Add Support for user queries
* Fixed issue #11 : sorting problem
* Fixed conflict with ui-autocomplete

### 1.1.4-sebask
* Fixed issue #14: safe mode for jquery-ui-autocomplete and devbridge/jQuery-Autocomplete compatibility.

4 changes: 2 additions & 2 deletions cmb-field-post-search-ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: https://github.com/alexis-magina/cmb2-field-post-search-ajax
GitHub Plugin URI: https://github.com/alexis-magina/cmb2-field-post-search-ajax
Description: CMB2 field type to attach posts to each others.
Version: 1.1.3
Version: 1.1.4-sebask
Author: Magina
Author URI: http://magina.fr/
License: GPLv2+
Expand All @@ -20,7 +20,7 @@ class MAG_CMB2_Field_Post_Search_Ajax {
/**
* Current version number
*/
const VERSION = '1.1.3';
const VERSION = '1.1.4-sebask';

/**
* The url which is used to load local resources
Expand Down
Loading

0 comments on commit cdd2d11

Please sign in to comment.