Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 1815434

Browse files
authored
Merge pull request #353 from xwp/develop
Addendum: Release 0.8.6
2 parents 9a01864 + b52eb0d commit 1815434

File tree

8 files changed

+619
-588
lines changed

8 files changed

+619
-588
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "xwp/wp-customize-posts",
33
"description": "Manage posts and postmeta via the Customizer.",
4-
"version": "0.8.5",
4+
"version": "0.8.6",
55
"type": "wordpress-plugin",
66
"keywords": [ "customizer", "customize", "posts", "postmeta", "preview", "featured-image", "page-template" ],
77
"homepage": "https://github.com/xwp/wp-customize-posts/",

customize-posts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Customize Posts
44
* Description: Manage posts and postmeta via the Customizer.
55
* Plugin URI: https://github.com/xwp/wp-customize-posts/
6-
* Version: 0.8.5
6+
* Version: 0.8.6
77
* Author: XWP
88
* Author URI: https://make.xwp.co/
99
* License: GPLv2+

dev-lib

js/customize-posts-panel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
statusControl = api.control( postData.section.id + '[post_status]' );
194194

195195
if ( ! statusControl || 'trash' === statusControl.setting.get().post_status ) {
196-
return;
196+
return;
197197
}
198198

199199
statusControl.notifications.add( panel.trashNotificationCode, notification );

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
"type": "git",
77
"url": "https://github.com/xwp/wp-customize-posts.git"
88
},
9-
"version": "0.8.5",
9+
"version": "0.8.6",
1010
"license": "GPL-2.0+",
1111
"private": true,
1212
"devDependencies": {
13-
"eslint": "^3.5.0",
13+
"eslint": "^3.19.0",
1414
"grunt": "~1.0.1",
1515
"grunt-contrib-clean": "~1.0.0",
1616
"grunt-contrib-copy": "~1.0.0",
1717
"grunt-contrib-cssmin": "~1.0.2",
1818
"grunt-contrib-jshint": "~1.0.0",
1919
"grunt-contrib-uglify": "~2.0.0",
2020
"grunt-shell": "~1.3.1",
21-
"grunt-wp-deploy": "^1.2.0"
21+
"grunt-wp-deploy": "^1.2.1"
2222
},
2323
"author": "XWP",
2424
"scripts": {
File renamed without changes.

readme.md

Lines changed: 265 additions & 250 deletions
Large diffs are not rendered by default.

readme.txt

Lines changed: 347 additions & 331 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)