Skip to content

6. Legacy plugins

Brian Dashore edited this page Apr 26, 2023 · 1 revision

Ferrite v0.7 is for iOS 15 and up. All iOS 14 users use the legacy v0.6.4 version of Ferrite. If you want your plugin to support iOS 14, you will need to make a legacy plugin list in addition to your stable source list.

The required changes will be documented below. It's recommended to edit everything in YAML (for ease of use) and then use a YAML to JSON converter which creates the JSON plugin list that's compatible with Ferrite v0.6.4 and below.

Here are some YAML to JSON converters

6a. Legacy changes

These required changes will be modified with each version release for Ferrite.

  • Remove about

  • Change website -> baseUrl

  • Change dynamicWebsite -> dynamicBaseUrl

Clone this wiki locally