# InDesign Plugin Release 2.0
August 2025
We upgraded! What's new? Learn more about new features, technical changes and solved bugs in 4App InDesign Plugin.
Note on upgrading: If you skip a version when upgrading, check all release and patch notes in between for important information. They apply cumulative.
Note on individualization: If your 4ALLPORTAL is highly customized or if you installed individual apps, please contact your implementation partner before upgrading. We recommend checking your custom contents, especially layouts and object renderers, carefully after an upgrade.
# Breaking Changes
# End of support for AMF-based methods
As of this version, AMF-based methods (invoked via /service/CoreEngineRemoteService/handleRequestSingle
) will no longer be supported and will be replaced by the REST endpoints:
set_file_analysis_results
byPOST /extensions/indesign-plugin/files
get_file_analysis_job
byGET /extensions/indesign-plugin/files
unlock_document
byPOST /api/extensions/indesign-plugin/files/{id}/unlock
Important Notes for Developers:
- Existing integrations using AMF need to be updated