Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

2.1.0

Compare
Choose a tag to compare
@bkader bkader released this 27 May 01:55
· 111 commits to 2.1/master since this release
  • 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 and nonce_admin_anchor for a better modules contexts guess [6f132a4].
  • Added Dummy Module to demonstrate how to add content to dashboard without having views, using only init.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 to include or require them [view file].
  • Added support for PHP-Gettext [6fe9c63].
  • Some functions were removed from Theme.php library to KB_Router.php class [ecfe906].
  • Added siteinfo and get_siteinfo functions [152b089].
  • Added Data_Cache object and cache system using $GLOBALS, just like WordPress [Wiki].