Skip to content

Commit

Permalink
Update for 1.4
Browse files Browse the repository at this point in the history
helen committed Mar 8, 2019
1 parent 8fcc664 commit c46e443
Showing 75 changed files with 1,955 additions and 1,329 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file, per [the Keep a Changelog standard](http://keepachangelog.com/).

## [ 1.4.0 ] - 2019-03-07
### Added
* Clearer instructions and help text when adding an external connection.
* Log image sideloading failures when using `DISTRIBUTOR_DEBUG`.

### Fixed
* Allow attachments to be distributed from local environments.
* Ensure pagination is reset when switching views on the pull content screen.
* Remove extraneous checkboxes from pulled content screen.
* Suppress a PHP warning when no meta is being distributed for attachments.

## [ 1.3.9 ] - 2019-02-21
### Fixed
* Ensure posts distributed as draft can be published.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -71,6 +71,8 @@ The plugin contains a standard test suite compatible with PHPUnit. If you want t

You can define a constant `DISTRIBUTOR_DEBUG` to `true` to increase the ease of debugging in Distributor. This will make all remote requests blocking and expose the subscription post type.

Enabling this will also provide more debugging information in your error log for image side loading issues. The specific logging method may change in the future.

### Work with us

<a href="http://10up.com/contact/"><img src="https://10updotcom-wpengine.s3.amazonaws.com/uploads/2016/10/10up-Github-Banner.png" width="850"></a>
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -17,14 +17,14 @@
}
},
"require-dev": {
"10up/wp_mock": "dev-dev",
"10up/phpcs-composer": "dev-master",
"phpunit/phpunit": "^6.5",
"10up/wpacceptance": "~0.10.0"
"10up/wpacceptance": "~0.12.0",
"10up/wp_mock": "~0.4",
"phpunit/phpunit": "~7.5",
"10up/phpcs-composer": "dev-master"
},
"scripts": {
"lint": "phpcs .",
"lint-fix": "phpcbf ."
"lint": "./vendor/bin/phpcs . --runtime-set testVersion 5.6-",
"lint-fix": "phpcbf . --runtime-set testVersion 5.6-"
},
"minimum-stability": "dev",
"prefer-stable": true
2 changes: 1 addition & 1 deletion dist/css/admin-external-connection.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/admin-external-connection.min.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c46e443

Please sign in to comment.