=== Scope Publisher === Contributors: thescopecom Tags: content-curation Requires at least: 4.7 Tested up to: 5.0.1 Stable tag: 1.1.2 Requires PHP: 5.2.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html This plugin allows Scope to automatically create a new blog post for a published selection on Scope. == Description == Please do not attempt to install and use this plugin if you are not a Scope client and have discussed a Wordpress integration. Scope (https://thescope.com/about) is a software provider that provides a solution that allows content-curators (our clients) to collect articles (-URLs), comment them and then publish bundles of articles ("selections") to various output channels. Links that are curated on the Scope platform might appear on thescope.com or on any of the different configured output channels (social media, email newsletters, custom integrations, etc.). This Wordpress plugin allows Scope to automatically create a new blog post for a published selection on Scope. This plugin can only be used if this specific Wordpress output channel has been configred together with the Scope customer care team. Most notably, the plugin requires an authentication code that is handed out by Scope. The blog post will only be created if the output channel "Publish to your website" is explicitly enabled (for each post) on the Scope content curation platform. These posts appear as regular posts and can then be edited and published like any other (hand written) post. == Installation == 1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly. 1. Activate the plugin through the 'Plugins' screen in WordPress 1. Use the Settings->Plugin Name screen to enter the authentication code. == Changelog == = 1.0.0 = * Initial Version = 1.1.0 = * Add post categories support * Users can now select the desired categories to which the post will automatically be assigned = 1.1.1 = * Fix file include issue during update = 1.1.2 = * Fix: invalid static method calls == Upgrade Notice == Starting in version 1.1.0 the plugin requires all database tables to have the same storage engine. == Technical Details == The Scope servers will send an HTTP POST request trough the WP REST API to create this new post. The post will only be created if the authentication code is correct and the request was sent by a Scope server. Scope will further not push to endpoints that do not have SSL enabled.