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.js
file because an independent Menus Manager module will be developed [ 9878d1b]. - More useful functions were added to
base.php
file [view all]. - Fixed
admin_url
,admin_anchor
,nonce_admin_url
andnonce_admin_anchor
for a better modules contexts guess [6f132a4]. - Added
Dummy Module
to demonstrate how to add content to dashboard without having views, using onlyinit.php
file and few actions. - Added possible dashboard top level menus for modules.
- Added the
Autoloader
class which you can use to register classes without having toinclude
orrequire
them [view file]. - Added support for
PHP-Gettext
[6fe9c63]. - Some functions were removed from
Theme.php
library toKB_Router.php
class [ecfe906]. - Added
siteinfo
andget_siteinfo
functions [152b089]. - Added Data_Cache object and cache system using $GLOBALS, just like WordPress [Wiki].