Commit 6ace23ae authored by Tobias Munk's avatar Tobias Munk

Release 0.11.0

parent 123393e0
......@@ -6,9 +6,15 @@ Changelog
### phundament/app
#### 0.11 (January 2013) - pending
#### 0.12 () - pending
* [UPD] Added yii-less
* [UPD] Updated dependencies
#### 0.11 (January 2013)
* [UPD] Added yii-less
* [UPD] Updated dependencies
#### 0.10 (December 2012)
......
Phundament 3 App
================
**Version 0.10.0**
**Version 0.11.0**
What is Phundament?
......@@ -84,15 +84,15 @@ Requirements
* SQLite 3
### License
* [BSD](https://github.com/phundament/app/blob/0.10.0/LICENSE)
* [BSD](https://github.com/phundament/app/blob/0.11.0/LICENSE)
Changelog
---------
* [CHANGELOG](https://github.com/phundament/app/blob/0.10.0/CHANGELOG.md)
* [Packages contained in Phundament 3](https://github.com/phundament/app/blob/0.10.0/composer.lock)
* [CHANGELOG](https://github.com/phundament/app/blob/0.11.0/CHANGELOG.md)
* [Packages contained in Phundament 3](https://github.com/phundament/app/blob/0.11.0/composer.lock)
Resources
......
......@@ -6,8 +6,12 @@ Upgrade Guide
### Upgrading from v0.10.x
Shell
`./yiic p3bootstrap`
`config/console.php`
'p3pages' => array(
'class' => 'vendor.phundament.p3pages.P3PagesModule',
'params' => array(
......@@ -22,6 +26,11 @@ Upgrade Guide
),
),
'rights' => array(
'class' => 'application.vendor.crisu83.yii-rights.RightsModule',
'cssFile' => '/themes/backend/css/yii-rights.css'
),
### Upgrading from v0.9.x
`composer.json`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment