/** * @category Fishpig * @package Fishpig_Bolt * @license http://fishpig.co.uk/license.txt * @author Ben Tideswell */ CHANGELOG - 1.7.1.0 - Added fix for compare by adding disallowed routes. This allows you to cache a module but not cache specific routes (module_controller_action) for that module - 1.7.0.0 - Added cookie option to config. This allows you to specify custom cookies that are used when creating the cache key. - Added config redirect from index.php to bolt.php - 1.6.0.0 - Added allowed_modules option which lets you define which modules are cached in the Magento Admin - 1.5.2.0 - Added an automatic cache flush after refreshing the JS/CSS and Catalog Product Images via the Cache Management screen - 1.5.1.0 - Fixed issue when hole punch disabled - 1.5.0.0 - Added hole punching system with dynamic hole punch blocks. - 1.4.0.0 - Improved config file creation - 1.3.8.0 - Stopped caching non text/html content types - 1.3.7.0 - Added refresh parameter - 1.3.6.0 - Removed Enabled/Disabled config entry. Activation is now controlled by Cache control under cache management. - Disabled caching of 404 pages - 1.3.5.0 - Fixed ignore parameter issue - 1.3.4.0 -- Bolt now listens to the expire time of the cache files and refreshes if file has expired, -- Added lifetime configuration option - 1.3.3.0 -- Added improved way to detect the existence of session messages - 1.3.1.0 -- Automatically clean a CMS page's cache files after saving it in the Magento Admin - 1.3.0.0 -- Automatically clean a product's cache files after saving it in the Magento Admin - 1.2.2.0 -- Changed bootstrap filename to Fishpig__Bolt.xml so that Bolt loads after Opti. Bolt will now cache the minified response generated by Opto - 1.2.1.0 -- Stopped pages caching when redirecting to login - 1.2.0.0 -- Added auto bolt.config creationg -- Moved several observer methods to helper class file - 1.1.0.0 -- Rewritten bolt.php to be more efficient and to cache at an increased rate