Skip to content

Commit

Permalink
Bumped version (and reverted the package name for pull request).
Browse files Browse the repository at this point in the history
  • Loading branch information
sebask committed Mar 28, 2017
1 parent 70405dc commit 9bcb682
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "brthrs/cmb2-field-post-search-ajax",
"name": "alexis-magina/cmb2-field-post-search-ajax",
"description": "CMB2 field type to attach posts to each others. Search with Ajax.",
"license": "GPL-3.0",
"authors": [
Expand Down

0 comments on commit 9bcb682

Please sign in to comment.