Skip to content

Commit b64db0c

Browse files
committed
static cache writes were not being passed bundle_id and key_name on updates. Bumped version
1 parent ba63d6f commit b64db0c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
### Version 2.6.5
5+
### Version 2.6.6
66

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

system/expressionengine/third_party/stash/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
if (! defined('STASH_VER'))
33
{
44
define('STASH_NAME', 'Stash');
5-
define('STASH_VER', '2.6.5');
5+
define('STASH_VER', '2.6.6');
66
define('STASH_AUTHOR', 'Mark Croxton');
77
define('STASH_DOCS', 'http://github.com/croxton/Stash/');
88
define('STASH_DESC', 'Stash: save text and code snippets for reuse throughout your templates.');

system/expressionengine/third_party/stash/models/stash_model.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -963,8 +963,7 @@ public function process_queue()
963963
'key_name' => $query['key_name'],
964964
'bundle_id' => $query['bundle_id'],
965965
'site_id' => $query['site_id']
966-
);
967-
unset($query['key_name'], $query['bundle_id'], $query['site_id']);
966+
);
968967

969968
if ( isset($query['session_id']))
970969
{

0 commit comments

Comments
 (0)