From 986c7f434c2459938f29d6795eedc5e2ed954b46 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Sat, 18 Jun 2016 08:23:08 +0200 Subject: [PATCH 1/3] Ensure that plugin-support and theme-support are included in build --- Gruntfile.js | 2 +- readme.md | 1 + readme.txt | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 2769468..773f183 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -62,7 +62,7 @@ module.exports = function( grunt ) { '*.php', 'css/*', 'js/*', - 'php/*', + 'php/**', 'readme.txt' ], dest: 'build', diff --git a/readme.md b/readme.md index ced0a35..0a53728 100644 --- a/readme.md +++ b/readme.md @@ -103,6 +103,7 @@ Fixed: * Improve compatibility with the WP REST API plugin. * Supply a default (no title) placeholder to the post title control for new posts. * Filter post and page links in the Customizer to return the preview URL. + * Included plugin-support and theme-support PHP files that were inadvertantly omitted from the 0.6.0 build. See full commit log: [`0.5.0...0.6.0`](https://github.com/xwp/wp-customize-posts/compare/0.5.0...0.6.0) diff --git a/readme.txt b/readme.txt index 2843185..633e266 100644 --- a/readme.txt +++ b/readme.txt @@ -102,6 +102,7 @@ Fixed: * Improve compatibility with the WP REST API plugin. * Supply a default (no title) placeholder to the post title control for new posts. * Filter post and page links in the Customizer to return the preview URL. + * Included plugin-support and theme-support PHP files that were inadvertantly omitted from the 0.6.0 build. See full commit log: [`0.5.0...0.6.0`](https://github.com/xwp/wp-customize-posts/compare/0.5.0...0.6.0) From d41a4f6a9137c62ccf94320ecc229bf4cafc7edd Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Sat, 18 Jun 2016 08:23:36 +0200 Subject: [PATCH 2/3] Remove unrecognized Text Domain readme meta --- readme.md | 1 - readme.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/readme.md b/readme.md index 0a53728..1f01b5a 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,6 @@ Edit posts and postmeta in the Customizer. Stop editing your posts/postmeta blin **Tested up to:** 4.6-alpha **Stable tag:** 0.6.1 **License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html) -**Text Domain:** customize-posts [![Build Status](https://travis-ci.org/xwp/wp-customize-posts.svg?branch=master)](https://travis-ci.org/xwp/wp-customize-posts) [![Coverage Status](https://coveralls.io/repos/xwp/wp-customize-posts/badge.svg?branch=master)](https://coveralls.io/github/xwp/wp-customize-posts) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.svg)](http://gruntjs.com) [![devDependency Status](https://david-dm.org/xwp/wp-customize-posts/dev-status.svg)](https://david-dm.org/xwp/wp-customize-posts#info=devDependencies) diff --git a/readme.txt b/readme.txt index 633e266..8620f5b 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,6 @@ Tested up to: 4.6-alpha Stable tag: 0.6.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html -Text Domain: customize-posts Edit posts and postmeta in the Customizer. Stop editing your posts/postmeta blind! From 1ba5017c10136e4780071510faf452b40fbbf7e5 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Sat, 18 Jun 2016 08:35:26 +0200 Subject: [PATCH 3/3] Fix location of readme change --- readme.md | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 1f01b5a..f5bbfa0 100644 --- a/readme.md +++ b/readme.md @@ -74,6 +74,7 @@ The following are listed in reverse chronological order. The first, more recent * Add support for focusing on controls for setting properties when those properties are invalid * Prevent `customized-posts` messages sent via `selective-refresh` from effecting `post-navigation` state * Improve feature detection for including customize-controls patched for trac-36521 +* Included plugin-support and theme-support PHP files that were inadvertantly omitted from the 0.6.0 build. See full commit log: [`0.6.0...0.6.1`](https://github.com/xwp/wp-customize-posts/compare/0.6.0...0.6.1) @@ -102,7 +103,6 @@ Fixed: * Improve compatibility with the WP REST API plugin. * Supply a default (no title) placeholder to the post title control for new posts. * Filter post and page links in the Customizer to return the preview URL. - * Included plugin-support and theme-support PHP files that were inadvertantly omitted from the 0.6.0 build. See full commit log: [`0.5.0...0.6.0`](https://github.com/xwp/wp-customize-posts/compare/0.5.0...0.6.0) diff --git a/readme.txt b/readme.txt index 8620f5b..824cad0 100644 --- a/readme.txt +++ b/readme.txt @@ -72,6 +72,7 @@ The following are listed in reverse chronological order. The first, more recent * Add support for focusing on controls for setting properties when those properties are invalid * Prevent `customized-posts` messages sent via `selective-refresh` from effecting `post-navigation` state * Improve feature detection for including customize-controls patched for trac-36521 +* Included plugin-support and theme-support PHP files that were inadvertantly omitted from the 0.6.0 build. See full commit log: [`0.6.0...0.6.1`](https://github.com/xwp/wp-customize-posts/compare/0.6.0...0.6.1) @@ -101,7 +102,6 @@ Fixed: * Improve compatibility with the WP REST API plugin. * Supply a default (no title) placeholder to the post title control for new posts. * Filter post and page links in the Customizer to return the preview URL. - * Included plugin-support and theme-support PHP files that were inadvertantly omitted from the 0.6.0 build. See full commit log: [`0.5.0...0.6.0`](https://github.com/xwp/wp-customize-posts/compare/0.5.0...0.6.0)