Changeset 929325
- Timestamp:
- 06/10/2014 03:36:05 AM (12 years ago)
- Location:
- advanced-excerpt
- Files:
-
- 2 edited
-
tags/4.2.3/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
advanced-excerpt/tags/4.2.3/readme.txt
r929323 r929325 100 100 * Fix: The "Remove all tags except the following" wasn't excluding tags as expected 101 101 * Fix: Call `remove_all_filter()` on the `the_excerpt` hook to improve excerpt rendering 102 * Fix: Only honor the "Only filter `the_content()` when there's no break ( <!--more-->) tag in the post content" setting when hooking into `the_content` filter102 * Fix: Only honor the "Only filter `the_content()` when there's no break (<!--more-->) tag in the post content" setting when hooking into `the_content` filter 103 103 * Improvement: Improve backwards compatibility by reverting back to using `get_the_content()` for the base excerpt text 104 104 * Improvement: Added the `advanced_excerpt_skip_excerpt_filtering` filter allowing users to skip excerpt filtering on a per excerpt basis -
advanced-excerpt/trunk/readme.txt
r929323 r929325 100 100 * Fix: The "Remove all tags except the following" wasn't excluding tags as expected 101 101 * Fix: Call `remove_all_filter()` on the `the_excerpt` hook to improve excerpt rendering 102 * Fix: Only honor the "Only filter `the_content()` when there's no break ( <!--more-->) tag in the post content" setting when hooking into `the_content` filter102 * Fix: Only honor the "Only filter `the_content()` when there's no break (<!--more-->) tag in the post content" setting when hooking into `the_content` filter 103 103 * Improvement: Improve backwards compatibility by reverting back to using `get_the_content()` for the base excerpt text 104 104 * Improvement: Added the `advanced_excerpt_skip_excerpt_filtering` filter allowing users to skip excerpt filtering on a per excerpt basis
Note: See TracChangeset
for help on using the changeset viewer.