Skip to content

Releases: 10up/distributor

1.6.4

24 Mar 16:11
Compare
Choose a tag to compare

Added

Changed

  • Continuous Integration: Switch from Travis to GH Actions for linting and PHPUnit testing (props @dinhtungdu via #663).

Fixed

Security

View all closed issues in the 1.6.4 milestone.

1.6.3

10 Mar 03:17
Compare
Choose a tag to compare

Added

Changed

Fixed

View all closed issues in the 1.6.2 milestone.

1.6.2

15 Jan 04:26
Compare
Choose a tag to compare

Fixed

Security

View all closed issues in the 1.6.2 milestone.

1.6.1

20 Nov 17:42
Compare
Choose a tag to compare

Added

Fixed

Security

View milestone

1.6.0

02 Jul 20:29
Compare
Choose a tag to compare

Headline feature: easier external connection setup with an application password-powered wizard!

Added

Changed

Fixed

Read more

1.5.0

18 Jul 21:14
Compare
Choose a tag to compare

Added

Changed

  • More efficient method of generating internal connection data on push and pull screens (props @dkotter via #355)
  • Lazy load available push connections in toolbar dropdown to avoid blocking page render (props @dkotter via #365)
  • More performant retrieval and consistent ordering on the pull content screen (props @helen via #431 and #434)
  • Unify args provided to the dt_push_post_args filter (props @gthayer via #371)
  • Bumped WordPress version support to 5.2 (props @adamsilverstein, @jeffpaul via #376)

Fixed

  • Avoid connection errors on the pull content screen for connections with a lot of pulled/skipped content (props @helen via #431)
  • Pass slug when distributing terms to avoid duplicating terms with special characters or custom slugs (props @arsendovlatyan and @helen via #262)
  • Simplify and avoid a fatal error in is_using_gutenberg() (props @helen via #426)
  • Avoid PHP notices (props @grappler via #401 and @mrazzari via #420)

1.4.1

15 Mar 18:42
Compare
Choose a tag to compare

Fixed

  • Improve block editor detection, correcting an issue with post saving.

1.4.0

08 Mar 15:56
Compare
Choose a tag to compare

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

22 Feb 22:11
Compare
Choose a tag to compare

Fixed


* Ensure posts distributed as draft can be published.

1.3.8

30 Jan 17:43
Compare
Choose a tag to compare

Added

  • Add dt_after_set_meta action.
  • Add dt_process_subscription_attributes action.

Fixed

  • Ensure post types without excerpt support can be distributed.