After updating PlantUML from v1.2025.10 to v1.2026.0, I have been encountering import error in the .puml files that contain !import.
With PlantUML v1.2026.0 and later, I would like to import a ZIP file and load the .iuml files inside it by specifying their relative paths
example:
@startuml
!import some_file.zip
!include zip_inner_folder/zip_inner_file.iuml
Is this a known issue, or a deliberate change?