From 213153dc3f5d28f4136b78a16aafd1b33849bd4f Mon Sep 17 00:00:00 2001 From: spencer Date: Sun, 2 Apr 2017 23:54:28 -0400 Subject: [PATCH 1/3] update composer --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4cbec55..01a7b0a 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "webdevstudios/cmb2-attached-posts", + "name": "spencerm/cmb2-attached-posts", "description": "Custom field for CMB2 for creating post relationships.", "license": "GPL-2.0+", "authors": [ From ab5c643e8da5311d13eaaf45717714ff6104c619 Mon Sep 17 00:00:00 2001 From: spencer Date: Sun, 2 Apr 2017 23:55:04 -0400 Subject: [PATCH 2/3] show all users --- init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.php b/init.php index df6dbab..2c18fe3 100644 --- a/init.php +++ b/init.php @@ -112,7 +112,7 @@ public function render( $field, $escaped_value, $object_id, $object_type, $field } else { // Setup our args $args = wp_parse_args( $query_args, array( - 'number' => 100, + 'number' => -1, ) ); $post_type_labels = $field_type->_text( 'users_text', esc_html__( 'Users' ) ); } From 7238c5fccb168d050ed0fad28c83eb37d29c22e8 Mon Sep 17 00:00:00 2001 From: spencer Date: Mon, 3 Apr 2017 10:29:21 -0400 Subject: [PATCH 3/3] clean composer.json --- composer.json | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/composer.json b/composer.json index 01a7b0a..b88d326 100644 --- a/composer.json +++ b/composer.json @@ -2,25 +2,8 @@ "name": "spencerm/cmb2-attached-posts", "description": "Custom field for CMB2 for creating post relationships.", "license": "GPL-2.0+", - "authors": [ - { - "name": "WebDevStudios", - "email": "contact@webdevstudios.com", - "homepage": "https://github.com/WebDevStudios", - "role": "Developer" - } - ], - "keywords": ["wordpress", "plugin", "metabox","post","relationship","attached"], - "homepage": "https://github.com/WebDevStudios/CMB2", "type": "wordpress-plugin", - "support": { - "issues": "https://github.com/WebDevStudios/cmb2-attached-posts/issues", - "source": "https://github.com/WebDevStudios/cmb2-attached-posts/" - }, "require": { "php": ">5.2.4" - }, - "suggest": { - "composer/installers": "~1.0" } } \ No newline at end of file