euromark 11 年之前
父节点
当前提交
6dbf36642e
共有 3 个文件被更改,包括 5 次插入2 次删除
  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
 - Auto-trim on POST (to make - not only notEmpty - validation working properly).
 - 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.
 - Provide enum support as "static enums"
 - 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
-* [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
 

+ 3 - 0
docs/Upgrade.md

@@ -3,6 +3,9 @@
 ## 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
 - Behaviors Geocodable and Helper GoogleMapsV3 are now moved to a separate [Geo plugin](https://github.com/dereuromark/cakephp-geo).