This is the first port of Cache Actions 2 for Drupal 7. It supports everything Cache Actions 2 for Drupal 6 does except:
* Clearing Panel Pages is supported, but Panels does not seem to have a UI for clearing Panel pages yet.
* Clearing Mini Panels is supported, but Panels does not seem to have a UI for clearing Panel pages yet.
* Varnish is not supported since there is no D7 version yet.
This is the first beta release, which means that we now deem this module stable enough for production use.
Among the fixes:
* No more problems with in-code and database panels.
* The cache keys should not be colliding anymore.
New features:
* Clear Views Displays, not just the whole view.
* Cache per language in panels
* Alter the Panels cache key with hook_cache_actions_panels_cache_alter().
#976266 by nevets: Fixed Improper form element for Wildcard.
#944102 by sigent, bibo, fabsor: Fixed upgrade path and added better error handling.
..and some coding style issues.
This release fixes so that in-code panels will work as intended with cache actions. If you use in-code panels then you should update immidiately, since the old version removed the cache of all in-code panels instead of just the one panel it is supposed to clear the cache for.
As a result of this, the tests for this module finally passes =)
The first Alpha Release of version 2. New features in short:
* Clearing The cache of more than one view at a time
* Clearing The cache of specific panel page variants
* Clearing The cache of specific panel page panes
* Clearing The cache of specific mini panel variants
* Clearing The cache of specific mini panel panes
* Unit tests
* Clearing the varnish cache with rules, if the varnish module is enabled. This means we have token support and support for varnish regular expressions.
This is the first dev version of cache actions 2.x
New features are:
* Support for clearing the cache for specific panel variants for mini panels and panel pages.
* Support for clearing the cache for specific panel panes for mini panels and panel pages.
* Better views support. We are now taking the cache plugin into account.
* Support for clearing more than one view in one action.
* Support for clearing varnish pages, when the varnish module is active.
* Support for clearing specific cache sids.
* Tests.
* Fixed issue with the views cache plugin. It should work as intended now.
* Added some if statements to protect from crashes when disabling panels or views.
This is the first alpha release of this module. It should be fairly stable, but needs further testing before we can make a real release. Please test this and report any bugs you may find.