v1.3.6
Changes:
- Added Catch -> Post Title: Contains
- Added Action -> Title: Replace Substring
- Added Action -> Content: Replace Substring
- Added Action -> Excerpt: Replace Substring
A special formatting of Action Data is needed to use Substring Replacements. Let's say you wanted to replace all instances of "test" with "testing" inside the content area. To do this:
- Select Content: Replace Substring as the action
- In Action Data enter: test=testing
The basic idea is you supply what you wish to have changed, then "=", followed by what you want to change it to. I'd like to make it a little more user friendly eventually, but I needed this change for something I'm working on and thought I'd share it with you all as well in case it would be helpful.
v1.3.3
Enhancements:
- Fixed a couple of PHP notices that were occurring when the plugin was initially installed.
v1.3 Release Notes
Misc:
- Added ability to import/export filtersets. Filters are validated during import process.
- Much backend work was done to validate adding filters and editing filters. This should provide for a smoother experience in the UI.
v1.2 Release Notes
Misc:
- Improved UI (Tab interaction, text indicators, etc)
- Added confirmation for deleting filter from Current Filters view
- Added form validation
- Decreased database calls and improved sequence of actions being applied
Catches Added:
- Post Excerpt: Equals
- Post Excerpt: Contains
- Post Excerpt: Doesn't Contain
Actions Added:
- Excerpt: Prepend
- Excerpt: Replace
- Excerpt: Append
- Category(ies): Add -> Data supplied for this action should be a comma separated list of Categories by Category Name
- Category(ies): Remove -> Data supplied for this action should be a comma separated list of Categories by Category Name
Bug Fix:
- Fixed small bug with removing Catches or Actions from edit Filter form
v1.1 Release Notes -- Recommended upgrade due to small bug (see below)
Catches Added:
- Post Author: Equals -> The value supplied for this catch should be the Display Name from the users profile
- Comment Status: Equals -> Valid values: open, closed
- Ping Status: Equals -> Valid values: open closed
Actions Added:
- Comment Status: Equals -> Valid values: open, closed
- Ping Status: Equals -> Valid values: open, closed
Bug Fix:
- I ended up moving actions on Categories to v1.2 to go ahead and get this release out there. There is a small bug in v1.0 that will allow a filter to be applied to a post more then once. This bug has been fixed.