# Change Log for Scheduled Post Shortcut

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/) and to
[Keep a Changelog](http://keepachangelog.com/en/0.3.0/).

## 1.7.0 - 2018-12-19

### Added

- Support for WordPress 5.0.2

### Changed

- Updated the README files.
- Cleaned up more JavaScript sources.

## 1.6.1 - 2018-11-19

### Fixed

- Fixing a bug that showed '0' scheduled posts.

### Changed

- Updating tabs to spaces in the Sass.

## 1.6.0 - 2018-11-16

### Changed

- Updating coding standards
- Preparing for Gutenberg release
- Updated GPL version to 3

### Removed

- tests directory

## 1.5.0 - 2018-03

### Added

- Support against WordPress 4.9.4
- Namespaces

### Changed

- Coding standards to PSR2
- Version number to 1.5.0
- Composer information to provide updated URLs

## 1.4.1 - 2017-11-22

### Fixed

- A problem that caused errors to display when a user didn't have access to certain menu items.

## 1.4.0 - 2016-12-07

### Added

- Adds PHP CodeSniffer to `composer.json`.
- Adds updated CodeKit configuration.

### Changed

- Verifies compatibility with WordPress 4.7.
- Changes references from Blogging Plugins to Pressware.

## 1.3.1 - 2016-09-23

### Changed

* Changes version number in the DocBlock of the main plugin file

## 1.3.0 - 2016-09-23

### Added

* Adds note about following [Keep a Changelog](http://keepachangelog.com/en/0.3.0/)

### Changed

* 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 - 2016-08-22

* Verifies compatibility with WordPress 4.6.

## 1.1.1 - 2016-07-07

* Add support for more than 10 scheduled posts.
* Updated the version number in the plugin header.

## 1.0.2 - 2016-06-09

* Fix version number in the WordPress Plugin Repository README
* Fix version number in the relevant plugin files

## 1.0.1 - 2016-06-09

* Fix typo in the WordPress Plugin Repository README
* Remove an old i18n file

## 1.0.0 - 2016-06-09

* Initial release

## 0.5.0 - 2016-06-08

* Fix typo in Changelog header
* Fix menu number so it's inline
* Fix shortcut for Windows

## 0.4.0 - 2016-06-07

* Add return statement and docblock for unit tests.
* Update composer for proper format of support email.
* Update codekit config.
* Remove i18n filter for unit testing.
* Add unit tests.
* Update gitignore for test generated files.
* Update the changelog.

## 0.3.0 - 2016-05-19

* Remove JavaScript for styling the submenu item
* Add filter marking the submenu item as active

## 0.2.0 - 2016-05-18

* Update plugin name from "Scheduled Post..." to "Schedule Posts..."
* Add the scheduled post count beside the menu item
* Add i18n to the plugin
* Add support for the shortcut (SHIFT + ( CTRL|CMD) + S + →)
* Add functionality to set the submenu item active when on the 'Scheduled' page
* Add assets

## 0.1.0 - 2016-05-11

* Initial commit of core plugin files.
* Add basic functionality.
