euromark 11 years ago
parent
commit
6dbf36642e
3 changed files with 5 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      docs/README.md
  3. 3 0
      docs/Upgrade.md

+ 1 - 1
README.md

@@ -19,7 +19,7 @@ Dev (currently), Alpha, Beta, RC, 1.0 stable (incl. tagged release then).
 ### Enhancing the core
 ### Enhancing the core
 - Auto-trim on POST (to make - not only notEmpty - validation working properly).
 - Auto-trim on POST (to make - not only notEmpty - validation working properly).
 - Disable cache also works for older IE versions.
 - Disable cache also works for older IE versions.
-- With flashMessage() you can have colorful (success, warning, error, ...) flash messages.
+- With $this->Flash->message() you can have colorful (success, warning, error, ...) flash messages.
   They also can stack up (multiple messages per type) which the core currently doesn't support.
   They also can stack up (multiple messages per type) which the core currently doesn't support.
 - Provide enum support as "static enums"
 - Provide enum support as "static enums"
 - Default settings for Paginator, ... can be set using Configure.
 - Default settings for Paginator, ... can be set using Configure.

+ 1 - 1
docs/README.md

@@ -10,7 +10,7 @@ This cake3 branch only works for **CakePHP3.x** - please use the master branch f
 * ...
 * ...
 
 
 ## Upgrade Guide
 ## Upgrade Guide
-* [Upgrad guide from 2.x to 3.x](Upgrade.md)
+* [Upgrade guide from 2.x to 3.x](Upgrade.md)
 
 
 ## Basic enhancements of the core
 ## Basic enhancements of the core
 
 

+ 3 - 0
docs/Upgrade.md

@@ -3,6 +3,9 @@
 ## TinyAuth
 ## TinyAuth
 - TinyAuth has been moved to its own [plugin](https://github.com/dereuromark/cakephp-tinyauth).
 - TinyAuth has been moved to its own [plugin](https://github.com/dereuromark/cakephp-tinyauth).
 
 
+## Auth
+- As session is not static anymore Auth class has been refactored into component and helper (incl. trait) and can be used as AuthUser.
+
 ## Geo
 ## Geo
 - Behaviors Geocodable and Helper GoogleMapsV3 are now moved to a separate [Geo plugin](https://github.com/dereuromark/cakephp-geo).
 - Behaviors Geocodable and Helper GoogleMapsV3 are now moved to a separate [Geo plugin](https://github.com/dereuromark/cakephp-geo).