chapter-three / AppleNewsAPI

This is a PHP library that allows you to publish content to Apple News and construct documents in the Apple News JSON format.
MIT License
39 stars 25 forks source link

Update AppleNews format version number #30

Closed dabley closed 2 years ago

dabley commented 2 years ago

The Apple News format version number is hard-coded at "1.2". This gets in the way of using Apple News features which are only available in more recent versions.

Proposal: Increase the default version number to a more recent value, and provide a setter method to allow client code to adjust this value if required for forward/backward compatibility.

dabley commented 2 years ago

Superseded by #31