| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.1.0.tar.gz | 2018-05-27 | 3.2 MB | |
| 2.1.0.zip | 2018-05-27 | 4.1 MB | |
| README.md | 2018-05-27 | 1.9 kB | |
| Totals: 3 Items | 7.4 MB | 0 | |
- Added external vendor files licenses [957eeaa].
- Fixed dashboard reports menu [785b307].
- Removed
menus.jsfile because an independent Menus Manager module will be developed [ 9878d1b]. - More useful functions were added to
base.phpfile [view all]. - Fixed
admin_url,admin_anchor,nonce_admin_urlandnonce_admin_anchorfor a better modules contexts guess [6f132a4]. - Added
Dummy Moduleto demonstrate how to add content to dashboard without having views, using onlyinit.phpfile and few actions. - Added possible dashboard top level menus for modules.
- Added the
Autoloaderclass which you can use to register classes without having toincludeorrequirethem [view file]. - Added support for
PHP-Gettext[6fe9c63]. - Some functions were removed from
Theme.phplibrary toKB_Router.phpclass [ecfe906]. - Added
siteinfoandget_siteinfofunctions [152b089]. - Added Data_Cache object and cache system using $GLOBALS, just like WordPress [Wiki].