Skip to content

Commit

Permalink
EE4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
croxton committed Nov 1, 2017
1 parent 3dc3a24 commit b35596e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Stash

![Release](https://img.shields.io/badge/release-3.0.5-brightgreen.svg)
![Release](https://img.shields.io/badge/release-3.0.6-brightgreen.svg)

Stash for ExpressionEngine 3.
Stash for ExpressionEngine 3 and 4.

* Author: [Mark Croxton](http://hallmark-design.co.uk/)
* Requires: ExpressionEngine 3.0+
Expand Down
2 changes: 1 addition & 1 deletion system/user/addons/stash/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
if (! defined('STASH_VER'))
{
define('STASH_NAME', 'Stash');
define('STASH_VER', '3.0.5');
define('STASH_VER', '3.0.6');
define('STASH_AUTHOR', 'Mark Croxton, Hallmark Design');
define('STASH_AUTHOR_URL', 'http://hallmark-design.co.uk');
define('STASH_DOCS', 'http://github.com/croxton/Stash/');
Expand Down
2 changes: 1 addition & 1 deletion system/user/addons/stash/upd.stash.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function install()
`expire` int(10) unsigned NOT NULL default '0',
`parameters` MEDIUMTEXT,
PRIMARY KEY (`id`),
UNIQUE KEY `cache_key` (`key_name`,`bundle_id`,`site_id`,`session_id`),
UNIQUE KEY `cache_key` (`key_name`(191),`bundle_id`,`site_id`,`session_id`),
KEY `bundle_id` (`bundle_id`),
KEY `site_id` (`site_id`),
KEY `expire` (`expire`)
Expand Down

0 comments on commit b35596e

Please sign in to comment.