Skip to content

Commit

Permalink
Finish 2.6.3012
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybrad committed Feb 27, 2018
2 parents 2c66b33 + d1ce90f commit 2e62f5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.6.3012 - 2018-02-27

### Changed
- Craft now throws an exception if it detects that a `max_input_vars` error occurred. ([#876](https://github.com/craftcms/cms/issues/876))
- Improved styles to support 5 levels of nested user permissions. ([#2467](https://github.com/craftcms/cms/issues/2467))
Expand All @@ -11,7 +13,7 @@
- Fixed an error that could occur if an email template included any Twig filters with a single underscore.
- Fixed a bug where lightswitch inputs could trigger a `change` event when they didn’t actually change. ([#2494](https://github.com/craftcms/cms/issues/2494))

## 2.6.3010 - 2018-02-21
## 2.6.3011 - 2018-02-21

### Changed
- Reverted the fix to ([#2433](https://github.com/craftcms/cms/issues/2433)) as it broke backwards compatibility.
Expand Down
2 changes: 1 addition & 1 deletion src/Info.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
namespace Craft;

define('CRAFT_VERSION', '2.6.3011');
define('CRAFT_VERSION', '2.6.3012');
define('CRAFT_SCHEMA_VERSION', '2.6.13');
define('CRAFT_MIN_VERSION_REQUIRED', '2.6.2922');

0 comments on commit 2e62f5d

Please sign in to comment.