# Change Log for Easier Excerpts

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

### 1.8.0 - 2018-12-21

### Added

- Support for WordPress 5.0.2 and Gutenberg

### Changed

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

## 1.7.1 - 2018-11-16

### Changed

- Latest stable version of WordPress

### Removed

- Removed functionality if Gutenberg is active

## 1.7.0 - 2018-11-09

### Changed

- Updated licenses to GPLv3
- Updated the way the classes are instantiated executed.
- Contintued movement to more modern PHP syntax and PSR coding standards.
- Updated the development JavaScript styles to be more modern.
- Preparing for Gutenberg roll out. No Gutenberg support yet.

### Removed

- Excerpt support for pages. This is a theme-related feature and a plugin should not force it.

## 1.6.0 - 2018-06-05

### Added

- Updated compressed version of the JavaScript file.

### Changed

- Minor updates to the JavaScript

## Removed

- Codekit configuration files (in favor of eventually moving to a new build system)

## 1.5.0 - 2018-03-12

### Added

- Namespaces
- Introduced PSR2 Compatible Code

### Changed

- Verifies compatibility with WordPress 4.9.4
- Cleaned up the README to be more user-friendly
- Cleaned up and minified the JavaScript
- Removed the old test suite

## 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 Pressware Plugins to Pressware.

## 1.3.0 - 2016-08-22

This update verifies compatibility with WordPress 4.6.0.

## 1.2.2 - 2016-05-09

This update verifies that Easier Excerpts is compatible with WordPress 4.5.2.

- Update for WordPress 4.5.2 compatibility.

## 1.2.1 - 2016-05-02

- Update composer.json per review by @schlessera

## 1.2.0 - 2016-04-29

- Update compatibility with WordPress 4.5.1
- Add support for all post types
- Add additional tags to `composer.json` for clarity

## 1.1.1 - 2016-04-13

- Verifying compatibility with WordPress 4.5

## 1.1.0 - 2016-04-08

- Add PHPUnit via Composer
- Update .gitignore for the `/vendor/`, `.DS_Store`, and test scaffold files
- Update `Easer_Excerpts->init()` to `return false` for clarity
- Add unit tests

## 1.0.0 - 2016-02-22

- Add final assets
- Initial release

## 0.6.1 - 2016-02-22

- Update link to CHANGELOG
- Update link to releases

## 0.6.0 - 2016-02-22

- Update README to match discussed changes
- Update plugin name
- Add screenshot
- Update WordPress Plugin Repository `README`
- Rename files for new plugin name
- Update classnames and code references
- Add new files and renames to CodeKit config
- Update jQuery as global

## 0.5.0 - 2016-02-18

- Add instructions to `README`
- Add assets to prepare for WordPress Plugin Repository deployment

## 0.4.0 - 2016-02-17

- Add directory for the assets for the WordPress Plugin Repository
- Add `README.md` for GitHub
- Add badges for deployments and GPLv2 compatibility
- Add `readme.txt` for the WordPress Plugin Repository

## 0.3.0 - 2016-02-17

- Add function to determine if we can resize the `textarea` when pasting
- Add function to resize the `textarea`
- Add check to make sure key codes can only be added once to the key map
- Add functionality to resize the excerpt to resize on page load with existing
  content
- Add functionality to resize the excerpt field's height dynamically
  based on the user editing content by just typing it in

## 0.2.1 - 2016-02-16

- Fix support for pasting an excerpt in Windows

## 0.2.0 - 2016-02-16

- Add support for pasting an excerpt in Windows and OS X

## 0.1.0 - 2016-02-15

- Initial commit of the plugin files
- Initial commit of basic functionality
