Updated devbridgeAutocomplete lib

This commit is contained in:
Ruben Garcia 2017-10-05 19:29:10 +02:00
parent e3f836e52e
commit 973308f0be
3 changed files with 8 additions and 5 deletions

View File

@ -8,7 +8,7 @@
* Plugin URI: https://github.com/rubengc/cmb2-field-ajax-search * Plugin URI: https://github.com/rubengc/cmb2-field-ajax-search
* GitHub Plugin URI: https://github.com/rubengc/cmb2-field-ajax-search * GitHub Plugin URI: https://github.com/rubengc/cmb2-field-ajax-search
* Description: CMB2 field type to attach posts, users or terms. * Description: CMB2 field type to attach posts, users or terms.
* Version: 1.0.1 * Version: 1.0.
* Author: Tsunoa * Author: Tsunoa
* Author URI: https://tsunoa.com/ * Author URI: https://tsunoa.com/
* License: GPLv2+ * License: GPLv2+
@ -27,7 +27,7 @@ if( ! class_exists( 'CMB2_Field_Ajax_Search' ) ) {
/** /**
* Current version number * Current version number
*/ */
const VERSION = '1.0.1'; const VERSION = '1.0.2';
/** /**
* Initialize the plugin by hooking into CMB2 * Initialize the plugin by hooking into CMB2

File diff suppressed because one or more lines are too long

View File

@ -156,6 +156,9 @@ If multiple == true will return an array of IDs of attached object:
## Changelog ## Changelog
### 1.0.2
* Updated devbridgeAutocomplete lib
### 1.0.1 ### 1.0.1
* Group fields support * Group fields support
* Widget area support * Widget area support