You can install this plugin by searching for 'Easier Excerpts' 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
- Navigate to the 'Add New' Plugin page
- Select
easier-excerpts.zip
from your computer
- Click 'Upload'
- Activate the plugin on the WordPress Plugin Dashboard
Using FTP
- Extract
easier-excerpts.zip
to your computer
- Upload the
easier-excerpts
directory to your wp-content/plugins
directory
- Activate the plugin on the WordPress Plugins dashboard
1.8.0
- Support for WordPress 5.0.2 and Gutenberg
- Updated the README files.
- Updated the CHANGELOG.
- Cleaned up more JavaScript sources.
1.7.1
- Changed the latest stable version of WordPress
- Removed functionality if Gutenberg is active
1.7.0
- 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
- Minor updates to the JavaScript
- Updated compressed version of the JavaScript file
- Codekit configuration files (in favor of eventually moving to a new build system)
1.5.0
- Added Namespaces
- Introduced PSR2 Compatible Code
- 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
- Adds PHP CodeSniffer to
composer.json
.
- Adds updated CodeKit configuration.
- Verifies compatibility with WordPress 4.7.
- Changes references from Pressware Plugins to Pressware.
1.3.0
- This update verifies compatibility with WordPress 4.6.0.
1.2.1
This update adds the functionality for all post types with excerpts.
- Update composer.json per review by @schlessera
1.2.0
This update adds the functionality for all post types with excerpts.
- Update compatibility with WordPress 4.5.1
- Add support for all post types
- Add additional tags to
composer.json
for clarity
1.1.1
- Verifying compatibility with WordPress 4.5
1.1.0
- 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