My bad, the reason wasn’t an update. I would delete this topic, but I’m not sure if I can.
Actually I stumbled upon a real (and interesting) issue:
My case is that I put “<<==” inside a less string, so: less=”<<==” and this breaks the plugin in WordPress 4.4. Certainly a compatibility issue.
After updating wordpress I lost the images I used to have as the “more”
This is the code i used so when user clicks on the image I get expend:
[wpex <img src=”http://pitabread.co.nz/website/wp-content/uploads/2013/10/Toggle-fresh-pita.png” alt=”Toggle-fresh-pita” width=”320″ height=”20″ />]
THE_HIDDEN_PART_IS _HERE
[/wpex]
How can I get it to work with images?
@claygirl: It works with “<<==” on 4.5-RC1.
@ron22: You can’t have images in the “more” tag. I didn’t know people were using images in there. The plugin will sanitize all quotes, so having an image in there won’t work.
I will release an updated version tonight.
Using an image that expands to text was a very nice functionally…even if not intended 🙂