Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.1.5.tar.gz | 2018-06-17 | 3.2 MB | |
2.1.5.zip | 2018-06-17 | 4.2 MB | |
README.md | 2018-06-17 | 880 Bytes | |
Totals: 3 Items | 7.4 MB | 1 |
We simply fixed minor (or medium) errors:
- Fixed the problem with removing all filters using the
remove_all_filters
function without arguments [88f0298]. - When using
prep_form
method withjQuery Validation
, scripts are added to your list of enqueued assets! The problem is that we forgot to add files extensions. So we added them [771dd51]. - Put back the possiblity to use dashboad authentication
views/layouts
if the active theme does not provide them [7956c23]. Views are:login.php
,recover.php
,register.php
,resend.php
,reset.php
andrestore.php
withinTHEME_VIEWS_PATH/users/_file_
.