Title: 2.3.0 update issue
Last modified: August 31, 2016

---

# 2.3.0 update issue

 *  Resolved [tsteinh](https://wordpress.org/support/users/tsteinh/)
 * (@tsteinh)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/230-update-issue/)
 * Just updated to 2.3.0 and there is a small issue that maybe is intended as a 
   feature. In the past, the following code would open the first item:
    `[accordion
   openfirst="true" clicktoclose="true"][accordion-item title="Title" state="closed"]`
 * Now it seems the state=”closed” on the first accordion-item overrides the openfirst
   setting on the accordion itself. Is this intentional? If I change the first item
   to state=”open”, it works as before. Is the openfirst deprecated?
 * [https://wordpress.org/plugins/accordion-shortcodes/](https://wordpress.org/plugins/accordion-shortcodes/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [philbuchanan](https://wordpress.org/support/users/philbuchanan/)
 * (@philbuchanan)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/230-update-issue/#post-7259217)
 * `state` was never a supported setting on accordion items until v2.3.0 released
   this past weekend. `openfirst` is still fully supported but `state` on an individual
   item will override any global settings (including `openfirst`, `openall` etc).
   If you want the first item to be open by default you now have two options:
 * `[accordion openfirst=true]` without setting `state` on the first accordion item.
 * or
 * `[accordion-item title="" state=open]` <– Set on the first accordion item in 
   the group.

Viewing 1 replies (of 1 total)

The topic ‘2.3.0 update issue’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/accordion-shortcodes.svg)
 * [Accordion Shortcodes](https://wordpress.org/plugins/accordion-shortcodes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/accordion-shortcodes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/accordion-shortcodes/)
 * [Active Topics](https://wordpress.org/support/plugin/accordion-shortcodes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/accordion-shortcodes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/accordion-shortcodes/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [philbuchanan](https://wordpress.org/support/users/philbuchanan/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/230-update-issue/#post-7259217)
 * Status: resolved