From 4.5.1, we rename all directory of the core apps, namely:
PHPfox_Core becomes corePHPfox_AmazonS3 becomes core-amazon-s3PHPfox_CDN becomes core-cdnPHPfox_CDN_Service becomes core-cdn-servicePHPfox_Facebook becomes core-facebookPHPfox_Flavors becomes core-flavorsPHPfox_Groups becomes core-groupsPHPfox_IM becomes core-imPHPfox_reCAPTCHA becomes core-recaptchaPHPfox_Twemoji_Awesome becomes core-twemoji-awesomePHPfox_Videos becomes core-videosFrom 4.5.1, we also remove "phpfox" in html class name and id of all core blocks
For example: html id of Groups Category block
// before 4.5.1 js_block_border__apps_phpfox_groups_block_groupcategory |
// before 4.5.1 js_block_border__apps_phpfox__block_groupcategory |
Support configure Name of App Directory
Before 4.5.1, the app dir name must same as the app id, but from now you can use a difference name for app directory. You can do that easily by declaring property _apps_dir.