distributor icon indicating copy to clipboard operation
distributor copied to clipboard

Share content between your websites.

Results 296 distributor issues
Sort by recently updated
recently updated
newest added

### Is your enhancement related to a problem? Please describe. To allow ease of contribution within the WordPress developer system, it would be good to switch from a custom gulp...

type:enhancement

### Is your enhancement related to a problem? Please describe. `RestApi\check_post_types_permissions()` currently lists all post types available in the WordPress REST API. With the introduction of full site editing, this...

type:enhancement

The `dt_push_post` action can be fired by NetworkSiteConnection and WordPressExternalConnection but they do not pass along identical or the same number of arguments: - NetworkSiteConnection `do_action( 'dt_push_post', $new_post, $post_id, $args,...

type:bug
help wanted

### Description of the Change `dt_push_post` hook isn't passing the same set of arguments in [WordPressExternalConnection.php](https://github.com/10up/distributor/blob/develop/includes/classes/ExternalConnections/WordPressExternalConnection.php#L636) and [NetworkSiteConnection.php](https://github.com/10up/distributor/blob/develop/includes/classes/InternalConnections/NetworkSiteConnection.php#L169) which needs to be fixed as this will cause issues when we...

### Description of the Change This PR loads textdomain properly, allowing distributor to ship translations with future release. Props @sebastienserre for reporting this. ### Verification Process See #660 ### Checklist:...

**Describe the bug** I translated Distributor in french but only strings in the plugin page but the translations are not loaded in the plugin setings it self: ![distrubor-fr](https://user-images.githubusercontent.com/3902621/97082185-228ac000-1608-11eb-8229-4558d2f0a359.png) ![distrubor-fr-settings](https://user-images.githubusercontent.com/3902621/97082206-49e18d00-1608-11eb-94da-60ba3ea65c1a.png) [distributor-fr_FR.zip](https://github.com/10up/distributor/files/5432900/distributor-fr_FR.zip)...

type:bug

**Is your enhancement related to a problem? Please describe.** Following on from #682, we should look to update how Distributor leverages Application Passwords based on [feedback from](https://github.com/10up/distributor/pull/682#issuecomment-762544563) @timothybjacobs: > Just...

type:enhancement
help wanted

### Is your enhancement related to a problem? Please describe. When you go to the Pull screen for an Internal/Network Connection, we default to showing content from all supported post...

type:enhancement
help wanted
nice-to-have

**Is your enhancement related to a problem? Please describe.** Reduce confusion between our internal and external connection labels, making all connections equal. First focus on getting the connection going, all...

type:enhancement
help wanted

**Is your enhancement related to a problem? Please describe.** Include various states for better communicating the current status of distributed content. **Describe the solution you'd like** - [ ] in...

type:enhancement
help wanted
needs:design