From 556701d8f032931838c524ddc55c40b177a0e1a8 Mon Sep 17 00:00:00 2001 From: Justin Sternberg Date: Thu, 9 Nov 2017 13:44:20 -0500 Subject: [PATCH] Fix extra paren in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 403354a..5b0a795 100644 --- a/README.md +++ b/README.md @@ -45,7 +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)). +* 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)).