=== Scheduled Post Shortcut === Contributors: pressware, tommcfarlin, ericdye Donate link: https://pressware.co/ Tags: blog, scheduled posts, shortcuts, posts Requires at least: 4.4.2 Tested up to: 4.9.0 Stable tag: 1.4.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Easily access your scheduled posts from the WordPress dashboard and with keyboard shortcuts. == Description == If you're someone who blogs with any type of regularity, then you likely have a number of posts sitting in the scheduled queue in your WordPress back-end. The problem? It's a little tedious to access them. You have to navigate through the *Posts* menu, view *All Posts* then click on the *Scheduled* tab. And if you're an author who spends a lot of time in WordPress, then this can become a bit of a chore. Scheduled Post Shortcut aim to make this easier. The plugin introduces a new *Scheduled* menu item under the *Posts* menu that will take you directly to the *Scheduled Posts* page so that you can manage your content. This is yet another plugin that aims to streamline your blogging process. Should you opt to uninstall this plugin, then no data will be lost or affected. == Installation == You can install this plugin by searching for 'scheduled-post-shortcuts' in from the WordPress Plugin screen. If you download a copy of the plugin and want to install it in another way, please see the methods below. = Using The WordPress Dashboard = 1. Navigate to the 'Add New' Plugin page 2. Select `scheduled-post-shortcuts.zip` from your computer 3. Click 'Upload' 4. Activate the plugin on the WordPress Plugin Dashboard = Using FTP = 1. Extract `scheduled-post-shortcuts.zip` to your computer 2. Upload the `scheduled-post-shortcuts` directory to your `wp-content/plugins` directory 3. Activate the plugin on the WordPress Plugins dashboard == Frequently Asked Questions == [We](https://bloggingplugins.com) will soon offer the option to purchase support for all of our plugins. If you've purchased a license for a plugin, then you will receive support. We offer no guarantee for support for those who have not purchased a license. = What if I have a feature request or bug report? = That's great! 1. Please visit the [Pressware](https://pressware.co) homepage, 2. Locate the "Support" page, 3. And send us an email. We read every email we receive and will do our best to accommodate our customers. We don't guarantee a response to all users; however, if you have purchased a support license, then you receive priority support. Further, we seek to respond to each customer's questions, comments, and feedback directly. == Screenshots == 1. A screenshot showing the new Scheduled post menu item. == Changelog == = 1.4.1 = * Fixes a problem that caused errors to display when a user didn't have access to certain menu items. = 1.4.0 = * Verifies compatibility with WordPress 4.7. * Adds PHP CodeSniffer to `composer.json`. * Adds updated CodeKit configuration. * Changes references from Blogging Plugins to Pressware. = 1.3.1 = * Changes version number in the DocBlock of the main plugin file = 1.3.0 = * Adds note about following [Keep a Changelog](http://keepachangelog.com/en/0.3.0/) * Removes the keyboard shortcut for the scheduled post shortcut * Removes the unit tests for the JavaScript functionality * Updates all anchors to 'https://bloggingplugins.com' = 1.2.0 = * Verifies compatibility with WordPress 4.6. = 1.0.2 = * Fix version number in the WordPress Plugin Repository README * Fix version number in the relevant plugin files = 1.0.1 = * Fix typo in the WordPress Plugin Repository README * Remove an old i18n file = 1.0.0 = * Initial release == Upgrade Notice == * There are currently no upgrades notices for this plugin. == Notes == Thank you for choosing Pressware's plugins to streamline and improve your blogging! - If you're curious about the changes found in this plugin, review the Changelog above. - If you opt to download a non-tagged version of the plugin (that is, the version in `trunk`), then know that this is a development version. *Use at your own risk.* == Running the Tests == Scheduled Post Shortcuts includes a server-side test suite that verifies the plugin's functionality works as expected. In order to use these tests, your development environment should include: - PHP >= 5.6.10 - [WP-CLI](http://wp-cli.org/) - [Composer](https://getcomposer.org/) Once the tools are installed, run the following commands from within the root directory of the plugin: 1. `$ composer update` 2. `$ wp scaffold plugin-tests scheduled-post-shortcut` 3. `$ cd $(wp plugin path scheduled-post-shortcut --dir)` 4. `$ bash bin/install-wp-tests.sh wordpress_test root root localhost latest` 5. `$ vendor/bin/phpunit` This will make sure that PHPUnit, WP-CLI, and the necessary scaffolding is set up and the tests are executed against the plugin without interfering with your installation of WordPress.