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..f5bbfa0 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) @@ -75,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) diff --git a/readme.txt b/readme.txt index 2843185..824cad0 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! @@ -73,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)