backdrop-contrib / project

Projects associate a code-based project with releases and power the update server of BackdropCMS.org
2 stars 10 forks source link

Issue #25: Allow other modules to add tags to the Project XML files. #26

Closed jlfranklin closed 5 years ago

jlfranklin commented 5 years ago

The XML was created with string operations, which makes an alter hook unreasonably difficult to write. Converting the XML assembly to an array and using format_xml_elements() to create the XML lets other modules work with an array format, similar to most other alter hooks.

Addresses backdrop-contrib/project#25.

quicksketch commented 5 years ago

Thanks! Finally merged!