Skip to content

Commit

Permalink
[v6.7.0] Lib.Web.Mvc
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeczek committed Mar 3, 2016
1 parent e29c262 commit cb9c6d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Lib.Web.Mvc 6.7.0
### Bug Fixes
- Fix for bug in DeserializeJqGridColumnSearchOptions and DeserializeJqGridColumnEditOptions (thanks to @glazkovalex)
### Additions and Changes
- Added support for Bootstrap in jqGrid via StyleUI property on JqGridOptions (thanks to @DH0)
- Added ClearSearch to JqGridColumnSearchOptions/JqGridColumnSearchableAttribute (thanks to @glazkovalex)
- Added BeforeProcessing to JqGridOptions and JqGridHelper (thanks to @NeoBelerophon)

## Lib.Web.Mvc 6.6.0
### Additions and Changes
- Added support for Content Security Policy Level 2 via ContentSecurityPolicyAttribute and ContentSecurityPolicyExtensions
Expand Down
4 changes: 2 additions & 2 deletions Lib.Web.Mvc/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
// to COM components. If you need to access a type in this assembly from
[assembly: ComVisible(false)]
[assembly: Guid("68e6372a-38aa-427a-b5f8-1952175d5ccd")]
[assembly: AssemblyVersion("6.6.0.0")]
[assembly: AssemblyFileVersion("6.6.0.0")]
[assembly: AssemblyVersion("6.7.0.0")]
[assembly: AssemblyFileVersion("6.7.0.0")]

0 comments on commit cb9c6d4

Please sign in to comment.