Upgrading your Joomla extensions from 2.0 should not require any changes. Here is the full changelog of the release:
- Removed PHP 5.2 support
- Add UserInterface::hasRole method (code)
- Get request format from URL path when possible (code)
- Fields that start with an underscore are hidden in JSON layouts by default (code)
- Better handling of empty request payloads
- DatabaseTableAbstract select modes were not properly working
- Grid search would filter selected rows only
- Automatically add [] to multiple select input boxes
- Proper normalization of dates sent in different formats
- Minor frontend display issues
Upgrading
As always, upgrading is as simple as modifying your composer.json file and running:
composer update
You can also install it from scratch by running:
composer require nooku/nooku-framework:2.*
Feel free to fork it, break it, improve it, or build upon it!