Skip to content

Commit

Permalink
static cache writes were not being passed bundle_id and key_name on u…
Browse files Browse the repository at this point in the history
…pdates. Bumped version
  • Loading branch information
croxton committed Jul 23, 2015
1 parent ba63d6f commit b64db0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

* Author: [Mark Croxton](http://hallmark-design.co.uk/)

### Version 2.6.5
### Version 2.6.6

This is the development version of Stash. Test thoroughly before using in production.

Expand Down
2 changes: 1 addition & 1 deletion system/expressionengine/third_party/stash/config.php
Expand Up @@ -2,7 +2,7 @@
if (! defined('STASH_VER'))
{
define('STASH_NAME', 'Stash');
define('STASH_VER', '2.6.5');
define('STASH_VER', '2.6.6');
define('STASH_AUTHOR', 'Mark Croxton');
define('STASH_DOCS', 'http://github.com/croxton/Stash/');
define('STASH_DESC', 'Stash: save text and code snippets for reuse throughout your templates.');
Expand Down
Expand Up @@ -963,8 +963,7 @@ public function process_queue()
'key_name' => $query['key_name'],
'bundle_id' => $query['bundle_id'],
'site_id' => $query['site_id']
);
unset($query['key_name'], $query['bundle_id'], $query['site_id']);
);

if ( isset($query['session_id']))
{
Expand Down

0 comments on commit b64db0c

Please sign in to comment.