Plugin Directory

Changeset 929325


Ignore:
Timestamp:
06/10/2014 03:36:05 AM (12 years ago)
Author:
aprea
Message:

Need to use html entities in the readme.txt

Location:
advanced-excerpt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • advanced-excerpt/tags/4.2.3/readme.txt

    r929323 r929325  
    100100* Fix: The "Remove all tags except the following" wasn't excluding tags as expected
    101101* 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` filter
     102* Fix: Only honor the "Only filter `the_content()` when there's no break (&lt;!--more--&gt;) tag in the post content" setting when hooking into `the_content` filter
    103103* Improvement: Improve backwards compatibility by reverting back to using `get_the_content()` for the base excerpt text
    104104* 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  
    100100* Fix: The "Remove all tags except the following" wasn't excluding tags as expected
    101101* 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` filter
     102* Fix: Only honor the "Only filter `the_content()` when there's no break (&lt;!--more--&gt;) tag in the post content" setting when hooking into `the_content` filter
    103103* Improvement: Improve backwards compatibility by reverting back to using `get_the_content()` for the base excerpt text
    104104* 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.