From 2e63ee2b54dc18a4af52f9a611b39b3c43c7e83f Mon Sep 17 00:00:00 2001 From: Justin Sternberg Date: Thu, 9 Nov 2017 13:43:01 -0500 Subject: [PATCH] Add missing props/line-item to changelong (for #36 and #37) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cefc8dc..403354a 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Once you have the post data for the post ID, you can proceed with the desired fu ### 1.2.6 * Add post type label next to post title when multiple post-types are specified in the query args. +* Open attached-posts links in new window, so as not to leave the current editing window. Props [Shelob9](https://github.com/Shelob9), [#37](https://github.com/WebDevStudios/cmb2-attached-posts/pull/37)), [#36](https://github.com/CMB2/cmb2-attached-posts/issues/36)). ### 1.2.5 * Combined the best bits from the [CMB2 Post Search field](https://github.com/WebDevStudios/CMB2-Post-Search-field) type and this field type, so now you can search for additional posts/pages/etc to be attached. User search is not currently supported. ([#7](https://github.com/WebDevStudios/cmb2-attached-posts/pull/7)).