Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Function Phpfox::getPhrase is deprecated now and will be removed completely in version 4.6.0.
  • Some update for function _p.
  • Requiring define phrases for the apps (get more detail at here).

2. Apps Configuration

From phpFox version 4.5, all configuration of an app will be defined in the file install.php instead of app.json like before (< 4.5), However, the apps with old way configuration (.json file) still works properly on 4.5:

...

IdEvent nameStatusDescription
1on_page_column_init_endnewTrigger after initializing columns of page completed.
2on_page_load_init_endnewTrigger at the end of function call "$Core.loadInit()".

5.Removed functions

 

IDFile pathfunctionDescription
1PF.Base/module/core/include/service/redirect/redirect.class.phpcheckdon't use anymore
    

 

The full list is on process for updating at here.

...