changed Page to be called Page Layout
started migrating to DateTime
This commit is contained in:
parent
0f1c281618
commit
177c9867e1
5 changed files with 33 additions and 17 deletions
|
|
@ -1,4 +1,7 @@
|
|||
6.8.0
|
||||
- Renamed "Page" asset to "Page / Layout" asset for clarity.
|
||||
- Switched Date::Manip to DateTime and Time::HiRes to DateTime::HiRes for
|
||||
better performance and more functionality. See gotchas for details.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,17 @@ upgrading from one version to the next, or even between multiple
|
|||
versions. Be sure to heed the warnings contained herein as they will
|
||||
save you many hours of grief.
|
||||
|
||||
6.8.0
|
||||
--------------------------------------------------------------------
|
||||
* Before upgrading you must install the following new Perl modules:
|
||||
DateTime
|
||||
DateTime::HiRes
|
||||
DateTime::Cron::Simple
|
||||
POE
|
||||
POE::Component::IKC::Server
|
||||
|
||||
|
||||
|
||||
6.7.0
|
||||
--------------------------------------------------------------------
|
||||
* In order to upgrade to 6.7 you must first upgrade to 6.6.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue