What do you mean one by one? If a shortcode outputs only a single FAQ, it will show/start as open (as there is no need for the toggle if you have only one FAQ on your page).
Before the update, I had 3 single FAQS listed, all started off closed.
How are you listing these 3 FAQs? You shouldn’t need to use more than one shortcode on your page. For example, you can display more than one FAQ with the select shortcode, like so:
[select-faq faq_id="1,2"]
Or you could put the three FAQs into a category and display that category, like so:
[ultimate-faqs include_category="your-category-slug"]
etc.
Thanks for the reply. We had elements between the FAQs across multiple sites with links to the full faqs. At the bottom.
Issue is, with this change, we had to update multiple sites.
People do and will use plugins in ways not necessarily intended. Just food for thought when updating a plugin and changing features.