Page tree

Versions Compared

Key

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

...

Name

App

Description

photo.service_process_add__start

photo

Plugin called before starting process to add new photo

v.get_share_form__end

core-videos

Plugin called at the end of function to get the share video form

admincp.service_module_process_updateactivity

admincp

Plugin called before enabling/disabling an app

Functions

For the purpose of fixing the bugs and supporting more features, we decide to make some changes in some core functions from 4.5.2:

Class

Function

Change

Phpfox_Pages_Pages

getMyLoginPages

Remove all params

Phpfox_Image_Library_Gd

rotate

add param $bInCdn

Others

Support pricing with multiple currencies in Settings and User Group Settings

Get more detail information about how to use it at here.

Support custom privacy built-in function for twig template

From now, you can support custom privacy for your item when use twig template, example:

Code Block
actionscript3
actionscript3

<!-- we used it for editing video privacy -->
{{ privacy_build('feed', feed.id) }}

Image Added