This repository has been archived by the owner on Nov 25, 2022. It is now read-only.
2.1.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].