新 SugarCRM 6.2 版本的 manifest.php 代码是什么?
SugarCRM 6.2 有两个新版本:企业版和旗舰版。在模块的manifest.php 中放置哪些代码来表明您与这些版本兼容?
对于 6.1 及更早版本,它曾经是:
'acceptable_sugar_flavors' =>数组('CE','PRO','ENT'),
SugarCRM 6.2 has two new editions: Corporate and Ultimate. What are the codes to put in a module's manifest.php to show you are compatible with those editions?
For 6.1 and older, it used to be:
'acceptable_sugar_flavors' => array('CE', 'PRO', 'ENT'),
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
“CORP”代表企业
“ULT”代表终极版
'CORP' for Corporate
'ULT' for Ultimate